Skip to main content
Link
Menu
Expand
(external link)
Document
Search
Copy
Copied
Home
Introduction to Golang
Getting Started
Programe structure
Syntax
Keyword
Identifier
Literal
Operator
Statement
Comment
Variable
Data type
Functions
Arrays & Slice
Control flow
Map
Struct
Interface
Errors and Error Handling
Zero Value
Tips
About
Projects
Syntax
Keyword
Keywords
Go has a total of 25 keywords of which are listed below.
break
default
func
interface
select
else
case
defer
go
map
struct
chan
const
package
switch
if
range
goto
faillthrough
type
var
for
continue
return
import