This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
dashoo
/
lims_adapter
Suivre
6
Voter
0
Fork
0
Fichiers
Aborescence:
ada89be7fc
Branches
Tags
dev
master
v2.0.0
20211210
lims_adapter
/
boot
/
boot.go
boot.go
96 B
Historique
Raw
1
2
3
4
5
6
7
8
9
10
11
package boot
/*
自动化脚本
全局初始化事件
*/
func init() {
// nsq
NsqInit()
}