golang_news
feeds.twtxt.net
Golang News - Jobs, Code, Videos and News for Go hackers - everything about the go programming language
Golang News - Jobs, Code, Videos and News for Go hackers - everything about the go programming language
Hiring: Senior GoLang Engineer 1 points posted by golangch ⌘ Read more
Increasing Cohesion in Go with Generic Decorators 1 points posted by m110 ⌘ 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