make module

This commit is contained in:
AJ ONeal 2021-03-10 16:58:43 -07:00
父節點 d9389f1f4b
當前提交 dccf1f108a
共有 2 個檔案被更改,包括 8 行新增0 行删除

查看文件

@ -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 Normal file
查看文件

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