Media Summary: About the talk: We love pure-Go programs, don't we? Set `CGO_ENABLED` to `0`, and Bob's your uncle. The resulting binary is ... Is Go well suited for rigid-body simulation of orbital vehicles? What about 3D visualization of an orbital maneuver? Wait, so you ... This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level ...
Gophercon 2022 Cgo Less Foreign - Detailed Analysis & Overview
About the talk: We love pure-Go programs, don't we? Set `CGO_ENABLED` to `0`, and Bob's your uncle. The resulting binary is ... Is Go well suited for rigid-body simulation of orbital vehicles? What about 3D visualization of an orbital maneuver? Wait, so you ... This tutorial is for Gophers who have written a command line or an API application, but have little to no experience in lower-level ... This talk explores the concept of a “debug archive”, essentially a snapshot of the state of a running system, which can provide an ... Go 1, the first stable release of Go, came with a compatibility promise. This talk will explain why that's important, what it does and ... Go is more than just a programming language -- it's an experience. From the IDE to package management to security and testing ...
In 2015, Go reached a critical juncture. Go's success with early adopters from cloud infrastructure, such as Kubernetes and Docker ... Go now supports fuzz testing natively as of Go 1.18, a tool that can be used to identify bugs and security vulnerabilities in your ... Go does concurrent garbage collection (GC), but what does that mean and what are its implications? Let's explore how the ... Go is more than just a programming language—it's an industry pioneer. From its revolutionary concurrency model to its leadership ... About the talk: Do you want to combine your love for Go and a useful personal project? How about monitoring your hen house ... What really happens when Go's garbage-collected runtime meets unmanaged C++ code? This talk explores how to integrate ...