NaiveBotRouter/main.go

10 lines
87 B
Go
Raw Normal View History

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