Skip to content

Commit

Permalink
Rename complex package to avoid builtin package.
Browse files Browse the repository at this point in the history
  • Loading branch information
pwood committed May 21, 2024
1 parent 3dbd0ea commit d81064c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion complex/complex.go → converter/converter.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package complex
package converter

import "github.com/shimmeringbee/persistence"

Expand Down
2 changes: 1 addition & 1 deletion complex/complex_test.go → converter/converter_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package complex
package converter

import (
"github.com/shimmeringbee/persistence/impl/memory"
Expand Down
2 changes: 1 addition & 1 deletion complex/time.go → converter/time.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package complex
package converter

import (
"github.com/shimmeringbee/persistence"
Expand Down
2 changes: 1 addition & 1 deletion complex/time_test.go → converter/time_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package complex
package converter

import (
"github.com/shimmeringbee/persistence/impl/memory"
Expand Down

0 comments on commit d81064c

Please sign in to comment.