8 Commits

Author SHA1 Message Date
czarkoff
889fc2747b update to go-tools 1.6
OK and fixes from jsing@ kspillner@
2016-05-21 01:29:09 +00:00
czarkoff
cd5f898f80 add PORTPATH to MODGO_ENV
Needed for tests, no changes in package
2016-05-08 17:14:07 +00:00
jsing
902949ca65 Update devel/go-tools for changes to go.port.mk and a newer version.
cmd/vet and cmd/cover are now part of the Go base distribution, so stop
building/installing them. Additionally, godoc requires special handling
due to a 'go install' mapping that still exists for legacy reasons.

ok sthen@ jasper@ czarkoff@
2016-01-14 16:11:17 +00:00
czarkoff
b1777cceb2 change my email address 2016-01-11 11:04:21 +00:00
sthen
fc519fa31e mark BROKEN; these need adapting following the changes in go 1.5
ajacoutot jasper naddy in agreement
2016-01-10 16:04:24 +00:00
jasper
56df3bc1d8 add missing conflict markers due to 'bin/stress' 2015-08-11 20:15:41 +00:00
czarkoff
8eef6918e7 Hook rc script in PLIST
OK sthen@
2015-06-11 20:02:53 +00:00
czarkoff
8cd8b7e71a import go-tools
This package holds the source for various packages and tools that support the Go
programming language:

 * benchcmp	displays performance changes between benchmarks
 * callgraph	reports the call graph of a Go program
 * digraph	performs queries over unlabelled directed graphs represented in
		text form
 * eg		performs example-based refactoring
 * fiximports	fixes import declarations to use the canonical import path for
 		packages that have an "import comment"
 * godex	dumps exported information of packages or selected objects
 * godoc	extracts and generates documentation for Go programs
 * goimports	updates Go import lines
 * gomvpkg	moves go packages, updating import declarations
 * gorename	performs precise type-safe renaming of identifiers in Go code
 * gotype	does syntactic and semantic analysis of Go files and packages
 * oracle	answers questions about Go source code
 * ssadump	displays and interprets the SSA form of Go programs
 * stress	runs a given process in parallel in a loop and collects failures
 * stringer	creats of methods that satisfy the fmt.Stringer interface
 * cover	analyzes the coverage profiles
 * vet		examines Go source code and reports suspicious constructs

OK sthen@
2015-06-08 09:41:03 +00:00