All of the following information is based on go version go1.17.1 darwin/amd64.
| GOOS | Out of the Box |
|---|---|
aix |
✅ |
android |
✅ |
| # add to your shell startup script (e.g: $HOME/.bashrc). | |
| # install [fzf](https://github.com/junegunn/fzf) | |
| # e.g: brew install fzf | |
| kctx() { | |
| ( | |
| cd ~/.kube/ || exit 1 | |
| # shellcheck disable=SC2012 | |
| KUBE=$(ls kube-* | fzf) | |
| [[ -n "$KUBE" ]] && ln -sf "$KUBE" config |
| package main | |
| import ( | |
| "fmt" | |
| "syscall" | |
| "unicode/utf16" | |
| "unsafe" | |
| ) | |
| //https://github.com/golang/go/wiki/WindowsDLLs |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"