error.go 87 B

1234567
  1. package storage
  2. import "errors"
  3. var (
  4. EXIT_QUERY = errors.New("exit transcation")
  5. )