Move all exported symbols to tool.go

This makes it easier to keep match.go in sync with the upstream, since
everything there is a direct copy from cmd/go code.

The tool.go file now contains all of the package API and documentation.
2 files changed
tree: 99a6f678022dfeb36edf3e6be5387386c3df7ba2
  1. .travis.yml
  2. go13.go
  3. go14.go
  4. go15.go
  5. LEGAL
  6. LICENSE
  7. match.go
  8. README.md
  9. tool.go
README.md

gotool

GoDoc Build Status

A library of some of the utility functions provided by (but not exported) by cmd/go