Update Picocrypt.go

This commit is contained in:
Evan Su 2021-05-29 14:54:29 -04:00 committed by GitHub
parent 98cdec124b
commit 88d158c2b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ var keyfilePrompt = "Keyfile (optional):"
var progress float32 = 0
var progressInfo = ""
var status = "Ready."
var _status = ""
var _status = "Ready."
var _status_color = color.RGBA{0xff,0xff,0xff,255}
var splitUnits = []string{
"KB",