https://github.com/night-codes/go-keygen
Key generation package for golang
https://github.com/night-codes/go-keygen
Last synced: 2 months ago
JSON representation
Key generation package for golang
- Host: GitHub
- URL: https://github.com/night-codes/go-keygen
- Owner: night-codes
- License: wtfpl
- Created: 2015-11-04T18:55:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T15:07:02.000Z (over 9 years ago)
- Last Synced: 2025-01-23T23:32:42.709Z (4 months ago)
- Language: Go
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-keygen
Key generation package for golang## Install
go get github.com/mirrr/go-keygen
## Use
```golang
import (
"fmt"
"github.com/mirrr/go-keygen"
)
func main() {
fmt.Println(keygen.NewKey(8))
}
```## Documentation
[Docs on godoc.org](https://godoc.org/github.com/mirrr/go-keygen)## License
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004Copyright (C) 2015 Oleksiy Chechel
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION0. You just DO WHAT THE FUCK YOU WANT TO.