errors.New
#errors
func New(text string) error
https://pkg.go.dev/errors#example-New
引数の文字列をformatしたい場合は
fmt.Errorf
が使える。