1
0
Fork 1
mirror of https://github.com/git-pkgs/proxy.git synced 2026-06-02 16:48:16 -04:00
pkg-proxy/tools.go

7 lines
81 B
Go
Raw Permalink Normal View History

2026-03-11 17:18:29 +00:00
//go:build tools
package tools
import (
_ "github.com/swaggo/swag/cmd/swag"
)