summaryrefslogtreecommitdiff
path: root/bottleworld.go
diff options
context:
space:
mode:
authorMax2018-02-01 17:04:14 +0100
committerMax2018-02-01 17:04:14 +0100
commita175e16cdf6dd6b70c4f6bbd7d8407cfd7c261f1 (patch)
treea7e665ad6e9814616b948fd72d5bdb6a7d1d3012 /bottleworld.go
parent31743c112438ba6a777e6c08126b79eacbd60ba1 (diff)
downloadalkobote-a175e16cdf6dd6b70c4f6bbd7d8407cfd7c261f1.tar.gz
Adds a Makefile to build it.
Diffstat (limited to 'bottleworld.go')
-rw-r--r--bottleworld.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/bottleworld.go b/bottleworld.go
index 2f5991a..edba866 100644
--- a/bottleworld.go
+++ b/bottleworld.go
@@ -46,7 +46,3 @@ func ScrapeBottleWord() {
c.Visit("https://www.bottleworld.de/aktuelle-sonderpreise/show/all")
}
-
-func main() {
- ScrapeBottleWord()
-}