github migration
This commit is contained in:
parent
831f490cfe
commit
61655a2799
@ -3,7 +3,7 @@ A simple permutation package using generics. Requires go1.18 or higher
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
```bash
|
```bash
|
||||||
go get git.fputs.com/fputs/permutation
|
go get github.com/fputs/permutation@latest
|
||||||
```
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
@ -14,7 +14,7 @@ package main
|
|||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
perm "git.fputs.com/fputs/permutation"
|
perm "github.com/fputs/permutation"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user