resolving conflicts

This commit is contained in:
gom-by
2025-01-15 15:50:45 +01:00
parent 57fb532965
commit d6cee57ade
2 changed files with 0 additions and 7 deletions

View File

@@ -17,11 +17,6 @@ func handler(w http.ResponseWriter, r *http.Request) {
fmt.Fprintf(w, "<html><body><h1>Hello, World!</h1></body></html>")
}
type ErrorResponse struct {
ErrorCode string `json:"errorCode"`
Message string `json:"message"`
}
func main() {
err := godotenv.Load()
if err != nil {

View File

@@ -2,9 +2,7 @@ package main
import (
"net/http"
api "fr.latosa-escrima/api"
"encoding/json"
core "fr.latosa-escrima/api/core"
)
type JSONStatus string