Skip to content

Instantly share code, notes, and snippets.

@BK1031
Created July 15, 2024 17:29
Show Gist options
  • Save BK1031/52824130b228592cdc7b121ef0858181 to your computer and use it in GitHub Desktop.
Save BK1031/52824130b228592cdc7b121ef0858181 to your computer and use it in GitHub Desktop.
singlestore-go-bookstore init main
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment