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
800321db06
neoneo-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
}
Copy permalink