1
0
Fork 1
mirror of https://github.com/git-pkgs/proxy.git synced 2026-06-02 08:38:17 -04:00
pkg-proxy/tools.go
2026-03-12 11:49:31 +00:00

7 lines
81 B
Go

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