Skip to content

Instantly share code, notes, and snippets.

View Constantin1489's full-sized avatar

Constantin Hong Constantin1489

View GitHub Profile
@Constantin1489
Constantin1489 / 0-go-os-arch.md
Created February 6, 2024 13:18 — 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.17.1 darwin/amd64.

GOOS Values

GOOS Out of the Box
aix
android
@Constantin1489
Constantin1489 / .screenrc
Created November 26, 2022 05:08 — forked from sknutsonsf/.screenrc
Screenrc for emacs lovers
# Settings for Screen to allow better use of emacs
#
# Most important: rebind ctrl-A
## Control-^ (usually Control-Shift-6) is traditional and the only key not used by emacs
escape ^^^^
#
## do not trash BackSpace, usually DEL
bindkey -k kb
bindkey -d -k kb
#