This website works better with JavaScript
Home
Explore
Help
Sign In
snarf
/
workspace-stuff
Watch
1
Star
0
Fork
0
Files
Pull Requests
0
Branch:
master
Branches
Tags
master
workspace-st...
/
.vim
/
bundle
/
vim-go
/
templates
/
hello_world.go
hello_world.go
67 B
Permalink
History
Raw
1
2
3
4
5
6
7
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}