mirror of
https://github.com/git-pkgs/proxy.git
synced 2026-06-02 08:38:17 -04:00
7 lines
81 B
Go
7 lines
81 B
Go
|
|
//go:build tools
|
||
|
|
|
||
|
|
package tools
|
||
|
|
|
||
|
|
import (
|
||
|
|
_ "github.com/swaggo/swag/cmd/swag"
|
||
|
|
)
|