Skip to content

Commit

Permalink
Updated PortingPolicy (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradfitz committed Jan 6, 2017
1 parent 8e55d7f commit 7b42593
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions PortingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ A first class port has these properties:

Graduating a port to "first class" is at the discretion of the Go team at Google.

The current first class ports are:

* linux/amd64
* linux/386
* linux/arm
* darwin/amd64
* windows/amd64
* windows/386

We distribute binaries for other GOOS/GOARCH pairs (other "ports"), but they are not "first class" by this definition.

# Removing a port

If a builder for a particular port starts failing, the code should be corrected as soon as possible; otherwise future regressions cannot be detected, and the amount of work required to bring the builder back to "ok" compounds.
Expand Down

0 comments on commit 7b42593

Please sign in to comment.