Codegen is collection of code generation tools for golang
-
Command line to modify existing code to import
context.Context
package and append it as first argument to every functions in the file. -
Command line to modify existing functions with first argument
context.Context
to addspan := opentracing.StartSpanFromContext
anddefer span.Close()
MIT