Renamed error variable
This commit is contained in:
+1
-1
@@ -25,5 +25,5 @@ type Child struct {
|
||||
}
|
||||
|
||||
var (
|
||||
DataNotFound = errors.New("Data Not Found")
|
||||
ErrDataNotFound = errors.New("Data Not Found")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user