aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorEvgeny Kuznetsov <evgeny@kuznetsov.md>2019-06-16 22:05:51 +0300
committerEvgeny Kuznetsov <evgeny@kuznetsov.md>2019-06-16 22:05:51 +0300
commited5917b93523bd6535f0e82809d209c7768b2cce (patch)
tree6bf3ded08147e8bb3a975f363ba4444f0ff6cfb9 /go.mod
downloadradiorus-rss-ed5917b93523bd6535f0e82809d209c7768b2cce.tar.gz
radiorus-rss-ed5917b93523bd6535f0e82809d209c7768b2cce.zip
initial commit
It works! Can already be used!
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..cfbba60
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/nekr0z/radiorus-rss
+
+require github.com/gorilla/feeds v1.1.1