This website requires JavaScript.
Explore
Help
Sign in
TrueCloudLab
/
neo-go
Watch
8
Star
0
Fork
You've already forked neo-go
0
mirror of
https://github.com/nspcc-dev/neo-go.git
synced
2024-11-27 03:58:06 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ea46943815
neo-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