Skip to content

Commit

Permalink
1.22 module
Browse files Browse the repository at this point in the history
  • Loading branch information
matt0x6F committed Mar 19, 2024
0 parents commit bd582fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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/matt0x6f/athens-test-repo

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

func HelloWorld() string {
return "hello world"
}

0 comments on commit bd582fd

Please sign in to comment.