all repos — gopkgs @ cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69

Go module vanity import paths

initial commit

Alan Pearce
commit

cf942bc3c88e6d4482b6f99c1a31b5c13efe8e69

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

changed files
A vanity-imports.toml
@@ -0,0 +1,17 @@
+domain = "go.alanpearce.eu" +output = "/srv/http/go/" + +[index] +description = "" +extra_head = "" +title = "Alan's go packages" + +[repos] + +[repos."/website"] +repo = "https://git.alanpearce.eu/website/" +vcs = "git" + +[repos."/searchix"] +repo = "https://git.alanpearce.eu/searchix/" +vcs = "git"