Skip to content
Go back

Go Notes

持续笔记 Edit page

This page is my Go notebook. I use it for backend patterns, small API decisions, and sharp edges I do not want to relearn.

2026-05-02

今天的想法:Go 很适合写“够用就好”的后端。

The good part is not only performance. It is the boring shape:

  • clear files
  • explicit errors
  • simple deployment

我想把这里当作 Go 的小抄,而不是写很多篇零散文章。


Edit page