test program

This commit is contained in:
lordwelch 2017-10-26 18:09:42 -06:00
parent 25b570ad10
commit 287ed7f180

View File

@ -19,7 +19,7 @@ const (
func main() {
var (
test [16]byte = [...]byte{0x00, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}
test [7]byte = [...]byte{0x00, 0x04, 0x05, 0x06, 0x07, 0x08, 0x09}
)
fmt.Printf("%08b\n%08b\n%08b\n%08b\n%08b\n%08b\n%08b\n%08b\n\n", LCTRL,
LSHIFT,