【发布时间】:2015-05-19 23:54:54
【问题描述】:
嘿,我正在尝试安装 the gorp library,
go get github.com/coopernurse/gorp
但出现以下错误:
# github.com/coopernurse/gorp
/usr/lib/go/src/pkg/github.com/coopernurse/gorp/gorp.go:1534:
method arg.FieldByName is not an expression, must be called
gorp 构建是否刚刚损坏?还是我做错了什么?
感谢您的建议。
【问题讨论】:
-
我刚刚克隆了 repo,
master和development分支都构建得很好。您是否尝试过更新 (git pull)? -
使用“go get -u ...”同样的错误。我会尝试标准的 git clone
标签: go ubuntu-12.04 gorp