An open API service indexing awesome lists of open source software.

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

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 2004

Copyright (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 MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.