golang_news 

feeds.twtxt.net

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

Comment déboguer la seconde exécution d’un test #delve #goland href=”https://we.loveprivacy.club/search?q=%23debugging”>#debugging**
Parfois, des tests peuvent réussir à la première passe et échouer à la suivante, ou dans un autre ordre. Mais comment les déboguer avec Delve et GoLand alors que les configurations d’exécution n’exécutent les tests qu’une seule fois ?  1 points posted by FGM ⌘ Read more

⤋ Read More

Run any command with a .env file for environment
Because one cannot always modify source code to include a library to load the environment from a file, and doing it from a shell is more than arcane, I wrote this tiny `envrun` command: it will run you command with environment defaults loaded from `.env` or any env file specified, without having to modify the command itself. 1 points posted by FGM ⌘ Read more

⤋ Read More

Gocoverstats v0.0.4 now with more coverage reporting options
Gocoverstats, the tool allowing repository owners to gather and plot test coverage results and obtain coverage badges on Gitlab / Github without resorting to a coverage SaaS, got a new release including:

  • report coverage at the statement level (like go tool) or line of code level
  • report weighted (by package size) or unweighted averages for global coverage badges
  • new format option -percent making it simpler to include in CI pipelines.

1 points posted by FGM ⌘ Read more

⤋ Read More

Settermtitle
A simple command-line tool written in Go that sets the terminal title. Useful for naming your various Terminal windows as you work on multiple things at the same time and need a way to quickly and easily identify which Terminal is which

1 points posted by James Mills ⌘ Read more

⤋ Read More

update-golang 0.24 - easily fetch and install new Golang releases
update-golang is a script to easily fetch and install new Golang releases with minimum system intrusion.

When you need to quickly boot up a Golang binary release into a system.

The script can automatically detect the latest Golang release.

This release updates the URL for retrieving Go release list.

Full details: https://github.com/udhos/update-golang 1 point … ⌘ Read more

⤋ Read More

Templatizer - A real templates engine to create dynamic repositories
Are you sick & tired of creating template repositories that nobody wants to use? It’s not your fault, the problem is the Git Repositories servers such as Github, Gitlab, or Bitbucket don’t provide a handy mechanism to take advantage of Template Repositories…

I’m happy to announce to you that a very first (but functional) release Tempaltizer is already live!

Code and documentation: https://github.com/wesovilabs/templatizer

Demo: https://www.youtube.com/w … ⌘ Read more

⤋ Read More