🎨 A little typo formatting
This commit is contained in:
parent
1969f94322
commit
3be568fc16
3 changed files with 2 additions and 8 deletions
|
@ -12,7 +12,7 @@ import (
|
|||
"source.toby3d.me/toby3d/auth/internal/testing/sqltest"
|
||||
)
|
||||
|
||||
//nolint: gochecknoglobals // slices cannot be contants
|
||||
//nolint:gochecknoglobals // slices cannot be contants
|
||||
var tableColumns = []string{"created_at", "code", "data"}
|
||||
|
||||
func TestCreate(t *testing.T) {
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"net/url"
|
||||
"time"
|
||||
|
||||
json "github.com/goccy/go-json"
|
||||
"github.com/goccy/go-json"
|
||||
|
||||
"source.toby3d.me/toby3d/auth/internal/common"
|
||||
"source.toby3d.me/toby3d/auth/internal/domain"
|
||||
|
|
6
vendor/modules.txt
vendored
6
vendor/modules.txt
vendored
|
@ -1,8 +1,6 @@
|
|||
# github.com/DATA-DOG/go-sqlmock v1.5.0
|
||||
## explicit
|
||||
github.com/DATA-DOG/go-sqlmock
|
||||
# github.com/andybalholm/brotli v1.0.5
|
||||
## explicit; go 1.12
|
||||
# github.com/brianvoe/gofakeit/v6 v6.23.1
|
||||
## explicit; go 1.17
|
||||
github.com/brianvoe/gofakeit/v6
|
||||
|
@ -44,8 +42,6 @@ github.com/jmoiron/sqlx/reflectx
|
|||
# github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
|
||||
## explicit
|
||||
github.com/kballard/go-shellquote
|
||||
# github.com/klauspost/compress v1.16.7
|
||||
## explicit; go 1.18
|
||||
# github.com/lestrrat-go/blackmagic v1.0.1
|
||||
## explicit; go 1.16
|
||||
github.com/lestrrat-go/blackmagic
|
||||
|
@ -108,8 +104,6 @@ github.com/tomnomnom/linkheader
|
|||
# github.com/valyala/bytebufferpool v1.0.0
|
||||
## explicit
|
||||
github.com/valyala/bytebufferpool
|
||||
# github.com/valyala/fasthttp v1.48.0
|
||||
## explicit; go 1.20
|
||||
# github.com/valyala/fasttemplate v1.2.2
|
||||
## explicit; go 1.12
|
||||
github.com/valyala/fasttemplate
|
||||
|
|
Loading…
Reference in a new issue