Skip to content

Commit

Permalink
Merge pull request #12 from knocknote/feature/fix-transpose
Browse files Browse the repository at this point in the history
`transpose` command ignore pkg/mod/go.knocknote.io/octillery for Go Modules
  • Loading branch information
goccy authored Apr 16, 2019
2 parents 6bcac9d + 57865ea commit 9a03cb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion transposer/inspector.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ var (

func importDatabaseSQLPackagePatterns() []*regexp.Regexp {
patterns := []*regexp.Regexp{}
basePath := filepath.Join("go.knocknote.io", "octillery")
basePath := filepath.Join("go.knocknote.io", "octillery.*")
for _, path := range []string{
"algorithm",
"connection",
"database",
"exec",
"migrator",
"octillery\\.go",
"plugin",
"printer",
Expand Down

0 comments on commit 9a03cb4

Please sign in to comment.