Golang 每周问题 504:2024 年 4 月 23 日

  • 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.Or is 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/gops to obtain information about Go-built processes. Running go install github.com/google/gops@latest and then gops to start the tool.
阅读 13
0 条评论