small doc patch on how to make gen after api changes

This commit is contained in:
Arsenii Petrovich 2023-03-08 18:55:51 +02:00 committed by GitHub
parent 9038e83639
commit a450e74954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ import (
// When adding / changing methods in this file:
// * Do the change here
// * Adjust implementation in `node/impl/`
// * Run `make gen` - this will:
// * Run `make clean && make all && make gen` - this will:
// * Generate proxy structs
// * Generate mocks
// * Generate markdown docs