Thegcr.io/distroless/staticimage sounds like a perfect choice for a base image if your program is a statically linked Go binary. But what if you absolutely have to use CGO and the libraries you depend on can't be statically linked (I'm looking at you,glibc)? Or you write things in ...
go run -x main.go I got log WORK=Z:\golang\go-build3974498775 and I'm waiting, and I have no idea what is happening or what is progress of it, and just before build I got full log and app is running. There can be maybe something in templates ? I use them a lot. And also ...
My assumption going into this was that a "valid" version is one that returns a true when passed into IsValid. However, IsValid seems to reject custom toolchain names and names with +auto attached, see here: https://go.dev/play/p/OnEbA0bOovs?v=gotip What did you expect to see? Mayb...
GET /api/stat/goGolang cpu, memory, gc, etc information. Response with 200 http status code.{ "time": 1460686815848046600, "go_version": "go1.6.1", "go_os": "darwin", "go_arch": "amd64", "cpu_num": 4, "goroutine_num": 15, "gomaxprocs": 4, "cgo_call_num": 1, "memory...