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