[go-nuts] Re: go: go.mod file not found in current directory or any parent directory; see 'go help modules'

2024-03-28 Thread Cleberson Pedreira Pauluci
Hi Bima, prefer text instead of prints. It's faster to help somebody. There's two ways to fix that problem. 1 - You need to use the same module name when import it. As the module name is "main.go" (it's not recommend name like this) you need call it in the import statement like this: import(

Re: [go-nuts] go: go.mod file not found in current directory or any parent directory; see 'go help modules'

2024-03-28 Thread Wojciech S. Czarnecki
Dnia 2024-03-25, o godz. 11:58:57 Kurtis Rader napisaƂ(a): > Please don't use screenshots for plain text. Uhhh... and do delete images on the reply, please. That said: Thank you for reacting to screenshots posted :) -- Wojciech S. Czarnecki << ^oo^ >> OHIR-RIPE -- You received this messag

[go-nuts] Go + R + Go + Emacs = Rbooks

2024-03-28 Thread Jason E. Aten
https://github.com/glycerine/rbook I've open sourced my rbook project. I built rbook for myself to save data analysis in R to a file which serves as a lab notebook. I call the program rbook, and the saved files rbooks. I regularly use emacs and ESS (Emacs-Speaks- Statistics) for R based data a