GitXplorerGitXplorer
k

gotool

public
62 stars
13 forks
1 issues

Commits

List of commits on branch master.
Unverified
80517062f582ea3340cd4baf70e86d539ae7d84d

Add go.mod

kkisielk committed 7 years ago
Unverified
d6ce6262d87e3a4e153e86023ff56ae771554a41

Merge pull request #17 from shurcooL/go1.9

kkisielk committed 7 years ago
Unverified
030c1abbace5ab18f0969b4bfedbf693f5c58351

Add gotool implementation for Go 1.9.

ddmitshur committed 7 years ago
Unverified
a1e0e680ad86788751e70a75b1d9cdc8c9eb4186

Constraint current implementation up to Go 1.8.

ddmitshur committed 7 years ago
Unverified
0c5af37160f15c0506b5e0f5fbb3c86584cb87c2

Backport documentation improvements from Go 1.9.

ddmitshur committed 7 years ago
Unverified
0de1eaf82fa3f583ce21fde859f1e7e0c5e9b220

Address tiny nit

ddavecheney committed 8 years ago

README

The README file for this repository.

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.