Reformat this

This commit is contained in:
cheddar 2025-02-11 12:22:18 -05:00
parent c099930cf3
commit 4b143a6650
No known key found for this signature in database

View file

@ -30,7 +30,10 @@ func main() {
log.Fatal(err)
}
resp, err := client.Post("http://localhost:8080/post", "application/json", bytes.NewBuffer(json_data))
resp, err := client.Post(
"http://localhost:8080/post",
"application/json",
bytes.NewBuffer(json_data))
if err != nil {
log.Fatal(err)