This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
stdio
/
boiler-go-vuejs
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
c79ec6b7a8
Ramas
Etiquetas
master
boiler-go-vu...
/
.boiler
/
templates
/
gomain.go.boiler
gomain.go.boiler
98 B
Histórico
Raw
1
2
3
4
5
6
7
8
// {{.author}} {{.email}}
package main
import "fmt"
func main() {
fmt.Println("Hello world")
}