This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
sin
/
flytalk
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
678e456da6
Branches
Tags
dev
master
flytalk
/
go-fly.go
go-fly.go
91 B
Historique
Raw
1
2
3
4
5
6
7
8
9
package main
import (
"github.com/wenstudio/gofly/cmd"
)
func main() {
cmd.Execute()
}