This website works better with JavaScript
Accedi
golang
/
flannel
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
5f6f8467f6
Rami (Branch)
Tag
master
flannel
/
pkg
/
task
/
errors.go
errors.go
77 B
Cronologia
Originale
1
2
3
4
5
package task
import "errors"
var ErrCanceled = errors.New("Task canceled")