golang_news 

feeds.twtxt.net

Golang News - Jobs, Code, Videos and News for Go hackers - everything about the go programming language

Recent twts from golang_news

GoCoverStats v0.0.5 is a security release #test #testing href=”https://txt.sour.is/search?tag=security”>#security**
The gocoverstats package just got a v0.0.5 security release on its golang.org dependencies and a minor change:

  • golang.org/x/tools upgraded from v0.1.10 to v0.2 (security release on tools/crypto)
  • github.com/google/go-cmp upgraded from 0.5.8 to 0.5.9 (test dependency non-security release)

One clarification about the default build is that, since it requires at least Go 1.18,Β paths and symbols are trimmed in the compiled output.

1 points poste … ⌘ Read more

​ Read More

IziDIC v0.0.2 : new features and QA #dependencyinjection href=”https://txt.sour.is/search?tag=releases”>#releases**
The tiny fgm/izidicΒ dependency injection container just got a new release:Β v0.0.2 contains new features and QA improvements.

  • feature: new method Container.Names to list container keys
  • feature: circular dependency detection, avoiding stack overflows
  • qa: moved to new domain github.com/fgm/izidic to support Github actions
  • qa: added linting checks: gofmt, go vet, staticcheck
  • qa: added security scanning: CodeQL
  • … ⌘ Read more

​ Read More

Convert HEIC to JPG in Go
The β€œHigh Efficiency Image File Format” or HEIF is an image format often used by Apple devices. Although called HEIF, the file types are often heic ( presumably the β€˜c’ stands for container?)
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 ⌘ Read more

​ Read More

Find quick solutions to common String problems
Strings are a fundamental building block of programming. Go string is a sequence of variable-width characters where each character is represented by one or more bytes, normally using the UTF-8 encoding. You can find quick solutions to common string problems that arise during writing golang programs from this valuable resource. 1 points posted by Ayeree ⌘ Read more

​ Read More

Book Release: Go For DevOps #go #golang #sre #devops #terraform href=”https://txt.sour.is/search?tag=kubernetes”>#kubernetes**
In the book you will find:

\* The basics of Go (including the 1.18 generics addition)

\* Using Go with various encoding formats

\* Building basic REST and gRPC services

\* Applying Go to automate local system tasks

\* Utilizing Go to automate those same tasks on thousands of machines

\* Building a … ⌘ Read more

​ Read More