Merge pull request #17 from shurcooL/go1.9

Add Go 1.9 support.
tree: fdbf38b8525456a4733d47ed6d7efca2ec8663b4
  1. internal/
  2. .travis.yml
  3. go13.go
  4. go14-15.go
  5. go16-18.go
  6. LEGAL
  7. LICENSE
  8. match.go
  9. match18.go
  10. match18_test.go
  11. README.md
  12. tool.go
README.md

gotool

GoDoc Build Status

Package gotool contains utility functions used to implement the standard “cmd/go” tool, provided as a convenience to developers who want to write tools with similar semantics.