We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cfe0a commit dcec3ceCopy full SHA for dcec3ce
server/Makefile
@@ -24,8 +24,6 @@ oapi-generate: $(OAPI_CODEGEN)
24
$(OAPI_CODEGEN) -config ./oapi-codegen.yaml ./openapi-3.0.yaml
25
@echo "Fixing oapi-codegen issue https://github.com/oapi-codegen/oapi-codegen/issues/1764..."
26
go run ./scripts/oapi/patch_sse_methods -file ./lib/oapi/oapi.go -expected-replacements 3
27
- @echo "Patching strict JSON optional bodies (io.EOF) + response omitempty tags..."
28
- go run ./scripts/oapi/patch_strict_optional_json -file ./lib/oapi/oapi.go
29
go fmt ./lib/oapi/oapi.go
30
go mod tidy
31
0 commit comments