LoginSignup
4
4

More than 5 years have passed since last update.

goをソースからコンパイルしてgodocが見つからない

Posted at

概要

goをソースからコンパイルしたときに「godocが見つからないよー」というのを何回か繰り返したので忘備録.

別途インストールする

1.2 から go.tools に移行したらしい.http://golang.org/doc/go1.2#go_tools_godoc
別途インストールする.

$ go get code.google.com/p/go.tools/cmd/godoc
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4