root@ba0ab0d66064:/# go get -v github.com/valyala/gozstd
github.com/valyala/gozstd (download)
github.com/valyala/gozstd
# github.com/valyala/gozstd
exec: "gcc": executable file not found in $PATH
Is this expected? I thought gcc is not necessary since the repository already contains the *.a files.
Running go get complains about missing
gcc
Is this expected? I thought
gcc
is not necessary since the repository already contains the*.a
files.