Hi there 👋
Here are some quick things about me:
🔭 I’m the author of go-zero.📫 The best way to reach me is sending me an email.⚡ Coding is my passion.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusego-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity.
processed:
fmt.Print
fmt.Printf
fmt.Println
cases handled:
variables, like var _ fmt.Stringer
assignments, like _ = fmt.Errorf(...)
func calls, …