mirror of
https://github.com/laravel-ls/uri
synced 2026-06-19 03:20:01 +02:00
fix circleci cache logic
This commit is contained in:
parent
4d394892b9
commit
a28c0baecd
6 changed files with 938 additions and 34 deletions
10
tools/tools.go
Normal file
10
tools/tools.go
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// +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"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue