Skip to content

Instantly share code, notes, and snippets.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
I use Keybase (https://keybase.io/kz) to establish a cryptographic web of trust.
In addition to the sites (including Twitter, GitHub, personal website, etc.)
listed on Keybase to verify my identity, this note contains additional identities.
To verify that this message is truly sent by me, this has been signed and can be
verified here: https://keybase.io/verify. Just simply copy and paste this entire
note into the box and click "Verify".
pass tests/userprog/args-none
pass tests/userprog/args-single
pass tests/userprog/args-multiple
pass tests/userprog/args-many
pass tests/userprog/args-dbl-space
FAIL tests/userprog/sc-bad-sp
FAIL tests/userprog/sc-bad-arg
pass tests/userprog/sc-boundary
pass tests/userprog/sc-boundary-2
pass tests/userprog/halt
#!/bin/bash
set -e
GVERSION="1.10.2"
GFILE="go$GVERSION.linux-amd64.tar.gz"
GOPATH="$HOME/go"
GOROOT="/usr/local/go"
if [ -d $GOROOT ]; then
echo "Installation directories already exist $GOROOT"
#!/bin/bash
set -e
GVERSION="1.7"
GFILE="go$GVERSION.linux-amd64.tar.gz"
GOPATH="$HOME/go"
GOROOT="/usr/local/go"
if [ -d $GOROOT ]; then
echo "Installation directories already exist $GOROOT"

Keybase proof

I hereby claim:

  • I am kz on github.
  • I am kz (https://keybase.io/kz) on keybase.
  • I have a public key whose fingerprint is 9F70 31A9 2EC5 E1D6 3E49 CCF5 CDD7 72B5 8085 E793

To claim this, I am signing this object: