Skip to content

ncrypthic/codegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Codegen

Codegen is collection of code generation tools for golang

List

  • contextgen

    Command line to modify existing code to import context.Context package and append it as first argument to every functions in the file.

  • opentracing

    Command line to modify existing functions with first argument context.Context to add span := opentracing.StartSpanFromContext and defer span.Close()

License

MIT

About

Golang code generation commands collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages