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
90825efa16
neoneo-go
/
pkg
/
compiler
/
testdata
/
multi
/
file1.go
6 lines
56 B
Go
Raw
Normal View
History
Unescape
Escape
compiler: allow to declare global variables in multiple files Traverse and count globals across all used files. Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2020-07-28 07:59:21 +00:00
package
multi
var
SomeVar12
=
12
compiler: allow to use exported constants Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2020-07-28 16:50:44 +00:00
const
SomeConst
=
42
Reference in a new issue
Copy permalink