From dccf1f108a824244ee9397e59bbbce130951984e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 10 Mar 2021 16:58:43 -0700 Subject: [PATCH] make module --- README.md | 5 +++++ go.mod | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 go.mod diff --git a/README.md b/README.md index 0a716b9..f32dfa2 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # golib + Sometimes a little copying, sometimes a little dependency. Too small for their own repos. + +Also, my [Go Cheat Sheet](https://gist.github.com/coolaj86/4691e077c2f86e64ca0a089627a0c6a9): + +- diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..7f920b7 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.rootprojects.org/root/golib + +go 1.16