From 740ce8552a1462847e001707dd3a3e0d65bc9714 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E8=88=9E=E8=80=85?= Date: Thu, 7 Jul 2022 15:04:59 +0800 Subject: [PATCH] update --- common/flag.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/flag.go b/common/flag.go index a2bb63f..ccd9eb3 100644 --- a/common/flag.go +++ b/common/flag.go @@ -2,6 +2,9 @@ package common import ( "flag" + "runtime" + "runtime/debug" + "time" ) func init() {