errors.go 82 B

1234567
  1. package error
  2. import "errors"
  3. var (
  4. GracefulShutdown = errors.New("== DONE")
  5. )