FileEncryption icon indicating copy to clipboard operation
FileEncryption copied to clipboard

Aes file encryption library for Go (Golang)

Results 1 FileEncryption issues
Sort by recently updated
recently updated
newest added

fmt.Println(outFile.Name())代码在异常处理代码之前,当出现异常的时候,下方的异常处理代码无法执行。 建议将其移至 if err != nil { fmt.Println(err) return } 下方