added template for new golang backend
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package ginresp
|
||||
|
||||
type errBody struct {
|
||||
Success bool `json:"success"`
|
||||
Message string `json:"message"`
|
||||
}
|
||||
Reference in New Issue
Block a user