Skip to content

Commit

Permalink
add initial golang boilerplate
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Hansen <[email protected]>
  • Loading branch information
pointbazaar committed Sep 11, 2024
1 parent 2e1a881 commit e01e749
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bmc-test-go
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/9elements/bmc-test-go

go 1.23.1
5 changes: 5 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package main

func main() {

}

0 comments on commit e01e749

Please sign in to comment.