Formatted code

This commit is contained in:
phoenix
2025-10-22 22:56:09 -04:00
parent b1352d56fe
commit a23c1a5f29
3 changed files with 2 additions and 4 deletions
-1
View File
@@ -7,7 +7,6 @@ import "net/http"
import "git.kundeng.us/phoenix/textsender-api/internal/config"
import "git.kundeng.us/phoenix/textsender-api/internal/handler"
func main() {
fmt.Println(config.APP_NAME)
-1
View File
@@ -12,4 +12,3 @@ func RespondWithJSON(w http.ResponseWriter, statusCode int, data interface{}) {
log.Printf("Error encoding JSON: %v", err)
}
}
+2 -2
View File
@@ -2,6 +2,6 @@ package version
var (
Version = "dev"
Commit = "none"
Date = "unknown"
Commit = "none"
Date = "unknown"
)