8 lines
96 B
Go
8 lines
96 B
Go
//go:build tools
|
|
// +build tools
|
|
|
|
package main
|
|
|
|
import (
|
|
_ "github.com/bufbuild/buf/cmd/buf"
|
|
)
|