From a519249dfca3d91129734cbff1ee8927cfc12f9b Mon Sep 17 00:00:00 2001 From: hoteas <925970985@qq.com> Date: Mon, 15 Jun 2020 14:42:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3gomod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 735bd17..47ceb02 100644 --- a/go.mod +++ b/go.mod @@ -7,4 +7,4 @@ require ( golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 ) -module code.hoteas.com/hoteas/hotime +module code.hoteas.com/golang/hotime