Skip to content

Instantly share code, notes, and snippets.

@BK1031
Last active July 11, 2024 11:26
Show Gist options
  • Save BK1031/1e4fa5d0eb935071145be06d4af45ee1 to your computer and use it in GitHub Desktop.
Save BK1031/1e4fa5d0eb935071145be06d4af45ee1 to your computer and use it in GitHub Desktop.
racecar_analytics start server
func main() {
ConnectMQTT()
SubscribeECU()
SubscribeBattery()
ConnectDB()
StartServer() // add this
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment