Skip to content

Commit

Permalink
change module url
Browse files Browse the repository at this point in the history
  • Loading branch information
juunini committed Mar 2, 2024
1 parent 9641bbd commit a2c555c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## Install

```bash
go get github.com/juunini/palworld-settings-parser
go get github.com/juunini/palworld-settings
```

## Usage
Expand All @@ -23,7 +23,7 @@ package main
import (
"os"

palworld_settings "github.com/juunini/palworld-settings-parser"
palworld_settings "github.com/juunini/palworld-settings"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/juunini/palworld-settings-parser
module github.com/juunini/palworld-settings

go 1.22.0
2 changes: 1 addition & 1 deletion parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package palworld_settings_test
import (
"testing"

palworld_settings "github.com/juunini/palworld-settings-parser"
palworld_settings "github.com/juunini/palworld-settings"
)

func TestParse(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion toString_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package palworld_settings_test
import (
"testing"

palworld_settings "github.com/juunini/palworld-settings-parser"
palworld_settings "github.com/juunini/palworld-settings"
)

func TestSettingToString(t *testing.T) {
Expand Down

0 comments on commit a2c555c

Please # to comment.