From 061187a1627e443c3b89e95eeb4d8880a9550bb0 Mon Sep 17 00:00:00 2001 From: XuShuo Date: Thu, 28 Nov 2024 11:41:49 +0800 Subject: [PATCH] code lint --- build.go | 3 ++- build_test.go | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.go b/build.go index 5317c3b..593d5cb 100644 --- a/build.go +++ b/build.go @@ -4,10 +4,11 @@ import ( "bytes" "errors" "fmt" - "github.com/360EntSecGroup-Skylar/excelize" "reflect" "strconv" "time" + + "github.com/360EntSecGroup-Skylar/excelize" ) type Option func(*options) diff --git a/build_test.go b/build_test.go index bbbf773..bdf82e4 100644 --- a/build_test.go +++ b/build_test.go @@ -1,10 +1,11 @@ package excelorm import ( - "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" "testing" "time" + + "github.com/stretchr/testify/assert" + "github.com/stretchr/testify/require" ) type Sheet1 struct {