mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -04:00
Update wiki for new changes; fix compilation for some platforms
This commit is contained in:
+1
-3
@@ -1,9 +1,7 @@
|
||||
package global
|
||||
|
||||
type ByteInputFetcher func(prompt string) []byte
|
||||
|
||||
var (
|
||||
GetPassword ByteInputFetcher // Clients should set this to a function that fetches hidden input from the user
|
||||
GetPassword func(prompt string) []byte // Clients should set this to a function that fetches hidden input from the user
|
||||
RootLength = len(EntryRoot)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user