mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-11-09 00:30:02 +00:00
9 lines
151 B
Go
9 lines
151 B
Go
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
|
_ "gotest.tools/gotestsum"
|
|
_ "mvdan.cc/gofumpt"
|
|
)
|