We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f26f99b commit c49c78fCopy full SHA for c49c78f
ja/09.6.md
@@ -24,7 +24,7 @@ Go言語の`crypto`では対称鍵暗号アルゴリズムをサポートして
24
func main(){
25
// 暗号化したい文字列
26
plaintext := []byte("My name is Astaxie")
27
- // 暗号化された文字列を渡すと、plaintは渡された文字列になります。
+ // 暗号化された文字列を渡すと、plaintextは渡された文字列になります。
28
if len(os.Args) > 1{
29
plaintext = []byte(os.Args[1])
30
}
0 commit comments