Skip to content

Instantly share code, notes, and snippets.

View mark-jordanovic-lewis's full-sized avatar
🏠
Working from home

Mark JL (_jail) mark-jordanovic-lewis

🏠
Working from home
  • SenseOn
  • morbidslug@home
View GitHub Profile
/* *******************************************************************************************
* THE UPDATED VERSION IS AVAILABLE AT
* https://github.com/LeCoupa/awesome-cheatsheets
* ******************************************************************************************* */
// 0. Synopsis.
// http://nodejs.org/api/synopsis.html
@mark-jordanovic-lewis
mark-jordanovic-lewis / go-os-arch.md
Created April 8, 2019 10:02 — 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

Useful commands

last_response
    .body

last_request
    .path
    .url
    .session

.cookies

FILE SPACING:
# double space a file
sed G
# double space a file which already has blank lines in it. Output file
# should contain no more than one blank line between lines of text.
sed '/^$/d;G'