package main import ( "errors" "fmt" ) const badInput = "abc" var ... New("bad input") func validateInput(input string) error { if input ...
確定! 回上一頁