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