This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
huwei
/
admin-entrance
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
659e3e366f
Branches
Tags
master
admin-entrance
/
server
/
package
/
graveserver
/
leafstalk
/
covenant
/
constants
/
wx.go
wx.go
82 B
Historique
Raw
1
2
3
4
5
6
7
//go:build !dyserver
package constants
func IsDyServer() bool {
return false
}