package main import ( "NaiveBotRouter/pkg/boot" ) func main() { boot.Bootstrap() }