mirror of
https://github.com/rclone/rclone.git
synced 2025-12-21 18:53:34 +00:00
12 lines
289 B
Go
12 lines
289 B
Go
// +build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
"github.com/alecthomas/gometalinter"
|
|
"github.com/client9/misspell/cmd/misspell" // lint
|
|
"github.com/golang/lint/golint" // lint
|
|
"github.com/gordonklaus/ineffassign" // lint
|
|
"github.com/tsenart/deadcode" // lint
|
|
)
|