• Rob Pike
      • people/
    • lang/

Go

  • Good idea to look into how you would be Creating a lasting Go project#.

  • Parallelism in Go#

go/using packages in go
Vendoring packages#
Ways of importing Go packages#
Splitting up code into internal packages#

2021-01-24

Downlinks

  • #Parallelism in Go
    • Writing #Go code that runs in parallel first requires your use case to support concurrent tasks. (#Concurrency vs parallelism)

Backlinks

  • Has-One vs Belongs-To
    • A user can have 1 calender, and 1 calender can only be used by 1 user. Using #Go as sample language, and behaviour may be specific to GORM.

Uplinks

  • Rob Pike#
    • Inventing the #Go programming language.
  • lang/#
    • Parent directory zettel
go/best practices in golanggo/writing idiomatic golang coderoot/lang
logo