[go-nuts] Re: go 1.13 won't compile

2019-09-23 Thread Dmitry Savintsev
> 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

[go-nuts] Re: How to convert from []byte to []uint32?

2017-11-13 Thread Dmitry Savintsev
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

Re: [go-nuts] Hosting godoc internally for private git server

2016-10-25 Thread Dmitry Savintsev
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. > &

Re: [go-nuts] Hosting godoc internally for private git server

2016-10-25 Thread Dmitry Savintsev
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: