> Best IDE for G[o]?
This is hard to answer like most "best" questions.
What is the best dish? The best movie.
The best vacuum cleaner?
But honestly its emacs of course.
V
On Saturday, 19 August 2023 at 11:27:34 UTC+2 alex-coder wrote:
> Hi All !
> Gophers, there is at least 10 years as GO on
emacs, and many other...
понедельник, 21 августа 2023 г. в 12:15:44 UTC+5, Volker Dobler:
> > Best IDE for G[o]?
>
> This is hard to answer like most "best" questions.
> What is the best dish? The best movie.
> The best vacuum cleaner?
>
> But honestly its emacs of course.
>
> V
>
> On Saturday,
Yes, the second half sounded like a request for software life cycle tooling
to be integrated into the IDE;
https://en.wikipedia.org/wiki/Application_lifecycle_management
On Sun, Aug 20, 2023 at 12:56 AM Christoph Berger <
christoph.g.ber...@gmail.com> wrote:
>
> *> What I'm looking for is the a
I have many licenses for GoLand in one of my teams but I see that VS Code +
Go plugin is now a very strong combination. These days I use the latter.
On Saturday, August 19, 2023 at 12:27:34 PM UTC+3 alex-coder wrote:
> Hi All !
> Gophers, there is at least 10 years as GO on a market, Good job !
Thanks Axel for your reply. That's interesting. I'm able to run your
example just fine. However, using a different go.mod file with the content
below (and a longer code example with iteration over a LevelDB thing... not
able to provide the code), I get:
% gotip version
go version go1.21.0 darwi
Your `gotip` version seems to be at Go 1.21.0, not at the `rangefunc`
experiment CL. `gotip version` should say `go version devel
go1.21-ca691a8566 Tue Jul 18 10:30:20 2023 -0400 (w/ rangefunc)
linux/amd64` - regardless of the contents of the `go.mod`, as far as I
know. At least I can't reproduce i
By coincidence, I was just reading https://go.dev/blog/toolchain and
realized I put `GOTOOLCHAIN=local` into my ~/.confiig/go/env a while ago,
so as to not have the Go tool transparently download different versions. If
I remove that, I can indeed reproduce the behavior you are seeing.
So, my recomm
(or change the `go` directive to `Go 1.21` (no minor version) apparently)
On Tue, Aug 22, 2023 at 7:52 AM Axel Wagner
wrote:
> By coincidence, I was just reading https://go.dev/blog/toolchain and
> realized I put `GOTOOLCHAIN=local` into my ~/.confiig/go/env a while ago,
> so as to not have the