a := randomBytes() b := randomBytes() if bytes.Compare(a, b) == 0 { log.Printf("同じです") } else { log.Printf("違います") }
0 件のコメント:
コメントを投稿