Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
Symbols
/healthz endpoint
used, for creating Go application 620-623
A
access control lists (ACLs) 449
access flag values 394
address operators 26
alias package names
using 326
Amazon Elastic Container Registry (Amazon ECR) 632
anonymous functions 189, 190
creating, for square root of number calculation 191
any keyword 278
application
creating, to calculate pay for week 221-224
Application Programming Interface (API) 255, 584
arguments 416-418
versus parameters 173, 174
arithmetic operators 26
arrays 106, 124
comparing 107-109
contents, modifying in loop 116, 117
defining 107
filling 117
initializing, with keys 109-111
looping over 68, 69, 114
looping over, for i loop used 114, 115
reading from 111
single item, reading...