mirror of
https://github.com/laravel-ls/uri
synced 2026-06-16 01:54:57 +02:00
10 lines
188 B
Go
10 lines
188 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
|
|
_ "golang.org/x/tools/cmd/goimports"
|
|
_ "gotest.tools/gotestsum"
|
|
_ "mvdan.cc/gofumpt"
|
|
)
|