View a #golang file with annotations from the compiler's optimization passes (bounds check, escape anaysis, inlinin… https://twitter.com/i/web/status/951264491303452672
Twitter
Damian Gryski
View a #golang file with annotations from the compiler's optimization passes (bounds check, escape anaysis, inlining, ...) From @egonelbre Editor integration for this would be amazing! https://t.co/cbNnLwHfx4
You need an ORM for your Go programming, but everything looks a little strange? Try Pop! Here's a brand new guide… https://twitter.com/i/web/status/951260169089855489
Twitter
Brian Ketelsen
You need an ORM for your Go programming, but everything looks a little strange? Try Pop! Here's a brand new guide: https://t.co/5sBQ89kAOZ #golang
Successful Go Program Design, 6 Years On #golang https://www.infoq.com/presentations/go-patterns
InfoQ
Successful Go Program Design, 6 Years On
Peter Bourgon discusses lessons learned from 6 years of professional Go development, highlighting the idioms, design patterns, and practices that have proven themselves at scale — and many that haven't. Bourgon presents recommendations on patterns and best…
Ethereum Classic Projects: This is where the progress happens via @Github
always check the github #golang #rustlang… https://twitter.com/i/web/status/951387211060129792
always check the github #golang #rustlang… https://twitter.com/i/web/status/951387211060129792
Twitter
Classic is Coming
Ethereum Classic Projects: This is where the progress happens via @Github always check the github #golang #rustlang #EthereumClassic #ClassicIsComing
Excellent article @ @FiloSottile about how to use #golang and #rustlang together https://blog.filippo.io/rustgo/
Filippo Valsorda
rustgo: calling Rust from Go with near-zero overhead
[русский [https://habrahabr.ru/post/337348/]]
Go has good support for calling into assembly, and a lot of the fast
cryptographic code in the stdlib is carefully optimized assembly, bringing
speedups of over 20 times.
However, writing assembly code is hard…
Go has good support for calling into assembly, and a lot of the fast
cryptographic code in the stdlib is carefully optimized assembly, bringing
speedups of over 20 times.
However, writing assembly code is hard…
The complete guide to Go net/http timeouts #golang https://blog.cloudflare.com/the-complete-guide-to-golang-net-http-timeouts
The Cloudflare Blog
The complete guide to Go net/http timeouts
When writing an HTTP server or client in Go, timeouts are amongst the easiest and most subtle things to get wrong: there’s many to choose from, and a mistake can have no consequences for a long time, until the network glitches and the process hangs.
Check out the newest version of Classic Geth v4.2.0 - Now with SputnikVM integration
#EthereumClassic #golang… https://twitter.com/i/web/status/951372111246954496
#EthereumClassic #golang… https://twitter.com/i/web/status/951372111246954496
Twitter
Classic is Coming
Check out the newest version of Classic Geth v4.2.0 - Now with SputnikVM integration #EthereumClassic #golang #ClassicIsComing | https://t.co/enLLovt7CR
tview: Rich interactive widgets for terminal-based #UI written in #Golang https://github.com/rivo/tview https://pbs.twimg.com/tweet_video_thumb/DTRBf2mX0AE79-a.jpg
GitHub
GitHub - rivo/tview: Terminal UI library with rich, interactive widgets — written in Golang
Terminal UI library with rich, interactive widgets — written in Golang - rivo/tview
“Go Programming Language” by @davecheney from #qconsf 2017 is now live on @infoq #golang http://bit.ly/2CQ776A
InfoQ
Go Programming Language
Dave Cheney discusses the Go language: writing and interpreting benchmarks, using performance tools built into the Go runtime, GC and writing GC-friendly code.
Great post on CLIs in Go and why using Cobra makes better developer and user experiences #golang https://twitter.com/alexellisuk/status/951602385096531969
Twitter
Alex Ellis
@spf13 hey Steve thanks for Cobra :-) mentioned it recently - https://t.co/AoHfHgv5w3
Here is what you should never ask a programmer?
#programmers #cpp #cplusplus #java #js #javascript #python #php… https://twitter.com/i/web/status/951842725791350784
#programmers #cpp #cplusplus #java #js #javascript #python #php… https://twitter.com/i/web/status/951842725791350784
Twitter
9Lean
Here is what you should never ask a programmer? #programmers #cpp #cplusplus #java #js #javascript #python #php #webdev #Scala #csharp #dotnet #reactjs #swiftlang #Ruby #pearl #golang #erlang #Haskell #SQL #NoSQL #matlab #code #coding #Programming #test #testing
Old school - Rich interactive widgets for terminal-based UIs written in Go https://github.com/rivo/tview #golang https://pbs.twimg.com/tweet_video_thumb/DTV5eX5XcAEruJE.jpg
GitHub
GitHub - rivo/tview: Terminal UI library with rich, interactive widgets — written in Golang
Terminal UI library with rich, interactive widgets — written in Golang - rivo/tview
Seven years after creating the mgo Go driver for MongoDB, I'm now formally pausing my involvement in its maintenanc… https://twitter.com/i/web/status/951846808061448192
Twitter
Gustavo Niemeyer
Seven years after creating the mgo Go driver for MongoDB, I'm now formally pausing my involvement in its maintenance. #golang #mongodb Details and some recommended alternatives listed here: https://t.co/13mPdehnHj
Video: Can you write an OS Kernel in Go? #golang https://golangnews.com/stories/2681-video-can-you-write-an-os-kernel-in-go
Until https://github.com/golang/go/issues/10608 gets fixed for #golang 11 you need Scratch, and @regisphilibert explains it good:… https://twitter.com/i/web/status/951748778847035397
GitHub
text/template: add support for variable overwrite (= not :=) · Issue #10608 · golang/go
Given this template snippet: {{ $v := "init" }} {{ if true }} {{ $v := "changed" }} {{ end }} v: {{ $v }} {{/* => init */}} The inner $v is not visible on the outside. := doe...
tview - Rich interactive widgets for terminal-based UIs written in Go #golang https://github.com/rivo/tview
GitHub
GitHub - rivo/tview: Terminal UI library with rich, interactive widgets — written in Golang
Terminal UI library with rich, interactive widgets — written in Golang - rivo/tview