This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
fusu
/
1
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
9abb6f0fc6
Rami (Branch)
Tag
master
1
/
trading-go
/
common
/
error.go
error.go
88 B
Cronologia
Originale
1
2
3
4
5
6
7
package common
import "errors"
var (
InsertFailError = errors.New("insert failed")
)