summaryrefslogtreecommitdiff
path: root/github.go
diff options
context:
space:
mode:
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{}
+}