Go language quick framework

918 ワード

hello world
    go run

structure
       
       
      
      
      &   
      
        //
        /* */

syntax
        
          ;
             ,  ;
      
       
       
        25
        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事前定義識別子36個append bool byte cap close complex 64 complex 128 uint 16 copy false float 32 float 64 imag int 8 int 16 uint 32 int 32 int 64 iota len make new nil panuint 64 print println real recover string uin uint uint 8 uintptrスペース
data type
       
        
         :
        
        (a)     (Pointer)
              (b)     

(c)構造化タイプ(struct)(d)Channelタイプ(e)関数タイプ(f)スライスタイプ(g)インタフェースタイプ(interface)(h)Mapタイプ分岐トピック5