Other case fixes.
This commit is contained in:
parent
038f3b5d81
commit
8d828adc5e
@ -5,12 +5,12 @@ This is a libxcrypt compatible password hashing library for the Go language. The
|
|||||||
## Install
|
## Install
|
||||||
|
|
||||||
```
|
```
|
||||||
go get github.com/GRMrGecko/go-passwd
|
go get github.com/grmrgecko/go-passwd
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
[https://pkg.go.dev/github.com/GRMrGecko/go-passwd](https://pkg.go.dev/github.com/GRMrGecko/go-passwd)
|
[https://pkg.go.dev/github.com/grmrgecko/go-passwd](https://pkg.go.dev/github.com/grmrgecko/go-passwd)
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
@ -18,7 +18,7 @@ go get github.com/GRMrGecko/go-passwd
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/GRMrGecko/go-passwd"
|
"github.com/grmrgecko/go-passwd"
|
||||||
"log"
|
"log"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user