diff --git a/web/flamenco-io-site/content/development/flamenco-api/_index.md b/web/flamenco-io-site/content/development/flamenco-api/_index.md index dec27ac3..f2782028 100644 --- a/web/flamenco-io-site/content/development/flamenco-api/_index.md +++ b/web/flamenco-io-site/content/development/flamenco-api/_index.md @@ -146,9 +146,9 @@ import ( func main() { client, err := api.NewClientWithResponses("http://localhost:8080") - if err != nil { - panic(err) - } + if err != nil { + panic(err) + } ctx := context.Background() resp, err := client.GetVersionWithResponse(ctx)