commit 5d9e4bdd891a053013b3e9a7e4ad1f428f086775 Author: Natercio Moniz Date: Tue Aug 6 10:42:26 2024 +0100 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..97bed25 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# GubGub + +Another Go PubSub library. diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..c24dae3 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module gitlab.com/gubgub + +go 1.22.5