You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Golang Style guide is missing a few categories that are relevant to the work of the Conjur team projects.
Code Coverage - Add target coverage, and example commands to run to get coverage.
Mocking - Determine if we need anything here, e.g. "avoid the use of global variables for mockable interface declarations, and instead propagate mockable interfaces from highest possible level down"
Copyright Notices - Add a sample copyright notice
Logging - Determine what needs to be added here
The text was updated successfully, but these errors were encountered:
The Golang Style guide is missing a few categories that are relevant to the work of the Conjur team projects.
The text was updated successfully, but these errors were encountered: