[go-nuts] Re: Best way to mark unused parameters/error values reported by linter

2023-03-08 Thread Marcello H
This was not about false positives ;-) Your choice, but the linter could still find a lot of good things in the code. Anyway: you're not typing the comment only for yourself, but also for others to understand, right? Op woensdag 8 maart 2023 om 12:38:20 UTC+1 schreef Carla Pfaff: > If a linter

[go-nuts] Re: Resolve the error

2023-03-08 Thread Marcello H
are you able to connect a database client to the same database? To me, this message means: - database is not running at 127.0.0.1:3306 But perhaps also look at the logs of the database itself Op woensdag 8 maart 2023 om 15:19:43 UTC+1 schreef yeshwanthchowdary jampala: > Hi sir/madam > I'm yes

[go-nuts] gomobile bind in win10

2023-03-08 Thread scott sc
0 I am a learner of golang ,trying to use golang to develop android When I want to package into APK, I encounter the following problems I'm following the official guide to install gomobile. OS:Win10 go version go1.20.2 windows/amd64 I have in

Re: [go-nuts] HTTP client - streaming POST body?

2023-03-08 Thread Wojciech Kaczmarek
You are right, I overlooked the "bigfile" name clearly suggesting it's about the big content being uploaded. My bad. Anyway, what's important for the OP is that net/http is well-designed and will let you do what you need in this case. cheers, -W. wtorek, 7 marca 2023 o 23:07:15 UTC+1 Christia

[go-nuts] Re: pkg.go.dev down?

2023-03-08 Thread Brian Candler
Looks like it: at https://pkg.go.dev/time I see 500 Internal Server Error and a gopher in a biplane. On Wednesday, 8 March 2023 at 13:22:49 UTC Steven Hartland wrote: > Is there an issue with pkg.go.dev atm as packages are failing to load > after a long time with a 500 error for example time

[go-nuts] pkg.go.dev down?

2023-03-08 Thread Steven Hartland
Is there an issue with pkg.go.dev atm as packages are failing to load after a long time with a 500 error for example time -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving

[go-nuts] Re: Best way to mark unused parameters/error values reported by linter

2023-03-08 Thread 'Carla Pfaff' via golang-nuts
If a linter reports false positives I don't use it. I would never uglify my source code to please a linter. -- 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 golan