rhardih / serve

Simple http server for localhost development with flags for enabling gzip and http2
MIT License
102 stars 11 forks source link

go get fails #2

Closed d4l3k closed 8 years ago

d4l3k commented 8 years ago

I tried out your project but it seems to be throwing this error.

$ go get github.com/rhardih/serve

# github.com/rhardih/serve
../../go/src/github.com/rhardih/serve/serve.go:164: c.NArg undefined (type *cli.Context has no field or method NArg)
rhardih commented 8 years ago

I'm was unable to reproduce this error. I've tried removing the install and re-getting it.

Maybe you have an old version of github.com/codegangsta/cli checked out.

Could you try: go get -u github.com/rhardih/serve instead? This should update dependencies as well.

rhardih commented 8 years ago

@d4l3k Any luck?

rhardih commented 8 years ago

@d4l3k Please re-open this issue if you still see the problem.