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
03b559bd44
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 10:59:21 +03:00
package
multi
var
SomeVar12
=
12
compiler: allow to use exported constants Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2020-07-28 19:50:44 +03:00
const
SomeConst
=
42
compiler: allow to split main package across multiple files
2020-08-10 18:23:45 +03:00
func
Func1
(
)
bool
{
*: gofmt -s
2020-12-28 17:23:30 +03:00
return
true
compiler: allow to split main package across multiple files
2020-08-10 18:23:45 +03:00
}
Copy permalink