This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
gd-backend
/
gd_adm_data
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
f4c9471304
Rami (Branch)
Tag
master
gd_adm_data
/
common.in
/
storage
/
error.go
error.go
87 B
Cronologia
Originale
1
2
3
4
5
6
7
package storage
import "errors"
var (
EXIT_QUERY = errors.New("exit transcation")
)