Loading...
package main // xiaorui.cc import ( "fmt" "github.com/labstack/echo" "net/http" "time" ) var test int func timer12() { //创建一个周期性的定时器 ...