mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-08 19:49:12 +00:00
5 lines
119 B
Text
5 lines
119 B
Text
|
#!/usr/bin/env bash
|
||
|
set -euo pipefail
|
||
|
cd "${0%/*}"
|
||
|
exec $GOMOD2NIX generate "golang.org/x/tools/cmd/stringer@v0.1.11"
|