This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
wzkj
/
passport
Beobachten
2
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
b0958f929e
Branches
Tags
master
passport
/
main.go
main.go
98 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
9
10
11
12
package main
import (
_ "passport/config"
"passport/app/boot"
)
func main() {
boot.Run()
}