all repos — gopkgs @ cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69

Go module vanity import paths

initial commit

Alan Pearce
commit

cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
A shell.nix
@@ -0,0 +1,7 @@
+{ pkgs ? import <nixpkgs> { } }: + +pkgs.mkShell { + buildInputs = [ + (pkgs.callPackage ./. { }) + ]; +}