[ja] fix typo
This commit is contained in:
@@ -24,7 +24,7 @@ Go言語の`crypto`では対称鍵暗号アルゴリズムをサポートして
|
||||
func main() {
|
||||
// 暗号化したい文字列
|
||||
plaintext := []byte("My name is Astaxie")
|
||||
// 暗号化された文字列を渡すと、plaintは渡された文字列になります。
|
||||
// 暗号化された文字列を渡すと、plaintextは渡された文字列になります。
|
||||
if len(os.Args) > 1 {
|
||||
plaintext = []byte(os.Args[1])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user