summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorMax2018-02-01 20:01:22 +0100
committerMax2018-02-01 20:01:22 +0100
commitd5405af12e2f0e03f96c15e1d0cddb65abe37572 (patch)
tree188fdee9bc810c11471609f9306597032d57c170 /main.go
parent74981c96fd84b8da2be6c8d05b1819021ffce291 (diff)
downloadalkobote-d5405af12e2f0e03f96c15e1d0cddb65abe37572.tar.gz
Adds new shop Rum und Co
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.go b/main.go
index 7cf43da..19c6ad6 100644
--- a/main.go
+++ b/main.go
@@ -26,6 +26,9 @@ func main() {
printName("Whiskyzone")
ScrapeWhiskyzone()
+
+ printName("Rum und Co")
+ ScrapeRumundCo()
}
func printName(name string) {