diff options
| author | Max | 2019-04-17 09:44:56 +0200 |
|---|---|---|
| committer | Max | 2019-04-17 09:44:56 +0200 |
| commit | 4dc18e3691127e058833fd9c7a5bbee333c3a66c (patch) | |
| tree | cfc6829bea0bf05854beb5a6a4b78eb1899c0b59 /github.go | |
| download | ghrss-4dc18e3691127e058833fd9c7a5bbee333c3a66c.tar.gz | |
Initial commit.
Diffstat (limited to 'github.go')
| -rw-r--r-- | github.go | 5 |
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{} +} |
