Skip to content

Instantly share code, notes, and snippets.

View ninjacn's full-sized avatar
🤒
Out sick

姚鸣 ninjacn

🤒
Out sick
  • Beijing
View GitHub Profile
@ninjacn
ninjacn / go-os-arch.md
Created November 16, 2017 06:04 — forked from asukakenji/0-go-os-arch.md
Go (Golang) GOOS and GOARCH

Go (Golang) GOOS and GOARCH

All of the following information is based on go version go1.8.3 darwin/amd64.

A list of valid GOOS values

(Bold = supported by go out of the box, ie. without the help of a C compiler, etc.)

  • android
  • darwin

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname