mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
8 lines
81 B
Go
8 lines
81 B
Go
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "golang.org/x/perf/cmd/benchstat"
|
|
)
|