Skip to content

Commit 868a5b2

Browse files
authored
rename packages (#44)
1 parent 0ee4ce6 commit 868a5b2

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

tools/tpps/mongo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package tpps
1+
package tppsdb
22

33
import (
44
"context"

tools/tpps/parse.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package tpps
1+
package tppsdb
22

33
import (
44
"archive/zip"

tools/tpps/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package tpps
1+
package tppsdb
22

33
import (
44
"context"

tools/tpps/sqlite.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package tpps
1+
package tppsdb
22

33
import (
44
"context"

tools/tpps/tpps_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package tpps
1+
package tppsdb
22

33
import (
44
"testing"

0 commit comments

Comments
 (0)