added template for new golang backend

This commit is contained in:
2022-11-13 19:25:44 +01:00
parent bd11d7973c
commit 0e58a5c5f0
36 changed files with 2908 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package ginresp
type errBody struct {
Success bool `json:"success"`
Message string `json:"message"`
}