This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
neoneo-go
Watch
7
Star
0
Fork
You've already forked neoneo-go
2
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e4b34833da
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
}
Reference in a new issue
Copy permalink