Please enable JavaScript in your browser!
Accueil
Explorer
Aide
S'inscrire
Connexion
Fohow
/
fohow_api
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
add live award patch function
abiao
il y a 5 ans
Parent
b36695ae9f
commit
e821482c26
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
1
0
go/gopath/src/fohow.com/apps/models/live_model/init.go
+ 1
- 0
go/gopath/src/fohow.com/apps/models/live_model/init.go
Voir le fichier
@@ -10,6 +10,7 @@ import (
func init() {
orm.RegisterModel(
new(LiveBroad),
+ new(LiveAward),
)
}