© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2022
B. Feigenbaum, Ph.D.Go for Java Programmershttps://doi.org/10.1007/978-1-4842-7199-5_5

5. Go Basic Features

Barry Feigenbaum, Ph.D.1  
(1)
Austin, TX, USA
 

In this chapter, we will drill down some of the important characteristics that make Go what it is. When we are done with this chapter, you should be able to characterize the finer Go language similarities and differences from Java.

Language Keywords

The Go reserved (cannot be used for any other purpose) words are
break, case, chan, const, continue, default, defer, else, fallthrough, for, func, go, goto, if, import, interface, map, package, range, return, select, struct, switch, type, var

Table 10 Go reserved ...

Get Go for Java Programmers: Learn the Google Go Programming Language 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.