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 {