all repos — gopkgs @ 2ccef6549daf7f5f4257cb3f2c033571287eeef0

Go module vanity import paths

remove trailing slash

Alan Pearce
commit

2ccef6549daf7f5f4257cb3f2c033571287eeef0

parent

22a0836e628ef5188b72fb772fb403c49e6f0cf4

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M vanity-imports.tomlvanity-imports.toml
@@ -8,9 +8,9 @@
[repos] [repos."/website"] -repo = "https://git.alanpearce.eu/website/" +repo = "https://git.alanpearce.eu/website" vcs = "git" [repos."/searchix"] -repo = "https://git.alanpearce.eu/searchix/" +repo = "https://git.alanpearce.eu/searchix" vcs = "git"