|
Using go fix to Modernize Go Code —
Go 1.26 ships a rewritten go fix that automatically modernizes code to use newer idioms using 24 built-in 'modernizers': replacing interface{} with any, adopting strings.Cut, and so on. Alan goes into depth about how it works and what's coming next, including a self-service approach for defining your own modernizations.
Alan Donovan (Go Team)
|
⁉️ Did we reference Bob the Builder? Yes. We. Did! |
|
gog: Google Apps in Your Terminal — From the creator of Clawdbot OpenClaw, a CLI tool to access Google's myriad of services: Gmail, Calendar, Drive, Docs, Sheets, etc. JSON-first output, multi-account support, and OS keyring credential storage. GitHub repo.
Peter Steinberger
|
📢 Elsewhere in the ecosystem |
-
If you're tired of large JavaScript UI component libraries and their associated build tools, Oat might appeal to you. 8KB of CSS and JS (gzipped) gets you a UI component library you can use via regular semantic HTML elements.
-
🧊 Someone has overclocked a Raspberry Pi Pico 2 to 873MHz (usually 150MHz) using dry ice. A fun story about one of the smallest platforms Go code can run on (thanks to TinyGo).
-
📺 Go2TV is a Go-powered app for casting media files to smart TVs and Chromecast devices.
-
If you want to noodle with Postgres's features on a realistic database that isn't yours, Bluebox Docker is a 'living sample database' in a container that updates itself over time.
|
|