Skip to content

Instantly share code, notes, and snippets.

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