douban / beanseye

Proxy and monitor for beansdb in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

编译beanseye 出错:make: *** [dep] 错误 2

weiliangwei opened this issue · comments

[root@localhost beanseye]# make
go get github.com/douban/goyaml

github.com/douban/goyaml

src/github.com/douban/goyaml/decode.go: 在函数‘_cgo_bec77eaae85a_Cfunc_event_alias’中:
src/github.com/douban/goyaml/decode.go:36: 错误:expected specifier-qualifier-list before ‘<’ token
make: *** [dep] 错误 2

我也有这个现象, 是不是Go 版本问题?

i use "gopkg.in/yaml.v2" instead of github.com/douban/goyaml

go get gopkg.in/yaml.v2
can't load package: package gopkg.in/yaml.v2: no buildable Go source files in /Users/user/beanseye/src/gopkg.in/yaml.v2
make: *** [dep] Error 1

Download the source file from browser.