This website works better with JavaScript.
Explore
Help
Sign In
lsadmin
/
bazel_go_test
Watch
1
Star
0
Fork
You've already forked bazel_go_test
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5c0cf17300
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '5c0cf17300'
${ noResults }
bazel_go_test
/
hello.go
12 lines
101 B
Raw
Blame
History
package
main
import
(
"fmt"
"hello/lib"
)
func
main
(
)
{
fmt
.
Println
(
"hello world"
)
lib
.
Lib
(
)
}
Reference in new issue
View Git Blame
Copy Permalink