Skip to content

Instantly share code, notes, and snippets.

View rmasci's full-sized avatar

RichM rmasci

  • 08:37 (UTC -04:00)
View GitHub Profile
@rmasci
rmasci / 0-go-os-arch.md
Created February 9, 2023 14:28 — 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
@rmasci
rmasci / polling.sh
Last active September 2, 2021 15:47 — forked from larryclaman/polling.sh
Fixed polling.sh
#!/bin/bash
declare -i duration=1
declare hasUrl=""
declare endpoint
usage() {
cat <<END
polling.sh [-i] [-h] endpoint