forked from loafle/openapi-generator-original
* 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
|