all repos — gopkgs @ cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69

Go module vanity import paths

initial commit

Alan Pearce
commit

cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69

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

changed files
A .envrc
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash +# the shebang is ignored, but nice for editors + +if type -P lorri &>/dev/null; then + eval "$(lorri direnv)" +else + echo 'while direnv evaluated .envrc, could not find the command "lorri" [https://github.com/nix-community/lorri]' + use nix +fi