feat(golang-rewrite): initialize golang module

This commit is contained in:
Trevor Brown 2023-12-30 10:36:23 -05:00
parent fa3d216540
commit 3d9fc41fbc
2 changed files with 4 additions and 0 deletions

View File

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

3
go.mod Normal file
View File

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