Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 415 Bytes

File metadata and controls

46 lines (41 loc) · 415 Bytes

Go Reserved Words

The following keywords are reserved and may not be used as identifiers.

  • B

    • break
  • C

    • case
    • chan
    • const
    • continue
  • D

    • default
    • defer
  • E

    • else
  • F

    • fallthrough
    • for
    • func
  • G

    • go
    • goto
  • I

    • if
    • import
    • interface
  • M

    • map
  • P

    • package
  • R

    • range
    • return
  • S

    • select
    • struct
    • switch
  • T

    • type
  • V

    • var