This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
snarf
/
workspace-stuff
Observar
1
Favorito
0
Fork
0
Arquivos
Pull Requests
0
Tree:
6396acce84
Branches
Tags
master
workspace-st...
/
.vim
/
bundle
/
vim-go
/
templates
/
hello_world.go
hello_world.go
67 B
Histórico
Raw
1
2
3
4
5
6
7
package main
import "fmt"
func main() {
fmt.Println("vim-go")
}