NaiveBotRouter/main.go

10 lines
87 B
Go

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