> > > Back on my original question, its ok if i copy paste the code into a > specific module with its appropriate credits ? > Given the quick red i gave it, there s really not much to change to this > code, it if works already. > > at the top of that file it says :
// Use of this source code is governed by a BSD-style So, as long as your binary doesn't break the BSD license, it should be ok. Regarding using autocert with let's encrypt for local dev, let's encrypt limits the number of certs you can get in (X days, I can't remember the limit), so if you load them just in memory, you would run into issues sooner or later. And, it doesn't really work for local dev, let's encrypt needs to reach your server to validate you own the domain (you could setup your router to allow external incoming request, setup dns to point to your house/office/ etc, but this isn't the normal dev env.) Hope that helps. Regards, Diego > On Thursday, November 3, 2016 at 1:54:44 PM UTC+1, Jan Mercl wrote: >> >> On Thu, Nov 3, 2016 at 1:40 PM <mhh...@gmail.com> wrote: >> >> > to provide support for got get, windows/debian/rpm installers ? >> >> I probably do not understand the goal correctly, but: If the user can do >> `go get` then he has the go tool installed. That means he has Go installed. >> That means he does not have to go get the crypto/tls package as it is >> already sitting in his $GOROOT/src/crypto/tls. >> >> -- >> >> -j >> > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.