NOTICE: This package has been removed from pkgsrc

./wip/go-tools, Tools for use with Go, including godoc

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2015.01.14nb20141118, Package name: go-tools-hg-2015.01.14nb20141118, Maintainer: bsiegert

This package contains various packages and tools that support the Go
programming language.

Packages include a type-checker for Go and an implementation of the
Static Single Assignment form (SSA) representation for Go programs.


Required to run:
[wip/go-net] [wip/goauth2] [wip/google-api-go-client]

Required to build:
[devel/mercurial] [lang/go]

Version history: (Expand)


CVS history: (Expand)


   2015-05-11 16:51:58 by Benny Siegert | Files touched by this commit (15) | Package removed
Log message:
Remove go packages that have been imported into pkgsrc itself.
   2015-01-13 22:36:40 by Benny Siegert | Files touched by this commit (1)
Log message:
Use go-package.mk from pkgsrc, use GOTOOLDIR defined there.

Fixes the pbulk scanning error wiz reported.
   2014-12-31 12:43:03 by Benny Siegert | Files touched by this commit (2)
Log message:
Install vet and cover into the tool directory where they belong. They can be
called with "go tool vet" and "go tool cover".
   2014-11-20 13:02:55 by Benny Siegert | Files touched by this commit (3)
Log message:
Add a package for go-tools. This contains tons of useful things, including
godoc, goimports, vet and the oracle.