[go-nuts] [security] Go 1.24 RC3 pre-announcement

2025-01-31 Thread Carlos Amedee
security policy, this is the pre-announcement of those releases. Thanks, Cherry and Carlos for the Go team -- 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

[go-nuts] Re: [security] Go 1.22.1 and Go 1.21.8 pre-announcement

2024-02-29 Thread 'Carlos Amedee' via golang-nuts
Hello gophers, We accidentally repeated one of the CVEs in the pre-announcement. The correct list of CVEs being fixed are: - CVE-2024-24783 - CVE-2023-45290 - CVE-2023-45289 Thanks, Carlos for the Go team On Thursday, February 29, 2024 at 6:29:01 PM UTC-5 annou...@golang.org wrote

Re: [go-nuts] Realpath?

2023-08-03 Thread Carlos Henrique Guardão Gandarez
Hey there! I created a new lib to return a real path in Go. https://github.com/gandarez/go-realpath Thanks. On Thursday, January 18, 2018 at 4:28:09 PM UTC-2 rgo...@redhat.com wrote: > > > On Monday, 16 July 2012 13:55:53 UTC+3, Rémy Oudompheng wrote: >> >> Did you have a look at filepath.EvalS

[go-nuts] Valgo is a type-safe, expressive, and extensible validator library for Golang.

2022-12-05 Thread Carlos Forero
https://github.com/cohesivestack/valgo Valgo is in its early stages. We would like community feedback before releasing version 1. -- 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,

[go-nuts] Re: Java to Go converter - 2

2022-08-18 Thread Oliveira Jose Carlos de - ICTS BSA
Hi, I´m looking foward to find a Tool able to convert any Java Source code Project to a GoLang Project. I know that are Programming languages created for different propposal. Java is OOL and goLang is different. So convertion is possible, but I think is very complex. For me is much more easy

Re: [go-nuts] Will Go be discontinued?

2022-07-25 Thread Carlos Jimenez
I think it will be discontinued soon The average lifespan of a discontinued Google product is *4 years and 1 month*. so should be a matter of months maybe 2.0 will be the last one before shutdown On Monday, 5 August 2013 at 15:57:04 UTC+1 quar...@gmail.com wrote: > Go Sweden Go! ;) > > /f > > >

Re: [go-nuts] Re: [security] Go 1.18.1 and Go 1.17.9 pre-announcement

