inhies / cjdcmd

cjdcmd is a command line tool for cjdns

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails

ciubotaru opened this issue · comments

System: Ubuntu 12.04 (amd64), go version go1.0.3b:

$ go get github.com/inhies/cjdcmd
github.com/miekg/dns
projects/go/src/github.com/miekg/dns/labels.go:108: function ends without a return statement
projects/go/src/github.com/miekg/dns/labels.go:132: function ends without a return statement

I managed to solve this issue by adding something like "return CountLabes(s)" and "return Split(s)" to the end of the respective functions. Now it builds successfully.

I should probably report this issue to https://github.com/miekg/dns.

Update: Cross-posted in miekg/dns#52