yanfeng1012 / go

go basic note :100: :cn: :100:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go 💯

go语言基础

  • GO 命令

  • Go是一门类似C的编译型语言,但是它的编译速度非常快。

    • 关键字/保留字

        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
      
  • hello go

  • go 基础

  • struct

  • interface

  • go test

  • go 协程

About

go basic note :100: :cn: :100: