Generate stringer files automatically (#841) #866
Loading…
Reference in New Issue
No description provided.
Delete Branch "cherry-pick-5e35338d58b589939b599c98ec9e6b44f94de20a-release-1.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added
stringer
annotations togit.go
forErrorClass
andErrorCode
. Addedgenerate
rule forMakefile
to generatestring representations for these types (first building cgo files
in
_obj
dir to get C constants). Finally, updatedci
actionsworkflow to check that generated files are up to date.
Fixes: #543
(cherry picked from commit
5e35338d58
)