diff --git a/main.go b/main.go index 5cd4658..7148581 100644 --- a/main.go +++ b/main.go @@ -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)