package main import ( "ioriotng/internal" ) func main() { // Here could be some flag parsing.... internal.Run() }