Skip to content

Instantly share code, notes, and snippets.

@hirose31
Created July 2, 2014 10:10
Show Gist options
  • Save hirose31/ecb76123c649904022fc to your computer and use it in GitHub Desktop.
Save hirose31/ecb76123c649904022fc to your computer and use it in GitHub Desktop.
goa[master)~/repos/peco]$ go build cmd/peco/peco.go
# command-line-arguments
cmd/peco/peco.go:92: too many arguments in call to peco.IsTty
cmd/peco/peco.go:100: cannot use opts (type *cmdOptions) as type bool in argument to peco.NewCtx
cmd/peco/peco.go:165: ctx.NewBufferReader undefined (type *peco.Ctx has no field or method NewBufferReader)
cmd/peco/peco.go:166: ctx.NewSignalHandler undefined (type *peco.Ctx has no field or method NewSignalHandler)
cmd/peco/peco.go:184: not enough arguments in call to ctx.ExecQuery
goa[master)~/repos/peco]$ go version
go version go1.3 linux/amd64
goa[master)~/repos/peco]$ pwd -P
/home/hirose31/repos/peco
goa[master)~/repos/peco]$ echo $GOPATH
/home/hirose31/lang/go/go
goa[master)~/repos/peco]$ ls -1d $GOPATH/pkg/linux_amd64/github.com/*/*
/home/hirose31/lang/go/go/pkg/linux_amd64/github.com/jessevdk/go-flags.a
/home/hirose31/lang/go/go/pkg/linux_amd64/github.com/lestrrat/peco.a
/home/hirose31/lang/go/go/pkg/linux_amd64/github.com/mattn/go-runewidth.a
/home/hirose31/lang/go/go/pkg/linux_amd64/github.com/nsf/termbox-go.a
/home/hirose31/lang/go/go/pkg/linux_amd64/github.com/peco/peco.a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment