Skip to content

Commit

Permalink
add an example using go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
FarazPatankar committed Nov 13, 2024
1 parent 28b4474 commit 8d5eb40
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/go-v123/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module hello-world

go 1.23
7 changes: 7 additions & 0 deletions examples/go-v123/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package main

import "fmt"

func main() {
fmt.Println("Hello from Go!")
}

0 comments on commit 8d5eb40

Please sign in to comment.