This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
core
/
ss
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Ramură:
main
Ramuri
Etichete
main
v0.2.0
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.6
v0.0.4
v0.0.3
v0.0.2
v0.0.1
ss
/
jsons
/
errors.go
errors.go
90 B
Permalink
Istoric
Crud
1
2
3
4
5
6
7
8
9
package jsons
import (
"errors"
)
var (
EmptyStringErr = errors.New("empty string")
)