gotypes,build: add Implement (#58)
By using Implement you can provide a definition of a function, taking the signature from a stub in the package. One major benefit of this approach is it makes it easy to handle external types in the function signature. Updates #55
This commit is contained in:
committed by
GitHub
parent
9c913ee847
commit
eb225e9d2c
@@ -171,8 +171,9 @@ For demonstrations of `avo` features:
|
||||
|
||||
* **[args](examples/args):** Loading function arguments.
|
||||
* **[returns](examples/returns):** Building return values.
|
||||
* **[data](examples/data):** Defining `DATA` sections.
|
||||
* **[complex](examples/complex):** Working with `complex{64,128}` types.
|
||||
* **[data](examples/data):** Defining `DATA` sections.
|
||||
* **[ext](examples/ext):** Interacting with types from external packages.
|
||||
|
||||
### Real Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user