We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47ce235 + 4bb5ef5 commit 75046f5Copy full SHA for 75046f5
README.md
@@ -30,7 +30,7 @@ The API is the same, so you don't need to change anything else.
30
Here is a script that can help you with the migration:
31
32
```shell
33
-sed -i 's/github.com\/mitchellh\/mapstructure/github.com\/go-viper\/mapstructure\/v2/g' $(find . -type f -name '*.go')
+sed -i 's|github.com/mitchellh/mapstructure|github.com/go-viper/mapstructure/v2|g' $(find . -type f -name '*.go')
34
```
35
36
If you need more time to migrate your code, that is absolutely fine.
0 commit comments