惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 聂微东
GbyAI
GbyAI
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
H
Hackread – Cybersecurity News, Data Breaches, AI and More
博客园 - 叶小钗
A
About on SuperTechFans
M
MIT News - Artificial intelligence
宝玉的分享
宝玉的分享
雷峰网
雷峰网
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Martin Fowler
Martin Fowler
Google DeepMind News
Google DeepMind News
博客园 - Franky
B
Blog RSS Feed
Y
Y Combinator Blog
Stack Overflow Blog
Stack Overflow Blog
MongoDB | Blog
MongoDB | Blog
Last Week in AI
Last Week in AI
T
The Blog of Author Tim Ferriss
The GitHub Blog
The GitHub Blog
S
SegmentFault 最新的问题
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research

Stonecharioteer on Tech

I Traced My Traffic Through a Home Tailscale Exit Node What Was I Reading Last? In Three Not-So-Easy Pieces Dogfooding Is Hard Code blocks in your books, finally GoForGo v0.9.0 Merrilin - We built an app to read books I use a Macbook now Data Structures & Algorithms - Preparing for Interviews Using a local DNS namespace for local service discovery Direction KOllector - Publishing KOReader Highlights gbt: branches touched in the last 24 hours A Soiree into Symbols in Ruby Some Smalltalk about Ruby Loops Ruby Blocks Returning from Ruby Blocks, Procs and Lambdas My Linux Laptop Finally Works: How Claude Helped Me Fix Years of Annoyances TIL: Watchexec - Modern File Watching for Development Workflows A Less Busy Mind GoForGo - Learn Go through live examples Migrating My Old Blog to Hugo with Claude The Qtile Window Manager: A Python-Powered Tiling Experience Read the RFCs that Built the Internet Py-x-Protobuf - Or How I Learned to Stop Worrying and Love Protocol Buffers Python Reverse a List New Beginnings Leaving ChainSafe Systems Screen Lock for Cinnamon Desktop using Zenity and Terminal Commands Crews Not Teams A System for Getting Better at LeetCode
GoForGo v0.9.0
2026-03-04 · via Stonecharioteer on Tech

It’s been a while since I’ve worked on GoForGo. I hadn’t gotten around to maintaining it and didn’t realize there was a little interest about it on the repo.

I’ve made some updates and fixes and I thought I’d list them down here.

  1. You do not need the repo to install goforgo. go install github.com/stonecharioteer/goforgo will install the tool for you. The exercises and solutions are embedded into the binary.
  2. The TUI has an auto-advance command so it will always advance to the next exercise once you’re done with the one you’re working on.
  3. Logical ordering is a little better, control statements now show up before functions, which makes more sense if you’re trying to learn the language from the ground up.
  4. Some of the comments are cleaned up so they don’t reveal the solution right away.
  5. Added about 50 new exercises, mostly go-gotchas and nuances. I’ve tacked them onto the end, but I’m okay with them being there.

Here are some screenshots of the current state of the tool:

Exercise List

Exercise View

Hints

I’m going to be testing it out a lot more in the upcoming weeks, but I am glad this little tool I made for myself is turning out useful for others.