mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-12 21:34:38 +00:00
8 lines
80 B
Go
8 lines
80 B
Go
|
//go:build tools
|
||
|
|
||
|
package main
|
||
|
|
||
|
import (
|
||
|
_ "golang.org/x/tools/cmd/stringer"
|
||
|
)
|