> I do not have, need or use a go.mod.
I would still recommend to give it a try - it will likely make your Go dev
life easier :)
Try to follow this recipe - you probably don't need to understand much of
what's going on "up front" to get your code to build/test:
* assuming your Github / Gitlab
Hi Christian,
just a form note - it would be preferable and easier for the readers to put
a code snippet into https://play.golang.org and share the link, similar to
this one:
https://play.golang.org/p/p3TNDze923
It also helps to make sure that program is syntactically correct (not clear
in you
s/appenging/appengine (https://cloud.google.com/appengine/)
On Tuesday, October 25, 2016 at 11:24:57 PM UTC+2, Dmitry Savintsev wrote:
>
> that's what we do - forking https://github.com/golang/gddo and adding the
> custom authentication logic and fetching data from the GHE.
>
&
that's what we do - forking https://github.com/golang/gddo and adding the
custom authentication logic and fetching data from the GHE.
I'd recommend to concentrate on building and customizing gddo-server and
gosrc (don't try to build everything in gddo). We changed or added the
following files: