Initial Commit

This commit is contained in:
Dustin Pianalto
2020-04-02 18:46:29 -08:00
commit e165e252d5
3 changed files with 242 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module djpianalto.com/goff
go 1.14
require (
github.com/MikeModder/anpan v0.0.0-20190831213521-34b01a6cec0a
github.com/bwmarrin/discordgo v0.20.2
)