summaryrefslogtreecommitdiff
path: root/mcwhisky.go
diff options
context:
space:
mode:
authorMax2018-02-01 17:04:14 +0100
committerMax2018-02-01 17:04:14 +0100
commita175e16cdf6dd6b70c4f6bbd7d8407cfd7c261f1 (patch)
treea7e665ad6e9814616b948fd72d5bdb6a7d1d3012 /mcwhisky.go
parent31743c112438ba6a777e6c08126b79eacbd60ba1 (diff)
downloadalkobote-a175e16cdf6dd6b70c4f6bbd7d8407cfd7c261f1.tar.gz
Adds a Makefile to build it.
Diffstat (limited to 'mcwhisky.go')
-rw-r--r--mcwhisky.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcwhisky.go b/mcwhisky.go
index a70750f..142d65a 100644
--- a/mcwhisky.go
+++ b/mcwhisky.go
@@ -36,7 +36,3 @@ func ScrapeMCWhisky() {
c.Visit("https://www.mcwhisky.com/whisky/whisky-sonderangebote.html")
}
-
-func main() {
- ScrapeMCWhisky()
-}