Why #Go is awesome for building security clients: https://medium.com/@meirwah/why-go-is-awesome-for-building-security-clients-7a502b9edb4e
Medium
Why Go is awesome for building security clients
After reading the great blog post about GO for DFIR by Scott J Roberts , I wanted to elaborate more on using Golang for integrating with…
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
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/ 💪
http://onsi.github.io/ginkgo/ 💪
Go testing in the browser. Integrates with
http://goconvey.co
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
https://text.sourcegraph.com/thyme-a-simple-cli-to-measure-human-time-and-focus-577b87337b9c#.uunyomlha
Plain Text — The Official Sourcegraph Blog
Thyme: a simple CLI to measure human time and focus
It’s like a CPU profiler, but for your productivity rather than your machine’s
Good tutorial about Synchronizing State with Mutexes in Go
https://kylewbanks.com/blog/tutorial-synchronizing-state-with-mutexes-golang
https://kylewbanks.com/blog/tutorial-synchronizing-state-with-mutexes-golang
Simple tutorial about creating blog with Gin web framework
https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin
https://semaphoreci.com/community/tutorials/building-go-web-applications-and-microservices-using-gin
Semaphore
Building a Go Microservice with CI/CD
Get familiar with Gin and find out how it can help you reduce boilerplate code and build a request handling pipeline.
Please, vote for issue
https://github.com/mmcgrana/gobyexample/issues/135
comments in different languages for project Go by example https://github.com/mmcgrana/gobyexample/issues/135
Go 1.7.1 is released!
Get it: http://golang.org/dl
https://groups.google.com/forum/#!topic/golang-nuts/oPXUs722-AQ
Get it: http://golang.org/dl
https://groups.google.com/forum/#!topic/golang-nuts/oPXUs722-AQ
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
Until it happens, use autocert: https://godoc.org/golang.org/x/crypto/acme/autocert
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/
5 Useful Ways to Use Closures: http://www.calhoun.io/5-useful-ways-to-use-closures-in-go/
Not really useful article :(
Tips & tricks for how #Docker can be useful when working w/ #golang code http://bddy.me/2cEO454
Tips & tricks for how #Docker can be useful when working w/ #golang code http://bddy.me/2cEO454
Huge collection of examples for using the #golang standard library: https://github.com/radovskyb/go-packages (crypto ones could probably use some vetting)
GitHub
GitHub - radovskyb/go-packages: A large repository of code and documented examples for Go's standard package library.
A large repository of code and documented examples for Go's standard package library. - GitHub - radovskyb/go-packages: A large repository of code and documented examples for Go's s...
Neugo - a simple neural network framework in Go #golang https://github.com/wh1t3w01f/neugo