commit ba399ccc4f321b8181784cf2c9d58a9ef74ce620 Author: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Thu Apr 24 19:49:01 2025 -0600 initial diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc3d3c7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/*.sw* +/show-rss diff --git a/README.md b/README.md new file mode 100644 index 0000000..9e80698 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# rss.int.bel.blue diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..cc84423 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module show-rss + +go 1.23.3