Files
grafana/scripts/go/tools.go
ying-jeanne 4489f331b8 Chore: Use the bingo built golangci-lint (#51048)
* use the bingo built golangci-lint

* remove grapl usage

* add dependancy
2022-06-17 19:46:20 +02:00

9 lines
87 B
Go

//go:build tools
// +build tools
package main
import (
_ "github.com/unknwon/bra"
)