David Siregar

Results 3 issues of David Siregar

In the Receive() funtion from client.go, a JSON-string is returned. The conversion from a slice to JSON shouldn't be part of the app-layer but part from the implementation-layer. I would...

Hey there, I want to build an image with musl for smaller image sizes, which is needed for my use case. I am not a professional in musl, but I...

We have a use case where we use the golangbuild step in piper to build a list of packages. The config looks simply like this: ```yaml golangBuild: packages: - './cmd/bin1'...