Add go-restful dependency#2222
Conversation
|
@bgrant0607 here I finally got it working. |
|
Awesome!!! How? |
|
symlinks don't work, I had to physically move my source tree into something that was in my GOPATH. Easily the most irritating thing I've found all day... |
|
Argh. And then what commands did you execute? |
|
First I did a dance with GOPATH that confuses even me. Then I did ...godep save didn't work until I put a go file in the tree which referenced this package. Then I fixed the path it put in the Godeps.json file. |
|
I filed #2220 because I'm pretty sure that our godep stuff is borked, btw. |
|
I'm far enough along to be convinced that we want to use go-restful, so I'd like to get this merged. However, it needs to be updated to the latest version, and it will probably need to be updated again soon. Also, we need https://github.com/swagger-api/swagger-ui in order to get the javascript UI. |
|
Note that the swagger-ui doesn't contain any Go code, though, so maybe it should go in third_party? |
|
I'm punting on swagger-ui for now. |
Don't merge this.