Add go.mod

This commit is contained in:
Dustin Pianalto 2020-04-03 22:00:40 -08:00
parent 000841d1a5
commit 1c6570d157
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
package disgoman

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module djpianalto.com/disgoman
go 1.14