Richard Lavoie 10897caf37
[go-server] fix imports with go generation (#18514)
* fix imports with go generation

* Wrong copy over

* Missing new line

* tab vs space

* Fix new line between router and std go libs

* Add both use case, add samples to CI validation

* Update samples
2024-05-01 18:13:03 +08:00

21 lines
304 B
Plaintext

Dockerfile
README.md
api/openapi.yaml
go.mod
go/api.go
go/api_body.go
go/api_body_service.go
go/api_both.go
go/api_both_service.go
go/api_none.go
go/api_none_service.go
go/api_path.go
go/api_path_service.go
go/error.go
go/helpers.go
go/impl.go
go/logger.go
go/model_body_request.go
go/routers.go
main.go