cc-metric-store/tools.go
Jan Eitzinger 826658f762
Refactor. Add Swagger UI docs.
Change from Gorilla mux to net/http
2024-06-25 20:08:25 +02:00

9 lines
97 B
Go

//go:build tools
// +build tools
package tools
import (
_ "github.com/swaggo/swag/cmd/swag"
)