mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-02 07:07:26 -04:00
Export global.RootLength
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ type ByteInputFetcher func(prompt string) []byte
|
||||
|
||||
var (
|
||||
GetPassword ByteInputFetcher // Clients should set this to a function that fetches hidden input from the user
|
||||
rootLength = len(EntryRoot) // length of global.EntryRoot string
|
||||
RootLength = len(EntryRoot) // length of global.EntryRoot string
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user