You've already forked hastebin-ansi
mirror of
https://github.com/armbian/hastebin-ansi.git
synced 2026-01-06 12:30:55 -08:00
6 lines
83 B
Go
6 lines
83 B
Go
package keygenerator
|
|
|
|
type KeyGenerator interface {
|
|
Generate(length int) string
|
|
}
|