Files
maps-service/generate.go
itzaname b614bb33a0
All checks were successful
continuous-integration/drone/push Build is passing
Wire in auth
2026-08-07 19:05:27 -04:00

7 lines
360 B
Go

package main
//go:generate go run github.com/swaggo/swag/cmd/swag@latest init -g ./cmd/maps-service/service.go
// Pinned: `@latest` silently regenerates the whole API against whatever ogen
// released today. Keep this in step with the ogen version in go.mod.
//go:generate go run github.com/ogen-go/ogen/cmd/ogen@v1.23.0 --target pkg/api --clean openapi.yaml