A DigitalOcean-community-themed username generator.
go get github.com/MattIPv4/do_username/go
package main
import (
"fmt"
"github.com/MattIPv4/do_username/go"
)
func main() {
fmt.Println(dousername.Generate())
}
This project is licensed under Apache 2.0