From d378d0fccde04e51a4516639bbce9f37a6a7c733 Mon Sep 17 00:00:00 2001 From: ZJY <764763903@qq.com> Date: Fri, 3 Sep 2021 19:28:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=B6=E9=97=B4=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- models/toekn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/toekn.go b/models/toekn.go index 28f22dc..76895d3 100644 --- a/models/toekn.go +++ b/models/toekn.go @@ -5,6 +5,6 @@ import ( ) type Token struct { - expiration time.Time + Expiration time.Time Token string }