We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e30fde0 commit 5d04488Copy full SHA for 5d04488
1 file changed
scripts/gen-vanity-imports.sh
@@ -22,8 +22,6 @@ real="$(go list -m)"
22
module="${MODULE:-$real}"
23
repo="${REPO:-https://github.com/open-sesam/sesam}"
24
25
-rm -rf "${out}"
26
-
27
# Every package import path rewritten to the vanity prefix, plus the module root
28
# itself (needed for go's prefix-verification fetch). Sorted + de-duplicated.
29
paths="$(go list ./... | while IFS= read -r p; do printf '%s\n' "${module}${p#"$real"}"; done)"
0 commit comments