Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncrypthic/codegen
Golang code generation commands collection
https://github.com/ncrypthic/codegen
Last synced: 13 days ago
JSON representation
Golang code generation commands collection
- Host: GitHub
- URL: https://github.com/ncrypthic/codegen
- Owner: ncrypthic
- Created: 2018-05-28T08:05:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-12T13:42:12.000Z (over 4 years ago)
- Last Synced: 2023-03-29T00:56:19.920Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Codegen
=======Codegen is collection of code generation tools for golang
List
----- [contextgen](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](opentracing)
Command line to modify existing functions with first argument `context.Context`
to add `span := opentracing.StartSpanFromContext` and `defer span.Close()`License
-------
MIT