This website requires JavaScript.
Explore
Help
Sign In
github
/
semantic
Watch
1
Star
1
Fork
0
You've already forked semantic
mirror of
https://github.com/github/semantic.git
synced
2024-12-18 12:21:57 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2a788703ba
semantic
/
test
/
fixtures
/
go
/
analysis
/
main.go
11 lines
88 B
Go
Raw
Normal View
History
Unescape
Escape
Some nice Go eval import specs
2018-03-12 23:52:50 +03:00
package
main
import
"./foo"
import
.
"./bar"
func
main
(
)
{
foo
.
New
(
)
Bar
(
)
Load up multiple files in the same package (Go)
2018-03-13 01:01:19 +03:00
Rab
(
)
Some nice Go eval import specs
2018-03-12 23:52:50 +03:00
}
Reference in New Issue
Copy Permalink