9 lines
268 B
Go
9 lines
268 B
Go
package passwordx
|
|
|
|
import "github.com/tkw1536/pkglib/password"
|
|
|
|
// Charset is a Charset safe for usage within the distillery
|
|
const Charset = password.DefaultCharSet
|
|
|
|
// Snapshot is a charset to be used to generate snapshot ids
|
|
const Snapshot = password.DefaultCharSet
|