Merge pull request #5 from asdf-vm/tb/initialize-go-project

feat(golang-rewrite): initialize golang module
This commit is contained in:
Trevor Brown 2023-12-30 15:29:50 -05:00 committed by Trevor Brown
commit 58a645c63a
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