Woo, my suggestion will be included in the next #golang release! https://github.com/golang/go/issues/21888
GitHub
flag: no way to access name of flag.FlagSet · Issue #21888 · golang/go
flag.NewFlagSet takes a name parameter in its constructor, but does not provide a way to access this name afterward. I suggest either exporting the Name field of flag.FlagSet or adding a Name() met...
We're happy to announce that BadgerDB has reached v1.0! Badger API is now stable, so #Go nuts! #BadgerDB #Golang… https://twitter.com/i/web/status/925934563460767744
Twitter
Dgraph Labs
We're happy to announce that BadgerDB has reached v1.0! Badger API is now stable, so #Go nuts! #BadgerDB #Golang https://t.co/403K6t9gOP https://t.co/gVN4kInmGs
Video: Bryan Boreham - An Actor Model in Go #golangconfuk #golang https://golangnews.com/stories/2214
"Gotcha with `iota`"
Amazing how subtle details can throw everything out - @go_robreid
http://robreid.io/gotcha-iota
#golang
Amazing how subtle details can throw everything out - @go_robreid
http://robreid.io/gotcha-iota
#golang
Rob Reid
gotcha - iota
I ran into a curious little gotcha with Go's iota construct today and I wanted to share it with you. Without cheating, what would you expect the following code to output? package main import "fmt" const ( one = 1 << iota two ) func main() { …
Free one hour intro to testing/benchmarking virtual workshop on #golang! Learn the basics and best practices.… https://twitter.com/i/web/status/926085049111470080
Twitter
Gopher Guides
Free one hour intro to testing/benchmarking virtual workshop on #golang! Learn the basics and best practices. https://t.co/NFRxK8NCii
"Playing Around with BoltDB"
Love these shortish examples of using a library, great article - @mzupzup
https://zupzup.org/boltdb-example
#golang
Love these shortish examples of using a library, great article - @mzupzup
https://zupzup.org/boltdb-example
#golang
www.zupzup.org
Playing Around with BoltDB - zupzup
Looking for a simple key/value store for your Go applications? Look no further!
Love #rubyonrails for web dev but want the safety/speed/scalability of #golang? Free 1 hr @gobuffalo_io boot camp!… https://twitter.com/i/web/status/926076258752049153
Twitter
Gopher Guides
Love #rubyonrails for web dev but want the safety/speed/scalability of #golang? Free 1 hr @gobuffalo_io boot camp! https://t.co/ut6m9uiaKP
Badger - a key value store #golang https://open.dgraph.io/post/badger
dgraph.io
Introducing Badger: A fast key-value store written purely in Go
We have built an efficient and persistent log structured merge (LSM) tree based key-value store, purely in Go language. It is based upon WiscKey paper included in USENIX FAST 2016.
Build a Realtime Chat Server With Go and WebSockets http://bit.ly/2zrmAeY via @scotch_io #golang #javascript… https://twitter.com/i/web/status/925988438712684546
Scotch
Build a Realtime Chat Server With Go and WebSockets
Build a realtime chat application using the power of websockets and the Go programming language.
#Golang Development #Company - Hire Golang Developer Get A #Free Estimation:- http://www.bacancytechnology.com/hire-golang-developer https://pbs.twimg.com/media/DNr8DpeVQAEw2ml.jpg
Bacancy
Hire Golang Developer | 40+ Golang developers | Risk-free Trial
Hire Golang programmers and build world-class enterprise solutions. Our Golang developers will provide dedicated development support right from scratch to end.
Go Secure Coding Practices 2.1 is out -
https://github.com/Checkmarx/Go-SCP/releases/tag/v2.1.0 #owasp #golang #security
https://github.com/Checkmarx/Go-SCP/releases/tag/v2.1.0 #owasp #golang #security
GitHub
Checkmarx/Go-SCP
Go-SCP - Go programming language secure coding practices guide
Next week, a #golang talk at @CERN, by @francesc:
https://indico.cern.ch/event/678182/
just in time for our fav. gopher's birthday :)
(#Gonum goodies?)
https://indico.cern.ch/event/678182/
just in time for our fav. gopher's birthday :)
(#Gonum goodies?)
Indico
Concurrency at work with Go (9 November 2017) · Indico
High Energy and Nuclear Physics (HENP) libraries are now required to be increasingly multi-thread-safe, if not multi-thread-friendly and multi-threaded. This is usually done using the new constructs and library components offered by the C++11 and C++14 standards.…
Video: Writing Efficient Generic Multidimensional Slices #gopherconsg #golang https://golangnews.com/stories/2286
certificate-transparency-go - auditing for TLS certificates in Go #tls #net #golang https://github.com/google/certificate-transparency-go
GitHub
GitHub - google/certificate-transparency-go: Auditing for TLS certificates (Go code)
Auditing for TLS certificates (Go code). Contribute to google/certificate-transparency-go development by creating an account on GitHub.
The Major Problem with Object Oriented Programming #cpp #java #javascript #csharp #python #golang #scala… https://twitter.com/i/web/status/926382474552270848
Twitter
9Lean
The Major Problem with Object Oriented Programming #cpp #java #javascript #csharp #python #golang #scala #programming #code #php