Golang news
124 subscribers
2 photos
131 links
Golang news channel
Download Telegram
Today I’m going to talk about orthogonality. I wrote a tweet storm (go follow Go In 5 Minutes if you haven’t already) on the concept a few days ago. In it, I explained that this is an easy concept to explain in theory, but it’s much harder to explain how to put it into practice. I’m going to try to do the latter today.

https://www.goin5minutes.com/blog/orthogonality/
Add Let's Encrypt support to your golang server in 10 lines of code.
https://github.com/dkumor/acmewrapper
Специалисты «Доктор Веб» предупреждают об обнаружении новой угрозы для Linux-систем. Троян Linux.Rex.1 написан на языке Go, и атакует сайты, работающие под управлением различных CMS, включая Drupal. Вредонос способен осуществлять DDoS-атаки, рассылать электронные письма и самостоятельно распространяться по сети.
https://xakep.ru/2016/08/22/trojan-rex/
Micro is a terminal-based text editor written in Golang that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.
https://github.com/zyedidia/micro
Ginkgo is a BDD-style Golang testing framework built to help you efficiently write expressive and comprehensive tests. It is best paired with the Gomega matcher library but is designed to be matcher-agnostic.
http://onsi.github.io/ginkgo/ 💪
Go testing in the browser. Integrates with go test. Write behavioral tests in Go.
http://goconvey.co
Thyme, an open-source command-line tool that lets you easily track and analyze the time you spend on your computer. Think of it as a sampling profiler, but for You instead of your machine.

https://text.sourcegraph.com/thyme-a-simple-cli-to-measure-human-time-and-focus-577b87337b9c#.uunyomlha
Good tutorial about Synchronizing State with Mutexes in Go
https://kylewbanks.com/blog/tutorial-synchronizing-state-with-mutexes-golang
How to fill out security questions
Please, vote for issue comments in different languages for project Go by example
https://github.com/mmcgrana/gobyexample/issues/135
A Go proposal to integrate @letsencrypt into the stdlib: https://github.com/golang/go/issues/17053

Until it happens, use autocert: https://godoc.org/golang.org/x/crypto/acme/autocert