You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-07-03 00:58:13 +02:00
Complated web-api crud endpoints and unittests. unittest for find
endpoints still need to be implemented.
This commit is contained in:
example-project
cmd
web-api
internal
account
mid
platform
project
signup
user
user_account
@ -31,7 +31,7 @@ type Error struct {
|
||||
func NewRequestError(err error, status int) error {
|
||||
|
||||
// if its a validation error then
|
||||
if verr, ok := NewValidationError(err); ok {
|
||||
if verr, ok := NewValidationError(err); ok {
|
||||
return verr
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user