Skip to content

Instantly share code, notes, and snippets.

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