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

7 lines
64 B
Modula-2

module github.com/GIT_USER_ID/GIT_REPO_ID
go 1.18
require (
)