mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-21 08:21:51 +02:00
remove unused code
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
package error
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
var ErrInvalidErrorJson = errors.New("invalid error json")
|
||||
|
||||
func newError(message string) error {
|
||||
return errStr(message)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user