package global const ( // Version go-admin version info Version = "2.2.0" ) var ( // Driver 数据库驱动 Driver string )