mirror of
https://github.com/HACKERALERT/Picocrypt.git
synced 2025-01-04 21:58:23 +00:00
Update Picocrypt.go
This commit is contained in:
parent
98cdec124b
commit
88d158c2b5
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ var keyfilePrompt = "Keyfile (optional):"
|
||||||
var progress float32 = 0
|
var progress float32 = 0
|
||||||
var progressInfo = ""
|
var progressInfo = ""
|
||||||
var status = "Ready."
|
var status = "Ready."
|
||||||
var _status = ""
|
var _status = "Ready."
|
||||||
var _status_color = color.RGBA{0xff,0xff,0xff,255}
|
var _status_color = color.RGBA{0xff,0xff,0xff,255}
|
||||||
var splitUnits = []string{
|
var splitUnits = []string{
|
||||||
"KB",
|
"KB",
|
||||||
|
|
Loading…
Reference in a new issue