discord-gophers / goapi-gen

This package contains a set of utilities for generating Go boilerplate code for services based on OpenAPI 3.0 API definitions
Apache License 2.0
137 stars 12 forks source link

Remove any client reference #64

Closed Karitham closed 2 years ago

Karitham commented 2 years ago

Will enable us to focus on getting the server stable without having to worry about client. Will come back to work on client later, probably in another branch, as to be able to experiment with it.

This change is also nice in a refactoring point of view, since it will enable us to refactor a lot of the current code