This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
stdio
/
boiler-go-vuejs
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
c79ec6b7a8
Branches
Tags
master
boiler-go-vu...
/
.boiler
/
templates
/
gomain.go.boiler
gomain.go.boiler
98 B
Historique
Raw
1
2
3
4
5
6
7
8
// {{.author}} {{.email}}
package main
import "fmt"
func main() {
fmt.Println("Hello world")
}