Skip to content

Commit

Permalink
code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VarusHsu committed Nov 28, 2024
1 parent 135d10d commit 061187a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 3 additions & 2 deletions build_test.go
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 061187a

Please sign in to comment.