mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 06:30:52 +00:00
* 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
6 lines
90 B
Modula-2
6 lines
90 B
Modula-2
module github.com/GIT_USER_ID/GIT_REPO_ID
|
|
|
|
go 1.18
|
|
|
|
require github.com/gorilla/mux v1.8.0
|