2022-04-11 Thread Carlos Amedee
Yes, we are still scheduled to release Go 1.18.1 and 1.17.9 on Tuesday April 12. Carlos On Monday, April 11, 2022 at 3:26:17 PM UTC-4 dav...@gmail.com wrote: > Carlos, Julie, > > Are we still on for tomorrow? (golang 1.18.1 specifically) Please let us > know (from k8s side, we

[go-nuts] Re: [security] Go 1.18.1 and Go 1.17.9 pre-announcement

2022-04-07 Thread Carlos Amedee
Hello gophers, Due to an issue with release tooling, this release is now planned for Tuesday, April 12th. Sorry for the inconvenience. Carlos on behalf of the Go team On Monday, April 4, 2022 at 11:25:43 AM UTC-4 Julie Qiu wrote: > Hello gophers, > > We plan to issue Go 1.18.1 and

Re: [go-nuts] Unexpected order of global variable declaration during package initialization

2022-03-24 Thread Joao Carlos
Thank you all for the quick replies and helpful comments. I opened an issue in the go's issue tracker (https://github.com/golang/go/issues/51913). On Thursday, 24 March 2022 at 13:23:14 UTC+1 Brian Candler wrote: > Ugh, quoting got broken there. > > $ go run rewritten_f1.go f2.go > Init A > Init

[go-nuts] Unexpected order of global variable declaration during package initialization

2022-03-23 Thread Joao Carlos
Hi all, I'm currently observing a behavior in the package initialization that looks incompatible with the Go language specification. Let's consider the following two .go files which are in the same package *f1.go* package main var A int = 3 var B int = A + 1 var C int = A *f2.go

[go-nuts] [security] Go 1.17.8 and Go 1.16.15 are released

2022-03-03 Thread Carlos Amedee
. Thanks to everyone who contributed to the releases. Cheers, Carlos and Alex for the Go team -- 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

[go-nuts] Go 1.17.6 and Go 1.16.13 are released

2022-01-06 Thread Carlos Amedee
source using a Git clone, update to the release with "git checkout go1.17.6" and build as usual. Thanks to everyone who contributed to the releases. Cheers, Carlos and Than for the Go team -- You received this message because you are subscribed to the Google Groups "golang-nuts" g

[go-nuts] Go 1.16.4 and Go 1.15.12 are released

2021-05-06 Thread Carlos Amedee
to everyone who contributed to the releases. Cheers, Heschi and Carlos for the Go team -- 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-nut

[go-nuts] Go 1.16.2 and Go 1.15.10 are released

2021-03-11 Thread Carlos Amedee
/ To compile from source using a Git clone, update to the release with "git checkout go1.16.2" and build as usual. Thanks to everyone who contributed to the releases. Cheers, Carlos and Dmitri for the Go team -- You received this message because you are subscribed to the Google Groups &q

[go-nuts] Go 1.15.8 and Go 1.14.15 are released

2021-02-04 Thread Carlos Amedee
/ To compile from source using a Git clone, update to the release with "git checkout go1.15.8" and build as usual. Thanks to everyone who contributed to the releases. Cheers, Carlos and Alex for the Go team -- You received this message because you are subscribed to the Google Groups &q

[go-nuts] Go 1.15.6 and Go 1.14.13 are released

2020-12-03 Thread Carlos Amedee
/ To compile from source using a Git clone, update to the release with "git checkout go1.15.6" and build as usual. Thanks to everyone who contributed to the releases. Cheers, Carlos and Dmitri for the Go team -- You received this message because you are subscribed to the Google Groups &q

[go-nuts] Re: Unable to create a specific file in windows

2020-10-17 Thread Carlos Alberto Costa Beppler
The problem is that on Windows API, to keep combability with previous versions, the maximum length for a full file name is 255 (may be a little less). The a directory is being created relative to C:\Users\nil\Downloads\sanitize\temp, so the full file name is C:\Users\nil\Downloads\sanitize\tem

[go-nuts] Re: [ANN] scheduler microservice

2020-08-01 Thread Carlos Alberto Costa Beppler
Congrats, it looks very well structured. On Saturday, August 1, 2020 at 2:43:51 PM UTC-3, Andriy Kornatskyy wrote: > > Hi folks! Here is release of scheduler microservice [1], written in go and > nodejs. > > The scheduler is a fully managed cron job scheduler. It allows you to > schedule virtual

Re: [go-nuts] Re: Generics and parentheses

2020-07-17 Thread Goodwine Carlos
How would you deal if you use `-generics {` but your imported library uses `[`? On Friday, July 17, 2020 at 3:56:39 PM UTC-7 rise...@gmail.com wrote: > How about a "-generics" compile flag that lets you select one pair from a > character set of [ ( { < « . > > On Friday, July 17, 2020 at 8:56:3

[go-nuts] Go 1.14.1 and Go 1.13.9 are released

2020-03-19 Thread Carlos Amedee
/release.html#go1.14.minor You can download binary and source distributions from the Go web site: https://golang.org/dl/ To compile from source using a Git clone, update to the release with "git checkout go1.14.1" and build as usual. Thanks to everyone who contributed to the release. Cheers,

[go-nuts] Go 1.14 is released

2020-02-25 Thread Carlos Amedee
by using the go command: $ go get golang.org/dl/go1.14 $ go1.14 download To compile from source using a Git clone, update to the release with "git checkout go1.14" and build as usual. Thanks to everyone who contributed to the release! Cheers, Carlos and Dmitri for the Go Team -- Yo

[go-nuts] Go 1.14 Release Candidate 1 is released

2020-02-05 Thread Carlos Amedee
://golang.org/dl/#go1.14rc1 To find out what has changed in Go 1.14, read the draft release notes: https://tip.golang.org/doc/go1.14 Cheers, Carlos and Dmitri on behalf of the Go team -- You received this message because you are subscribed to the Google Groups "golang-nuts"

[go-nuts] Go 1.13.6 and Go 1.12.15 are released

2020-01-09 Thread Carlos Amedee
Thanks to everyone who contributed to the release. Cheers, Carlos for the Go team -- 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...@googl

[go-nuts] Re: Problems with windows installation v1.31.1

2019-10-09 Thread Longeri Carlos
Thanks, the windows installer does install the icon on the program list, maybe it should be fix. El miércoles, 9 de octubre de 2019, 14:15:55 (UTC-3), peterGo escribió: > > Longeri Carlos, > > Go 1.13 Release Notes > https://golang.org/doc/go1.13 > > godoc and go doc >

[go-nuts] Problems with windows installation v1.31.1

2019-10-09 Thread Longeri Carlos
Hi, I'm new to go. Just installed Go on a windows10 machine, v1.31.1. Somehow I don't have godoc.exe in the bin file. i also downloaded the zip installation file and it also doesn't have it. Please help. -- You received this message because you are subscribed to the Google Groups "golang-nuts

Re: [go-nuts] C# nameof equivalent

2019-03-19 Thread Carlos Alberto Costa Beppler
C# nameof operator is evaluated at compile time. Go does not have this operator, but it would be an nice addition. On Tuesday, March 19, 2019 at 9:53:45 AM UTC-3, Ian Lance Taylor wrote: > > On Tue, Mar 19, 2019 at 5:19 AM saurabh singh > wrote: > > > > Is there an alternative for nameof in go

[go-nuts] SAST with Go Lang and Windows

2017-12-18 Thread &#x27;Carlos Ortiz' via golang-nuts
Hey all, go this question from a customer. Can you all please advise? *We have a large team using the Go language for coding. We’ve found that CheckMarx has static application security testing (SAST) for Go and proposed using it, but the team pushed back saying they cannot support any Window

[go-nuts] runtime.GC - documentation

2016-11-29 Thread Carlos
Hi, In https://golang.org/pkg/runtime/#GC it says: It may also block the entire program. > Is this still correct? I understand that GC still pauses, but being under 100us mark I wonder this affirmative still makes sense. All in all, if it does block, it will block no longer than 100us. -

Re: [go-nuts] Re: A simple question - Can C++ and goLang coexist in the same ecosystem?

2016-10-24 Thread Carlos Ferreira
> > For a large system where you simply can't spend all time tuning an inner > loop to oblivion, this may end up with the Go program being faster than the > C++ program. Building C++ programs depends a lot on how the program is structured and how complex it is. I usually run a batch of tests for

Re: [go-nuts] Re: A simple question - Can C++ and goLang coexist in the same ecosystem?

2016-10-24 Thread Carlos Ferreira
0:51, Haddock wrote: > > > Am Sonntag, 23. Oktober 2016 07:36:50 UTC+2 schrieb Carlos Ferreira: >> >> C++ is evolving. C++14 is out and used in production. C++17 is almost >> ready. >> >> But because it seems that goLang is quite efficient (near C performance), >

Re: [go-nuts] A simple question - Can C++ and goLang coexist in the same ecosystem?

2016-10-23 Thread Carlos Ferreira
1Jzs/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Carlos Miguel Ferreira Researcher at Telecommunications Institute Aveiro - Po

Re: [go-nuts] Cross-compile Go code from a x86_64 host to an Arm system (Raspberry Pi 3)

2016-10-23 Thread Carlos Ferreira
Thanks! :) On 23 October 2016 at 22:15, Rajanikanth Jammalamadaka < rajanika...@gmail.com> wrote: > Specify GOOS and GOARCH. List of supported ones: > > https://golang.org/doc/install/source#environment > > -- > You received this message because you are subscribed to a topic in the > Google Group

[go-nuts] Cross-compile Go code from a x86_64 host to an Arm system (Raspberry Pi 3)

2016-10-23 Thread Carlos Ferreira
Is there a way to cross-compile Go Code to an arm platform, for example, a Raspberry Pi 3? -- 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..

Re: [go-nuts] ARM server board

2016-10-23 Thread Carlos Ferreira
Energy constrains, probably? Raspberrie Pi's work nicely. On Sunday, 23 October 2016 08:47:02 UTC+1, Ibrahim M. Ghazal wrote: > > Is there a reason you specifically want ARM? For $400 you could get a > quite decent Intel Core i3 or i5 computer with upgradable RAM and SSD. > > See for example: > -

Re: [go-nuts] A simple question - Can C++ and goLang coexist in the same ecosystem?

2016-10-23 Thread Carlos Ferreira
> > Go can often completely replace C++ unless you have existing C/C++ > libraries that you need to use. Well that's exactly my main issue and more. If Go can replace C++ by offering the same performance, then developing new code in C++ would be a waste of time. It would be preferable to migra

[go-nuts] Connection reset while uploading files - net/http & gin

2016-08-05 Thread Juan Carlos Garcia
Greetings I'm having some trouble while uploading medium-sized files (>6MB) through a POST request. The browser client gives me the error 'Connection reset'. I've tried using both the default *gin.Engine and vanilla http.Server (with ReadTimeout and WriteTimeout in zeros). When the error appear