feat: add oapi-codegen to dependencies and use go generate to generate stubs
This commit is contained in:
parent
5b204c6a75
commit
e805b3f80b
5 changed files with 23 additions and 2 deletions
7
tools/tools.go
Normal file
7
tools/tools.go
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
//go:build tools
|
||||
|
||||
package tools
|
||||
|
||||
import (
|
||||
_ "github.com/deepmap/oapi-codegen/v2/cmd/oapi-codegen"
|
||||
)
|
||||
Reference in a new issue