Skip to content

Commit

Permalink
Merge pull request #59 from goschtalt/fix-package-name
Browse files Browse the repository at this point in the history
Fix the package name.
  • Loading branch information
schmidtw authored Apr 9, 2024
2 parents fd8dd02 + dceeba7 commit 5893fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing/fstest"

"github.com/goschtalt/goschtalt"
_ "github.com/goschtalt/properties-decoder/properties"
_ "github.com/goschtalt/properties-decoder"
)

const text = `# example file
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/goschtalt/properties-decoder/properties
module github.com/goschtalt/properties-decoder

go 1.18

Expand Down

0 comments on commit 5893fee

Please sign in to comment.