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-29 13:41:47 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
f4f87123d1
neo-go
/
pkg
/
compiler
/
testdata
/
multi
/
file1.go
10 lines
92 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
compiler: allow to split main package across multiple files
2020-08-10 15:23:45 +00:00
func
Func1
(
)
bool
{
*: gofmt -s
2020-12-28 14:23:30 +00:00
return
true
compiler: allow to split main package across multiple files
2020-08-10 15:23:45 +00:00
}
Reference in a new issue
Copy permalink