mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Fixes #83
This commit is contained in:
parent
f98ef07ca1
commit
94adbb3d49
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
var (
|
||||
kernel32 = syscall.MustLoadDLL("kernel32.dll")
|
||||
setConsoleModeProc = kernel32.MustFindProc("SetConsoleMod")
|
||||
setConsoleModeProc = kernel32.MustFindProc("SetConsoleMode")
|
||||
)
|
||||
|
||||
// Magic constant from MSDN to control whether charactesr read are
|
||||
|
|
|
|||
Loading…
Reference in a new issue