9 lines
95 B
Go
9 lines
95 B
Go
|
//go:build tools
|
||
|
// +build tools
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "github.com/rs/zerolog/cmd/lint"
|
||
|
)
|