summaryrefslogtreecommitdiffstats
path: root/routers/utils/utils_test.go
diff options
context:
space:
mode:
authorwxiaoguang <wxiaoguang@gmail.com>2021-11-17 13:34:35 +0100
committerGitHub <noreply@github.com>2021-11-17 13:34:35 +0100
commit750a8465f547e9f08a87612c75898d56b8ec1f88 (patch)
treef3eed8b40971c01a75617675a24014233b9f1cc7 /routers/utils/utils_test.go
parentFix bug when read mysql database max lifetime (#17682) (diff)
downloadforgejo-750a8465f547e9f08a87612c75898d56b8ec1f88.tar.xz
forgejo-750a8465f547e9f08a87612c75898d56b8ec1f88.zip
A better go code formatter, and now `make fmt` can run in Windows (#17684)
* go build / format tools * re-format imports
Diffstat (limited to 'routers/utils/utils_test.go')
-rw-r--r--routers/utils/utils_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/routers/utils/utils_test.go b/routers/utils/utils_test.go
index bca5263311..f49ed77b6f 100644
--- a/routers/utils/utils_test.go
+++ b/routers/utils/utils_test.go
@@ -8,6 +8,7 @@ import (
"testing"
"code.gitea.io/gitea/modules/setting"
+
"github.com/stretchr/testify/assert"
)