commit - 831f490cfe67db165710967196d17f9301fc9fed
commit + 61655a2799a381feeccfd31bdcb622eb1fb24b5e
blob - ca8b1ad45ae3df96d1e1915baf682209375ef229
blob + 1a04998bf81daa4ddd18ad9c52aa920a6804da01
--- README.md
+++ README.md
## Install
```bash
-go get git.fputs.com/fputs/permutation
+go get github.com/fputs/permutation@latest
```
## Usage
import (
"fmt"
- perm "git.fputs.com/fputs/permutation"
+ perm "github.com/fputs/permutation"
)
func main() {
blob - 50f02b6ecf89d53e8dcaeafb871e98fe1edeb7d0
blob + 38577a893232da3d4b05cf0014b97d6fa683078b
--- go.mod
+++ go.mod
-module git.fputs.com/fputs/permutation
+module github.com/fputs/permutation
go 1.18