commit 0839c1df7438c698bd6d43d402b800676bdabe7d Author: Nick Dumas Date: Fri Aug 18 10:53:43 2023 -0400 initialize go module diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..d29a79c --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module code.ndumas.com/ndumas/gomud + +go 1.19