This website requires JavaScript.
Explore
Help
Sign in
aarifullin
/
neoneo-go
Watch
1
Star
0
Fork
You've already forked neoneo-go
0
forked from
TrueCloudLab/neoneo-go
Code
Pull requests
Activity
9fcee12276
neoneo-go
/
pkg
/
compiler
/
testdata
/
pkg3
/
pkg3.go
8 lines
48 B
Go
Raw
Normal View
History
Unescape
Escape
compiler: process packages in deterministic order
2020-08-05 07:56:36 +00:00
package
pkg3
var
A
int
compiler: initialize packages according to go spec `init()` functions should be called during package initialization, after global variables were processed.
2020-08-05 08:14:43 +00:00
func
init
(
)
{
A
=
3
}
Copy permalink