Opened 10 years ago

Closed 9 years ago

#43666 closed defect (fixed)

go 1.2: godoc moved to separate repo

Reported by: soulne4ny (Alexey Luchko) Owned by: ci42
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: rabbim@…
Port: go

Description

go 1.2 port contains a link /opt/local/bin/godoc that leads to /opt/local/go/bin/godoc that is missing:

$ port contents go | grep godoc
  /opt/local/bin/godoc
  /opt/local/go/misc/vim/plugin/godoc.vim
  /opt/local/go/misc/vim/syntax/godoc.vim
$ ls -l /opt/local/bin/godoc
lrwxr-xr-x  1 root  admin  15 10 May 23:12 /opt/local/bin/godoc -> ../go/bin/godoc

Since go 1.2, godoc is moved to separate repo and has to be installed using go get: http://golang.org/doc/go1.2#go_tools_godoc

Change History (3)

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: godoc removed
Owner: changed from macports-tickets@… to ciserlohn@…

Perhaps a separate godoc or go-docs port would be a good idea.

comment:2 Changed 10 years ago by rabbim@…

Cc: rabbim@… added

Cc Me!

comment:3 Changed 9 years ago by ci42

Resolution: fixed
Status: newclosed

The godoc command can now be found in the new go-tools port.

Note: See TracTickets for help on using tickets.