Dmitri Shuralyov
Dmitri Shuralyov
Here's the relevant documentation for `url.Parse`: https://godoc.org/net/url#Parse And `(url.Values) Set`: https://godoc.org/net/url#Values.Set There are examples that are provided by the `net/url` package showing some [common use cases](https://godoc.org/net/url#pkg-examples), and you can find...
> Sorry! The html doesn't show. @jojo05 You should place it, as well as console output, inside a fenced code block for better readability. See https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown for details.
It already is a part of GoSublime. Is sublime-build meant to complement or replace GoSublime?
Indeed. Compare: https://go.googlesource.com/sublime-build/ https://github.com/golang/sublime-build/commits/master The latest commit on Gitiles is missing from GitHub.
> The `vet` error is a false positive; it's a `Fprint()` call, not a `Fprintf()` call, so there won't be any formatting directive. Agreed that it's a false positive in...
FWIW, I think this is a fantastic idea. :+1:
> The logo we have now is of JS coming out of a gopher hole. I like the play on words, but it isn't exactly evocative. Oh, that's what that...
Can we add WebSocket [github.com/gopherjs/websocket](https://github.com/gopherjs/websocket), assuming it gets to a stable API by then? I think merging gopherjs/websocket#1 (after review) will get it there.