github migration

This commit is contained in:
Evan Burkey 2022-06-02 14:01:45 -07:00
parent 831f490cfe
commit 61655a2799
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ A simple permutation package using generics. Requires go1.18 or higher
## Install
```bash
go get git.fputs.com/fputs/permutation
go get github.com/fputs/permutation@latest
```
## Usage
@ -14,7 +14,7 @@ package main
import (
"fmt"
perm "git.fputs.com/fputs/permutation"
perm "github.com/fputs/permutation"
)
func main() {

2
go.mod
View File

@ -1,3 +1,3 @@
module git.fputs.com/fputs/permutation
module github.com/fputs/permutation
go 1.18