[go-nuts] x/lint (golint) is now deprecated and frozen

2021-05-14 Thread 'Daniel Martí' via golang-nuts
Hi all, As per https://golang.org/issue/38968, approved nearly a year ago, x/lint is now deprecated and its repository has been frozen. There's no drop-in replacement to golint per se, but you should find that https://staticcheck.io/ works well in encouraging good Go code, much like golint did in

Re: [go-nuts] Any solution to hide my source code written in Go and make it a library to develop in Go as well

2020-05-16 Thread Daniel Martí
I don't generally advocate the use of obfuscation, but you can give this a try if you want: https://github.com/mvdan/garble -- 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

Re: [go-nuts] Go list returning directory starting with underscore on Ubuntu

2018-10-11 Thread Daniel Martí
I've encountered similar behavior with testdata directories within GOPATH, when not in module-aware mode. I found this thread while searching for answers, so I'm linking the issue I just created in case anyone else runs into the same bug: https://github.com/golang/go/issues/28155 On Wednesday, A

[go-nuts] New meetup in Sheffield

2018-08-16 Thread Daniel Martí
Hi all, I have just started a Go meetup in Sheffield, England: https://www.meetup.com/GoSheffield/ Feel free to sign up if you live nearby or would visit from time to time - regular meetups will begin next month :) Thanks! -- You received this message because you are subscribed to the Google

[go-nuts] Switching from rsc.io/letsencrypt to x/crypto/acme/autocert

2017-07-05 Thread Daniel Martí
s what we should be using? Thanks! -- Daniel Martí - https://mvdan.cc/ -- 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

[go-nuts] Re: [golang-dev] Re: Go 1.8.3 is released

2017-05-25 Thread Daniel Martí
;<<<<<< HEAD > go1.8.1 > === > go1.8.3 > >>>>>>> 352996a381701cfa0c16e8de29cbde8f3922182f > > Peter -- Daniel Martí - mv...@mvdan.cc - https://mvdan.cc/ -- You received this message because you are subscribed to the Google Groups "golang-nuts&quo

[go-nuts] Tool to detect unused parameters

2017-03-05 Thread Daniel Martí
think it could be. But it does an okay job. Please try it out and share your thoughts. I've already sent a bunch of CLs to Go itself: https://go-review.googlesource.com/q/owner:mvdan%2540mvdan.cc+project:go+status:open -- Daniel Martí - mv...@mvdan.cc - https://mvdan.cc/ -- You received

[go-nuts] Typed encoding

2017-01-05 Thread Daniel Martí
ds to each interface value. But as you can imagine, that's a lot of boilerplate. And I'm fairly sure there has to be something for this. -- Daniel Martí - mv...@mvdan.cc - https://mvdan.cc/ -- You received this message because you are subscribed to the Google Groups "golang-nuts"

[go-nuts] [ANN] sh 1.0 released, a shell parser and formatter

2016-12-20 Thread Daniel Martí
yone build this?". -- Daniel Martí - mv...@mvdan.cc - https://mvdan.cc/ -- 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...@goog