amidgo

Results 1 comments of amidgo

Actually don't work with ```go package main import "context" func main() { passContext(context.Context(nil)) } func passContext(context.Context) {} ```