Skip to content

Instantly share code, notes, and snippets.

@BK1031
Created July 16, 2024 16:53
Show Gist options
  • Save BK1031/7dc25c2884d693b2d83e229187352447 to your computer and use it in GitHub Desktop.
Save BK1031/7dc25c2884d693b2d83e229187352447 to your computer and use it in GitHub Desktop.
singlestore-go-bookstore start server
func main() {
fmt.Println("Hello, World!")
database.InitializeDB()
api.StartServer() // add this
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment