Udemy: Go: The Complete Developer's Guide (Golang)

Basic

Pointer

Map

Interface

Go Routine & Channel


Environment & Commands

型別

String

Tag


MongoDB

if val, ok := dict["foo"]; ok {
    //do something here
}