Neugo - a simple neural network framework in Go #golang https://github.com/wh1t3w01f/neugo
Читать полностью…nate510/don-t-use-go-s-default-http-client-4804cb19f779#.sven6yj0j" rel="nofollow">https://medium.com/@nate510/don-t-use-go-s-default-http-client-4804cb19f779#.sven6yj0j
Читать полностью…5 Useful Ways to Use Closures: http://www.calhoun.io/5-useful-ways-to-use-closures-in-go/
Читать полностью…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
https://semaphoreci.com/community/tutorials/how-to-use-godog-for-behavior-driven-development-in-go
Читать полностью…https://medium.baqend.com/nosql-databases-a-survey-and-decision-guidance-ea7823a822d#.wyo1gvybt
Читать полностью…Good tutorial about Synchronizing State with Mutexes in Go
https://kylewbanks.com/blog/tutorial-synchronizing-state-with-mutexes-golang
Go testing in the browser. Integrates with go test
. Write behavioral tests in Go.
http://goconvey.co
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
Don't Just Check Errors, Handle Them Gracefully: https://www.youtube.com/watch?v=lsBF58Q-DnY #video
Читать полностью…Add Let's Encrypt support to your golang server in 10 lines of code.
https://github.com/dkumor/acmewrapper
How Outdated Are Your Dependencies? http://engineeredweb.com/blog/2016/golang-how-outdated-deps/
Читать полностью…https://www.oreilly.com/learning/run-strikingly-fast-parallel-file-searches-in-go-with-sync-errgroup
Читать полностью…Huge collection of examples for using the #golang standard library: https://github.com/radovskyb/go-packages (crypto ones could probably use some vetting)
Читать полностью…Not really useful article :(
Tips & tricks for how #Docker can be useful when working w/ #golang code http://bddy.me/2cEO454
There's A Star Wars Easter Egg in Go's 'net' Package: https://www.reddit.com/r/golang/comments/502k2u/easter_egg_in_net_package/
Читать полностью…Go 1.7.1 is released!
Get it: http://golang.org/dl
https://groups.google.com/forum/#!topic/golang-nuts/oPXUs722-AQ
Please, vote for issue comments in different languages
for project Go by example
https://github.com/mmcgrana/gobyexample/issues/135
https://semaphoreci.com/community/tutorials/how-to-deploy-a-go-web-application-with-docker
Читать полностью…Simple tutorial about creating blog with Gin web framework
https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin
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
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/ 💪
Why #Go is awesome for building security clients: meirwah/why-go-is-awesome-for-building-security-clients-7a502b9edb4e" rel="nofollow">https://medium.com/@meirwah/why-go-is-awesome-for-building-security-clients-7a502b9edb4e
Читать полностью…Специалисты «Доктор Веб» предупреждают об обнаружении новой угрозы для Linux-систем. Троян Linux.Rex.1 написан на языке Go, и атакует сайты, работающие под управлением различных CMS, включая Drupal. Вредонос способен осуществлять DDoS-атаки, рассылать электронные письма и самостоятельно распространяться по сети.
https://xakep.ru/2016/08/22/trojan-rex/
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/