Files
karma/tools/gofumpt/main.go
T

8 lines
66 B
Go

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