cmd/macos-roots-test: new package

The darwin API to extract the trusted roots is so complex that we have
no chance of getting it right by just reading the "docs".

So, make a stand-alone tool people can go get to crowdsource testing.

Change-Id: Iaf6da6cec5b86e6b27f9fccba106b8d1e2944c97
Reviewed-on: https://go-review.googlesource.com/128118
Reviewed-by: Ian Lance Taylor <iant@golang.org>
3 files changed
tree: c84f86c541a2c84eb4ec5a96bb44f3fb35d07135
  1. cmd/
  2. ebnf/
  3. ebnflint/
  4. fsnotify/
  5. inotify/
  6. io/
  7. mmap/
  8. old/
  9. rand/
  10. shiny/
  11. shootout/
  12. utf8string/
  13. winfsnotify/
  14. .gitattributes
  15. .gitignore
  16. AUTHORS
  17. codereview.cfg
  18. CONTRIBUTING.md
  19. CONTRIBUTORS
  20. LICENSE
  21. PATENTS
  22. README.md
README.md

exp

This subrepository holds experimental and deprecated (in the old directory) packages.

The idea for this subrepository originated as the pkg/exp directory of the main repository, but its presence there made it unavailable to users of the binary downloads of the Go installation. The subrepository has therefore been created to make it possible to go get these packages.

Warning: Packages here are experimental and unreliable. Some may one day be promoted to the main repository or other subrepository, or they may be modified arbitrarily or even disappear altogether.

In short, code in this subrepository is not subject to the Go 1 compatibility promise. (No subrepo is, but the promise is even more likely to be violated by go.exp than the others.)

Caveat emptor.