spegel/tools.go

9 lines
109 B
Go
Raw Permalink Normal View History

2023-02-15 09:29:30 +01:00
//go:build tools
// +build tools
package tools
import (
_ "github.com/norwoodj/helm-docs/cmd/helm-docs"
2023-10-18 12:17:52 +02:00
)