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
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:
>
> 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