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-20 13:21:59 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a6eae9dc88
semantic
/
test
/
fixtures
/
go
/
analysis
/
main1.go
11 lines
73 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
(
f
"./foo"
Fix up go imports for the new world
2018-04-02 23:32:41 +03:00
_
"./bar"
Some nice Go eval import specs
2018-03-12 23:52:50 +03:00
)
func
main
(
)
{
f
.
New
(
)
}
Reference in New Issue
Copy Permalink