Re: [go-nuts] Re: Golang API to fetch available versions and release features

2022-06-13 Thread Zach Hoffman
You can check out the source code for https://go.dev/dl/ at https://github.com/golang/website/blob/master/internal/dl/dl.go On Mon, Jun 13, 2022 at 11:31 PM durgasomes...@gmail.com < durgasomeswararao...@gmail.com> wrote: > Hi Amnon, > > Thanks for the information you shared. > Where can I expl

Re: [go-nuts] Missing /usr/lib/go/pkg/include/ for native binaries

2022-04-09 Thread Zach Hoffman
Looks like golang-1.18-go owns /usr/lib/go-1.18/pkg/include <<'SH_COMMANDS' docker run --rm -i debian:bookworm sh apt update && apt -y install apt-file && apt-file update && apt-file search /usr/lib/go-1.18/pkg/include SH_COMMANDS On Saturday, April 9, 2022 at 1:33:04 AM UTC-6 Brian Candler wrote:

Re: [go-nuts] What are debian:buster-slim advantages vs alpine ones?

2020-12-17 Thread Zach Hoffman
> > In our project we'd chosen debian-slim images vs alpine few years ago due > to a number of reasons, if I recall arguments were like: > > 1. presence of libc > There are reasons to choose other images over Alpine, but IMO avoiding musl libc is not one of them. In the case of x86_64 architecture