password
This is a simple password generator written in Go.
Prerequisites
Installation
go get -u github.com/135yshr/password
Lean more
How to generate
import (
"fmt"
"github.com/135yshr/password"
)
func main() {
gen := password.New()
fmt.Printf("Generated password: %s\n", gen.Generate(12))
}
Contributing
This project is an open-source endeavor that thrives on your active participation. We're always on the lookout for individuals interested in contributing to the project's growth. If you have any ideas or improvements, no matter how small, they are welcome. Feel free to submit a pull request at any time. We're eagerly awaiting your collaboration!
License
This project is released under the MIT license. See the LICENSE file for details.