/* * @Author: jia * @LastEditTime: 2020-12-08 14:01:22 * @FilePath: /pi-monitor/main.go * @Date: 2020-12-06 19:58:05 * @Software: VS Code */ package main import ( "pi-monitor/route" ) func main() { route.Run() }