Skip to content

Commit

Permalink
chore: move assert to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
tmzane committed Apr 23, 2024
1 parent 3746ef0 commit abf15d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ import (
"testing"

"go-simpler.org/queries"
"go-simpler.org/queries/assert"
. "go-simpler.org/queries/assert/EF"
"go-simpler.org/queries/internal/assert"
. "go-simpler.org/queries/internal/assert/EF"
)

//go:generate go run -tags=cp go-simpler.org/assert/cmd/[email protected]
//go:generate go run -tags=cp go-simpler.org/assert/cmd/[email protected] -dir=internal

func TestBuilder(t *testing.T) {
var qb queries.Builder
Expand Down
2 changes: 1 addition & 1 deletion assert/EF/alias.go → internal/assert/EF/alias.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

0 comments on commit abf15d6

Please sign in to comment.