Re: [go-nuts] Do you check in vendor packages?

2017-09-17 Thread gurpartap
g manually when needed (which isn't often, is it?). Regards, Gurpartap Singh On Saturday, September 16, 2017 at 12:21:38 AM UTC+5:30, Will Faught wrote: > > Kevin, Henrik: > > Thanks for replying! > > Have you ever had to check in very large dependencies? Would you still do >

Re: [go-nuts] Re: Go 2 suggestion - Types like "int?"

2017-08-26 Thread gurpartap
"ERR") >>> } >>> >>> func main() { >>> // although getAge() returns a non-optional, it >>> // gets is automatically wrapped in an optional >>> // when using `try?`. >>> // >>> // basically we're trad