diff options
| author | Max | 2018-02-01 20:01:22 +0100 |
|---|---|---|
| committer | Max | 2018-02-01 20:01:22 +0100 |
| commit | d5405af12e2f0e03f96c15e1d0cddb65abe37572 (patch) | |
| tree | 188fdee9bc810c11471609f9306597032d57c170 /main.go | |
| parent | 74981c96fd84b8da2be6c8d05b1819021ffce291 (diff) | |
| download | alkobote-d5405af12e2f0e03f96c15e1d0cddb65abe37572.tar.gz | |
Adds new shop Rum und Co
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ func main() { printName("Whiskyzone") ScrapeWhiskyzone() + + printName("Rum und Co") + ScrapeRumundCo() } func printName(name string) { |
