This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
k.zhang
/
test
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
68fa3c0e49
Dallar
Biçim İmleri
master
test
/
main.go
main.go
111 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
package
main
import
"test/routes"
func
main
()
{
//fmt.Println("hello")
//路由初始化
routes.Init()
}