From 96786c94189f3d2f3f04c1915529c786228bdf42 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Fri, 17 Mar 2023 19:37:49 +0330 Subject: alireza --- web/controller/setting.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/controller/setting.go') diff --git a/web/controller/setting.go b/web/controller/setting.go index 922544fe..0456bca3 100644 --- a/web/controller/setting.go +++ b/web/controller/setting.go @@ -2,11 +2,12 @@ package controller import ( "errors" - "github.com/gin-gonic/gin" "time" "x-ui/web/entity" "x-ui/web/service" "x-ui/web/session" + + "github.com/gin-gonic/gin" ) type updateUserForm struct { -- cgit v1.2.3