gtrace icon indicating copy to clipboard operation
gtrace copied to clipboard

A code generation tool for instrumenting Go components.

Results 2 gtrace issues
Sort by recently updated
recently updated
newest added

Fixes the case where the generated code did not import any types that were declared as slices. Also adds an explicit test case for a pointer param.

Shortcuts helps to check nil trace callbacks. But current private shortcuts cannot be use outside from package with trace. This PR make optionally creation of shortcuts as public from trace...