Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Mon, 29 May 2023 17:11:00 +0000 Reduce Go Binary Size Always a hot-topic in Go circles is binary size of applications. In this post we will show you how you can reduce the binary size produced from go build for leaner, slimer builds. 2 points posted by Edd Turtle https://gophercoding.com/reduce-go-binary-size 4801 Thu, 04 May 2023 20:05:00 +0000 Convert HEIC to JPG in Go The “High Efficiency Image File Format” or <strong>HEIF</strong> is an image format often used by Apple devices. Although called HEIF, the file types are often <strong>heic</strong> (<em>presumably the ‘c’ stands for container?</em>) They use a similar encoding method of video formats and are deemed better quality and lower file size than standard jpeg files. 1 points posted by Edd Turtle https://gophercoding.com/convert-heic-to-jpeg-go 4774 Tue, 04 Oct 2022 20:02:00 +0000