Skip to content

Instantly share code, notes, and snippets.

View jmmaranan's full-sized avatar
🖥️
building something amazing

Jose Maranan jmmaranan

🖥️
building something amazing
View GitHub Profile
@jmmaranan
jmmaranan / go-os-arch.md
Created April 19, 2020 20:57 — 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
@jmmaranan
jmmaranan / Commit Formatting.md
Created September 1, 2017 03:57 — forked from clemtibs/Commit Formatting.md
Angular Commit Format Reference Sheet

Git Commit Guidelines

We have very precise rules over how our git commit messages can be formatted. This leads to more readable messages that are easy to follow when looking through the project history. But also, we use the git commit messages to generate the AngularJS change log.

Commit Message Format

Each commit message consists of a header, a body and a footer. The header has a special format that includes a type, a scope and a subject: