func main() { var c8 uint8; var S [256] uint8; for c8 = 0x00; c8 <= 0xff; c8 += 0x01 { S[c8]= c8 } }
-- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.