This website requires JavaScript.
Explore
Help
Register
Sign In
ar0c
/
goc
Watch
1
Star
0
Fork
0
You've already forked goc
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
1
Wiki
Activity
01c497af6c
goc
/
tests
/
samples
/
gomod_replace_library
/
bar.go
9 lines
84 B
Go
Raw
Normal View
History
Unescape
Escape
add integration test
2020-08-12 03:43:50 +00:00
package
foo
import
"fmt"
fix golint error
2020-08-13 07:01:39 +00:00
//Bar fake method
add integration test
2020-08-12 03:43:50 +00:00
func
Bar
(
)
{
fmt
.
Println
(
"foo bar"
)
}
Reference in New Issue
Copy Permalink