Created
July 16, 2024 16:53
-
-
Save BK1031/7dc25c2884d693b2d83e229187352447 to your computer and use it in GitHub Desktop.
singlestore-go-bookstore start server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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