Skip to content

Instantly share code, notes, and snippets.

View denisrudov's full-sized avatar
🏠
Working from home

denisrudov

🏠
Working from home
View GitHub Profile
@denisrudov
denisrudov / go-os-arch.md
Created April 14, 2019 17:19 — 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
@denisrudov
denisrudov / README-Template.md
Created December 29, 2018 17:54 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites