diff --git a/.gitignore b/.gitignore index 5667010..0a9856d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ .env -stackernews_rss-to-tg +sn-rss2tg diff --git a/go.mod b/go.mod index 3bc30c3..5d795bf 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module gitlab.com/ekzyis/stackernews_rss-to-tg +module gitlab.com/ekzyis/sn-rss2tg go 1.20