The latest Web operations, HTTP, and Web performance news
Using Go on Low Powered Hardware — "How low we can Go and still do something useful?" It's not quite Go as you know it, but here's an interesting look at using Go on an ARM Cortex-M0-based board with 4KB of RAM to flash an LED. Michaล Derkacz | The Tragedy of Finalizers — Go lets you register finalizer functions that get called when objects are garbage collected, but.. you probably shouldn't use them. David Crawshaw | Go and SQLite: When 'database/sql' Chafes — Covers the creation of a new Go interface for SQLite which doesn't use database/sql. "Does the world really need another Go sqlite package? Maybe!" David Crawshaw | Initial WebAssembly Support Commit Made to Go — "This is the first commit of a series that will add WebAssembly as an architecture target." Not much to see yet but good steps, and the GOOS/GOARCH target name will be 'js/wasm'. Richard Musiol | ๐ Articles & Tutorials | |
No comments:
Post a Comment