package main import ( _ "passport/config" "passport/app/boot" ) func main() { boot.Run() }