replace zxq.co/ripple/hanayo
This commit is contained in:
10
vendor/github.com/pariz/gountries/error.go
generated
vendored
Normal file
10
vendor/github.com/pariz/gountries/error.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package gountries
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// Error returns a formatted error
|
||||
func makeError(errMsg, errType string) error {
|
||||
return fmt.Errorf("gountries error. %s: %s", errMsg, errType)
|
||||
}
|
Reference in New Issue
Block a user