Josh Bleecher Snyder
Josh Bleecher Snyder
While experimenting with https://github.com/golang/go/issues/20104 just a few days ago, dot imports were incredibly useful—instead of having to plumb a bunch of context through complicated code generation scripts and carefully conditionally...
@mikeschinkel I think your proposal is pretty different than what @rogpeppe had in mind. If you’d like to pursue it, please open a new issue so we can keep the...
That works for me. Should we do the same for `/32` to mean `IP{}` with 32 bits?
Oops, #174 wasn't supposed to close this issue.
> I'm not seeing any benefit to permitting the expression of that concept. As I mentioned over at #178, the benefit is that the mental model is simple. If I...
I'm not so sure it is garbage, or that the values are useless. It is easy to imagine viewing IPPrefix as a composite type that you build incrementally, in which...
> (this feels like a conversation that would be easier as an interactive chat, maybe Monday?) I was going to say the same thing. Yes please!
Another data point: Calling WithZone on an IPv4 address currently ignores the newly requested zone (i.e. silently fixes the input as opposed to panicking or returning an error). I fear...
> It's unfortunate that `As16` is not inlineable. I'll send a PR for golang/go#42958. I don't know that it'll get accepted, though. > the compiler should realize that... If it...
Brad started a SMART implementation. I've been meaning for ages to finish it up. I'd love it if you did. :) I'm pretty sure wireguard-go would use one too. I...