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