This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
gd-backend
/
gd_vehicle
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
728c9e7415
Ramos
Etiquetas
feature-hly
master
gd_vehicle
/
common.in
/
storage
/
error.go
error.go
87 B
Histórico
Em bruto
1
2
3
4
5
6
7
package storage
import "errors"
var (
EXIT_QUERY = errors.New("exit transcation")
)