Files
karma/tools/gofumpt/main.go
2022-07-15 18:32:07 +01:00

8 lines
66 B
Go

//go:build tools
package tools
import (
_ "mvdan.cc/gofumpt"
)