blob: 75978b60bb4b01aa722b53abe6af0772efc05be2 [file] [log] [blame] [view]
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11001These packages are part of the Go Project but outside the main Go tree.
2
Damian Gryski73777b52018-02-28 13:05:08 -08003They are developed under looser [compatibility requirements](http://golang.org/doc/go1compat.html) than the Go core. In general, they will support the previous two releases and tip.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11004
5Install them with "go get".
6
Ian Lance Taylor57534eb2017-10-18 06:16:39 -07007 * [[docs](https://godoc.org/golang.org/x/tools)] [[source](https://go.googlesource.com/tools)] ` golang.org/x/tools ` — godoc, vet, cover, and other tools.
8 * [[docs](https://godoc.org/golang.org/x/mobile)] [[source](https://go.googlesource.com/mobile)] ` golang.org/x/mobile ` — libraries and build tools for Go on Android.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +11009
Ian Lance Taylor57534eb2017-10-18 06:16:39 -070010 * [[docs](https://godoc.org/golang.org/x/crypto)] [[source](https://go.googlesource.com/crypto)] ` golang.org/x/crypto ` — additional cryptography packages.
11 * [[docs](https://godoc.org/golang.org/x/image)] [[source](https://go.googlesource.com/image)] ` golang.org/x/image ` — additional imaging packages.
12 * [[docs](https://godoc.org/golang.org/x/net)] [[source](https://go.googlesource.com/net)] ` golang.org/x/net ` — additional networking packages.
13 * [[docs](https://godoc.org/golang.org/x/sys)] [[source](https://go.googlesource.com/sys)] ` golang.org/x/sys ` — for low-level interactions with the operating system.
14 * [[docs](https://godoc.org/golang.org/x/text)] [[source](https://go.googlesource.com/text)] ` golang.org/x/text ` — packages for working with text.
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110015
Ian Lance Taylor57534eb2017-10-18 06:16:39 -070016 * [[docs](https://godoc.org/golang.org/x/blog)] [[source](https://go.googlesource.com/blog)] ` golang.org/x/blog ` — the content and server program for [blog.golang.org](http://blog.golang.org).
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110017
18
Ian Lance Taylor04d5b8e2017-10-18 06:17:35 -070019 * [[docs](https://godoc.org/golang.org/x/review)] [[source](https://go.googlesource.com/review)] ` golang.org/x/review ` — tools for code review.
Ian Lance Taylor57534eb2017-10-18 06:16:39 -070020 * [[docs](https://godoc.org/golang.org/x/benchmarks)] [[source](https://go.googlesource.com/benchmarks)] ` golang.org/x/benchmarks `
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110021
Ian Lance Taylor57534eb2017-10-18 06:16:39 -070022 * [[docs](https://godoc.org/golang.org/x/exp)] [[source](https://go.googlesource.com/exp)] ` golang.org/x/exp ` — experimental code (handle with care).
Andrew Gerrand5bc444d2014-12-10 11:35:11 +110023
Ian Lance Taylorf311de12017-10-18 06:12:51 -070024[List of all packages in sub-repositories](https://godoc.org/-/subrepo)