Index

Symbols & Numbers

! logical NOT operator, 57

!= inequality operator, 5657, 6869, 70, 164

" " double quotes, 83

#! shebang scripts, 10

$ replacements in regular expressions, 120, 126, 129

% modulus operator and formatting placeholder, 47, 60, 69; see also format specifier

%= augmented modulus operator, 60

& address of and bitwise AND operator, 45, 46, 55, 60, 142, 143, 144, 167, 246, 247, 248, 267, 269, 284, 382, 383, 384, 387, 393, 394, 395

&& logical AND operator, 56, 57

&= augmented bitwise AND operator, 60

&^ bitwise clear operator, 60

&^= augmented bitwise clear operator, 60

* multiplication, dereference, pointer declaration operator and formatting placeholder, 26, 59, 69, 96, 100, 142, 143, 144, 178, 247, 248, 249, 259, 284, 305 ...

Get Programming in Go: Creating Applications for the 21st Century now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.