Closed kgwinnup closed 5 years ago
removed the use of the errors packaged, opted for fmt.Errorf(...) in place of errors.New(fmt.Sprintf(...))
fmt.Errorf(...)
errors.New(fmt.Sprintf(...))
removed the use of the errors packaged, opted for
fmt.Errorf(...)
in place oferrors.New(fmt.Sprintf(...))