This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
go-4devs
/
log
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16
Commits
1
Branch
9
Tags
280 KiB
Tree:
d365c5b36b
master
v0.2.1
v0.3.1
v0.3.2
v0.4.0
v0.5.0
v0.5.1
v0.5.2
v0.5.3
v0.5.4
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd365c5b36b'
${ noResults }
log
/
field
/
errors.go
6 lines
75 B
Raw
Normal View
History
update field (#8) Reviewed-on: https://gitoa.ru/go-4devs/log/pulls/8 Co-authored-by: andrey <andrey@4devs.io> Co-committed-by: andrey <andrey@4devs.io>
10 months ago
package
field
import
"errors"
var
ErrUndefined
=
errors
.
New
(
"indefined"
)