美文网首页
Go | 开发简介

Go | 开发简介

作者: 双鬼带单 | 来源:发表于2021-01-12 23:44 被阅读0次

    Keywords

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

    <pre class="grammar" style="font-family: Menlo, monospace; font-size: 0.875rem; line-height: 1.4; overflow-x: auto; margin: 1.25rem; background: rgb(239, 239, 239); padding: 0.625rem; border-radius: 0.3125rem; color: rgb(62, 64, 66); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">

    break | default | func | interface | select
    case | defer | go | map | struct
    chan | else | goto package switch
    const | fallthrough if range type
    continue | for import return var

    Operators and punctuation

    The following character sequences represent operators (including assignment operators) and punctuation:

    <pre class="grammar" style="font-family: Menlo, monospace; font-size: 0.875rem; line-height: 1.4; overflow-x: auto; margin: 1.25rem; background: rgb(239, 239, 239); padding: 0.625rem; border-radius: 0.3125rem; color: rgb(62, 64, 66); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;">+ & += &= && == != ( )

    • | -= |= || < <= [ ]
    • ^ *= ^= <- > >= { }
      / << /= <<= ++ = := , ;
      % >> %= >>= -- ! ... . :
      &^ &^=</pre>

    相关文章

      网友评论

          本文标题:Go | 开发简介

          本文链接:https://www.haomeiwen.com/subject/vhkjaktx.html