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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.19.0, Package name: go-tools-0.19.0, 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 build:
[pkgtools/cwrappers] [textproc/go-text] [net/go-net] [security/go-oauth2] [devel/google-api-go-client] [net/gcloud-golang-metadata] [security/go-crypto] [devel/go-protobuf] [devel/go-glog] [net/go-grpc] [misc/go-genproto] [devel/go-sys] [misc/go-genproto-googleapis-rpc] [lang/go114]

Master sites:

Filesize: 3655.737 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-16 18:17:58 by Benny Siegert | Files touched by this commit (4) | Package updated
Log message:
go-tools: update to 0.19.0

No changelog from upstream.

The getgo tool has been removed.
   2024-03-04 19:14:10 by Benny Siegert | Files touched by this commit (4) | Package updated
Log message:
go-tools: update to 0.18.0

Now includes the "deadcode" utility to find dead (unreachable) code in
Go programs.
   2024-02-07 15:51:04 by Benny Siegert | Files touched by this commit (156) | Package updated
Log message:
Revbump all Go packages after go121 update
   2024-01-10 20:14:43 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-12-05 20:46:19 by Benny Siegert | Files touched by this commit (146) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-11-10 16:45:25 by Benny Siegert | Files touched by this commit (152) | Package updated
Log message:
Revbump all Go packages after go121 update
   2023-10-30 20:04:35 by Benny Siegert | Files touched by this commit (4) | Package updated
Log message:
go-tools: update to 0.14.0

New tool: gonew -- starts a new Go module by copying a template module.
   2023-10-29 15:48:24 by Benny Siegert | Files touched by this commit (152)
Log message:
Revbump all Go packages because go121 is now the default