summaryrefslogtreecommitdiff
path: root/whitelist.go
diff options
context:
space:
mode:
Diffstat (limited to 'whitelist.go')
-rw-r--r--whitelist.go15
1 files changed, 9 insertions, 6 deletions
diff --git a/whitelist.go b/whitelist.go
index 665c7ef..53df187 100644
--- a/whitelist.go
+++ b/whitelist.go
@@ -13,12 +13,15 @@ func initWhitelist() {
if strings.HasPrefix(repo.GoPath(), "go.wit.com/dev/davecgh") {
release.whitelist[repo.GoPath()] = repo
}
- // if repo.String() == "go.wit.com/apps/guireleaser" {
- // release.whitelist[repo.String()] = repo
- // }
- // if repo.String() == "go.wit.com/lib/gui/repostatus" {
- // release.whitelist[repo.String()] = repo
- // }
+ //
+ // if repo.String() == "go.wit.com/apps/guireleaser" {
+ // release.whitelist[repo.String()] = repo
+ // }
+ //
+ // if repo.String() == "go.wit.com/lib/gui/repostatus" {
+ // release.whitelist[repo.String()] = repo
+ // }
+ //
}
}