Skip to content

Instantly share code, notes, and snippets.

@jbayer
Created April 12, 2014 05:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbayer/10520248 to your computer and use it in GitHub Desktop.
Save jbayer/10520248 to your computer and use it in GitHub Desktop.
boosh error
$ go version
go version go1.2.1 darwin/amd64
jamesbayer:workspace jamesbayer$ git clone https://github.com/vito/boosh.git
Cloning into 'boosh'...
remote: Reusing existing pack: 426, done.
remote: Total 426 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (426/426), 567.70 KiB | 582 KiB/s, done.
Resolving deltas: 100% (73/73), done.
jamesbayer:workspace jamesbayer$ cd boosh
jamesbayer:boosh jamesbayer$ go get github.com/kr/godep
jamesbayer:boosh jamesbayer$ godep get github.com/vito/boosh
# github.com/fraenkel/candiedyaml
Godeps/_workspace/src/github.com/fraenkel/candiedyaml/encode.go:160: t.MarshalText undefined (type time.Time has no field or method MarshalText)
godep: go exit status 2
godep: exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment