Re: [go-nuts] Hello, world! - A technical overview of the software powering bgammon.org

2024-01-02 Thread Ian Davis
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

[go-nuts] Assistance Needed with Go Compilation for PostgreSQL FDW on Linux

2024-01-02 Thread Binaek Sarkar
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

[go-nuts] How to develop with Go source code change?

2024-01-02 Thread 'Rulin Tang' via golang-nuts
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