for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package hkid
type patterNotMatchError struct {
}
func newPatterNotMatchError() *patterNotMatchError {
return &patterNotMatchError{}
func (h patterNotMatchError) Error() string {
return "Patter not match"