summaryrefslogtreecommitdiff
path: root/github.go
diff options
context:
space:
mode:
authorMax2019-04-17 09:44:56 +0200
committerMax2019-04-17 09:44:56 +0200
commit4dc18e3691127e058833fd9c7a5bbee333c3a66c (patch)
treecfc6829bea0bf05854beb5a6a4b78eb1899c0b59 /github.go
downloadghrss-4dc18e3691127e058833fd9c7a5bbee333c3a66c.tar.gz
Initial commit.
Diffstat (limited to 'github.go')
-rw-r--r--github.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/github.go b/github.go
new file mode 100644
index 0000000..f673d1d
--- /dev/null
+++ b/github.go
@@ -0,0 +1,5 @@
+package main
+
+func (app *App) ScrapeGithub(platform Platform) []Entry {
+ return []Entry{}
+}