Initial commit

master
magical 2021-09-30 00:23:50 +00:00
commit cb8d99214a
2 changed files with 6 additions and 0 deletions

3
go.mod 100644
View File

@ -0,0 +1,3 @@
module git.tilde.town/magical/feedget
go 1.14

3
main.go 100644
View File

@ -0,0 +1,3 @@
// Feedget scrapes RSS feeds (and other sources)
// and spits the latest headline from each onto a static web page.
package main