[go-nuts] Re: Go Regexp debugger?

2024-11-05 Thread Steve Mynott
To (partly) answer my own question. https://github.com/stevedomin/rego The Heroku link is dead, but the code runs fine locally with an added go.mod file. S On Tue, 5 Nov 2024 at 13:01, Steve Mynott wrote: > > I'm aware of https://regex101.com/ which is fine 90% of the time for >

[go-nuts] Go Regexp debugger?

2024-11-05 Thread Steve Mynott
great if it existed? -- Steve Mynott rsa3072/629FBB91565E591955B5876A79CEFAA4450EBD50 -- 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+un

Re: [go-nuts] [security] Go 1.22.5 and Go 1.21.12 are released

2024-07-03 Thread Steve Mynott
it > > https://groups.google.com/d/msgid/golang-nuts/puMFKEsXREW17hc3i2i5Mw%40geopod-ismtpd-10 > > . > > -- > 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

[go-nuts] go build v go build .

2024-04-24 Thread Steve Mynott
Is there any difference between "go build" and "go build ."? -- Steve Mynott rsa3072/629FBB91565E591955B5876A79CEFAA4450EBD50 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and

Re: [go-nuts] Re: private go documentation server similar to https://pkg.go.dev

2022-09-12 Thread Steve Mynott
e; GOMOD=/dev/null >> >> me@3900x:~$ >> >> -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 > ema

[go-nuts] State of Go video for 1.19?

2022-08-06 Thread Steve Mynott
Is a State of Go video for 1.19 likely to appear? My quick search fails to find one. -- Steve Mynott rsa3072/629FBB91565E591955B5876A79CEFAA4450EBD50 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this grou

Re: [go-nuts] Shell tab-completion

2022-06-30 Thread Steve Mynott
ied them yet! > I'm using and can recommend https://github.com/zsh-users/zsh-completions which seems actively maintained. -- Steve Mynott rsa3072/629FBB91565E591955B5876A79CEFAA4450EBD50 -- You received this message because you are subscribed to the Google Groups "golang-nuts&

Re: [go-nuts] Re: New edition of the Go Programming Language comming soon ?

2022-03-14 Thread Steve Mynott
> email to golang-nuts+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/golang-nuts/35da213c-0ff6-4677-b800-f4aa79ea0130n%40googlegroups.com. -- Steve Mynott rsa3072/629FBB91565E591955B5876A79CEFAA4450EBD50 -- You received this message be

[go-nuts] Go doc examples from the command line?

2022-01-21 Thread Steve Mynott
I've been using, for example. "go doc -all encoding/csv" to display docs from the command line. Is there any of displaying the code examples visible from the go.dev site from the command line for a particular package in the std lib? -- Steve

Re: [go-nuts] Re: New site go.dev is awful

2021-11-23 Thread Steve Mynott
as if it were built for programmers by programmers, but it looks like the new target audience is corporate adoption and mobile which will help us all in the long term. It's clearly the product of much hard work, and it's certain to have features missing in the old. -- Steve Mynott rsa3

[go-nuts] Go Semantics Aware diff tool?

2021-04-14 Thread Steve Mynott
I'm aware tools exist to parse go and a quick google search search fails me but I was wondering if there was a utility which was a go-aware diff which I could use like "git diff master" which printed out a list of funcs changed? Cheers Steve -- Steve

[go-nuts] Significance of Mon Jan 2 15:04:05 -0700 MST 2006?

2020-02-28 Thread Steve Mynott
I was just wondering what was the significance, if any, of the magic time layout as used by time.Parse()? -- Steve Mynott cv25519/ECF8B611205B447E091246AF959E3D6197190DD5 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubs

Re: [go-nuts] Re: go1.12.16 not tagged on release-branch.go1.12?

2020-01-30 Thread Steve Mynott
and Go toolchain2. >> Building packages and commands for linux/amd64. >> --- >> Installed Go for linux/amd64 in /home/peter/go1.12 >> Installed commands in /home/peter/go1.12/bin >> ~/go1.12/src$ cd ../bin >> ~/go1.12/bin$ ./go version >>

Re: [go-nuts] Re: go1.12.16 not tagged on release-branch.go1.12?

2020-01-29 Thread Steve Mynott
1.12/bin$ ./go version > go version go1.12.15 linux/amd64 > ~/go1.12/bin$ > > Peter > > On Wednesday, January 29, 2020 at 6:30:23 AM UTC-5, Steve Mynott wrote: >> >> I don't see go1.12.16 tagged on release-branch.go1.12? >> >> Is this expected? >>

[go-nuts] go1.12.16 not tagged on release-branch.go1.12?

2020-01-29 Thread Steve Mynott
I don't see go1.12.16 tagged on release-branch.go1.12? Is this expected? -- Steve Mynott cv25519/ECF8B611205B447E091246AF959E3D6197190DD5 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and

[go-nuts] Shell alias to get latest go versions?

2020-01-14 Thread Steve Mynott
Does anyone have a simple shell alias, function or similar to get the latest released versions of go? Is there a cleaner way of going this than screen scraping the website or looking at tags in git? -- Steve Mynott cv25519/ECF8B611205B447E091246AF959E3D6197190DD5 -- You received this message

[go-nuts] Open Source audit of go package dependencies for security vulnerabilities?

2019-08-13 Thread Steve Mynott
which appears similar but is basically a pay service based on node.js. Also https://www.owasp.org/index.php/OWASP_Dependency_Track_Project looks interesting but doesn't include go. Does such an open source version exist for go which is written in go and integrates easily with builds? -- St

[go-nuts] Flushing keyboard buffer (cross platform) ?

2019-05-03 Thread Steve Mynott
board_buffer#Go Is there a simple way which works at least on UNIX and macOS? -- Steve Mynott cv25519/ECF8B611205B447E091246AF959E3D6197190DD5 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and sto

Re: [go-nuts] Reading stdlib for education about go?

2017-05-12 Thread Steve Mynott
e? On 12 May 2017 at 11:48, Aram Hăvărneanu wrote: > The good parts. > > -- > Aram Hăvărneanu -- 4096R/EA75174B Steve Mynott -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receivi

[go-nuts] Reading stdlib for education about go?

2017-05-12 Thread Steve Mynott
I've often seen advice that a good way of increasing language understanding is to read parts of the stdlib written in that language. What parts of the go stdlib are particularly useful for self education in general go? -- 4096R/EA75174B Steve Mynott -- You received this message becaus

[go-nuts] NNTP mirror of this mailing list?

2017-04-30 Thread Steve Mynott
I was wondering if there was a NNTP mirror of this mailing list anywhere? I couldn't see it on nntp://news.gmane.org or anywhere similar after a quick search. -- 4096R/EA75174B Steve Mynott -- You received this message because you are subscribed to the Google Groups "golang-nuts&

Re: [go-nuts] Re: Building Go from Source / Managing my ${GOROOT}

2017-02-23 Thread Steve Mynott
oup. > 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. -- 4096R/EA75174B Steve Mynott -- You received this message because you are subscribed to

[go-nuts] dotGo Paris 2016 Conference Report

2016-10-12 Thread Steve Mynott
There is a short blog at https://suffolkgophers.github.io/dotgo2016.html -- 4096R/EA75174B Steve Mynott -- 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

[go-nuts] Delve within Vim 8 or neovim?

2016-09-01 Thread Steve Mynott
Has any experimented with using delve within either vim 8 or neovim (both of which I believe have better async support for debuggers)? Delve works well under GUD mode in emacs with Evil vim emulation but it would be nice to use it directly. -- 4096R/EA75174B Steve Mynott -- You received this