Re: [go-nuts] Include tests in binary and run them

2019-07-09 Thread Farid Zakaria
That's not bad and good to know. Thanks for sharing ! Fundamentally I want to include the tests in the main though executable and then run testing.T myself in the normal main (Through a CLI command) I'm willing to accept it can't be done because ts not idiomatic but thought I'd inquire. On Tue,

Re: [go-nuts] godoc only indexes packages in GOROOT?

2017-09-29 Thread Farid Zakaria
those indexes when starting godoc (*.db) Farid Zakaria On Fri, Sep 29, 2017 at 11:23 AM, Ayan George wrote: > farid.m.zaka...@gmail.com wrote: > > > Is there a reason why GODOC only indexes packages it finds in $GOROOT ? > I > > would like to create indices of my personal package