Hey, I'm trying to do some Go source code development. But I'm confused
about how to do the development.
The Go source code is cloned from https://github.com/golang/go master
branch. Originally, I run `cd src &^ ./all.bash` to build the latest Go
1.22 version. It works fine.
Then I'm trying to
I am developing a version of the `steampipe-postgres-fdw` - a PostgreSQL
Foreign Data Wrapper (FDW) written in Go. It is a part of the bigger
`steampipe` project.
While the project builds successfully on Darwin systems, I am encountering
a specific challenge on Linux when integrating with Postg
On Tue, 2 Jan 2024, at 2:39 AM, Trevor Slocum wrote:
> I’ve just published a blog post about the software powering bgammon.org and
> my experience creating it using free and open source tools:
>
> https://bgammon.org/blog/20240101-hello-world/
This was a great read, thank you.
--
You received