- Dolt's PGO Experiences: Dolt previously wrote about using PGO on builds and the performance improvements seen.
- Go at Google: Author worked as SRE at Google for 9 years and shared story of Go's growth and adoption.
- Go Event-Driven: Microservices brought complexity. Learn patterns for creating decoupled and scalable services.
- Go 1.22:
cmp.Or:cmp.Oris a handy function for shortening conditional assignments. Last in a series of author's 1.22 contributions. - Reddit Discussion: Reddit folks discussed how much Go is used at Google. Supposed employees confirmed heavy use.
- Manchester Golang Meetup: In Manchester, UK, a Golang meetup is on May 1.
- Render Enforces Access Controls: Render uses Go generics for compile-time guarantees in role system.
- State Machines Simplified: Discover simplicity and durability of Temporal for state machine challenges.
- Gemfast: A self-hosted Rubygems server in Go for easier deployment and serving private gems.
- Code & Tools: Various Go-related code and tool projects like Micro, AWS Lambda for Go, env, Goose, Go-OpenAI, and Expr.
- A Quick Experiment: Using
github.com/google/gopsto obtain information about Go-built processes. Runninggo install github.com/google/gops@latestand thengopsto start the tool.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用。你还可以使用@来通知其他用户。