This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
sin
/
flytalk
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
678e456da6
Rami (Branch)
Tag
dev
master
flytalk
/
go-fly.go
go-fly.go
91 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
package main
import (
"github.com/wenstudio/gofly/cmd"
)
func main() {
cmd.Execute()
}