Browse Source

make module

master
AJ ONeal 3 years ago
parent
commit
dccf1f108a
  1. 5
      README.md
  2. 3
      go.mod

5
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):
- <https://gist.github.com/coolaj86/4691e077c2f86e64ca0a089627a0c6a9>

3
go.mod

@ -0,0 +1,3 @@
module git.rootprojects.org/root/golib
go 1.16
Loading…
Cancel
Save