This website works better with JavaScript
Iniciar Sessão
golang
/
flannel
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
5f6f8467f6
Ramos
Etiquetas
master
flannel
/
pkg
/
task
/
errors.go
errors.go
77 B
Histórico
Em bruto
1
2
3
4
5
package task
import "errors"
var ErrCanceled = errors.New("Task canceled")