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
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
Improve documentation for Go methods that should be wrapped in the native layer. This documentation should include for each method:
Name of the method and what it does
list of parameters, with type description and conditions (is it optional, has constrains, ... in general information needed to validate the input of this methods)
optionally pre and post conditions and consequences
The text was updated successfully, but these errors were encountered:
Improve documentation for Go methods that should be wrapped in the native layer. This documentation should include for each method:
The text was updated successfully, but these errors were encountered: