Charles Treatman d0ed25a06d
[Go] fix unused bytes import for anyOf and oneOf models (#17775)
* add sample spec for oneof and anyof with required properties

* omit bytes import for oneOf and anyOf models

* generate sample client for new spec
2024-02-06 17:05:39 +08:00

20 lines
280 B
Plaintext

.gitignore
.travis.yml
README.md
api/openapi.yaml
client.go
configuration.go
docs/NestedObject1.md
docs/NestedObject2.md
docs/Object.md
docs/Object2.md
git_push.sh
go.mod
go.sum
model_nested_object1.go
model_nested_object2.go
model_object.go
model_object2.go
response.go
utils.go