This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
RPM
/
genbrief
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
6aaf49e32f
Rami (Branch)
Tag
master
genbrief
/
consts
/
status.go
status.go
102 B
Cronologia
Originale
1
2
3
4
5
6
7
8
package consts
const (
STATUS_INIT = 0
STATUS_SPIDER = 1
STATUS_BRIEF = 2
STATUS_IMG = 3
)