6 lines
72 B
Go
6 lines
72 B
Go
package models
|
|
|
|
import "fmt"
|
|
|
|
var ErrUserQuit = fmt.Errorf("user quit")
|