Skip to content

Commit

Permalink
Merge pull request #5 from asdf-vm/tb/initialize-go-project
Browse files Browse the repository at this point in the history
feat(golang-rewrite): initialize golang module
  • Loading branch information
Stratus3D authored Dec 30, 2023
2 parents f8f1977 + d69ed32 commit bc24a25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
golang 1.21.5
bats 1.8.2
shellcheck 0.9.0
shfmt 3.6.0
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module asdf

go 1.21.5

0 comments on commit bc24a25

Please sign in to comment.