mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
8 lines
95 B
Go
8 lines
95 B
Go
//go:build tools
|
|
|
|
package tools
|
|
|
|
import (
|
|
_ "github.com/kyoh86/looppointer/cmd/looppointer"
|
|
)
|