feat(golang-rewrite): initialize golang module

This commit is contained in:
Trevor Brown 2023-12-30 10:36:23 -05:00
parent 31e8c93004
commit 72c20b1b51
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,4 @@
golang 1.21.5
bats 1.8.2
shellcheck 0.9.0
shfmt 3.6.0

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module asdf
go 1.21.5