mirror of
https://github.com/foomo/foomo-docs.git
synced 2025-10-16 12:35:40 +00:00
feat: add gotsrpc gotsrpc.yaml docs
This commit is contained in:
parent
ec9b9fd120
commit
c5748623a4
@ -29,3 +29,15 @@ https://github.com/foomo/gotsrpc-playground/blob/main/gotsrpc.yaml#L1-L16
|
||||
```yml reference title="playground gotspc.yaml"
|
||||
https://github.com/foomo/gotsrpc-playground/blob/main/gotsrpc.yaml#L43-L46
|
||||
```
|
||||
|
||||
## GOModule Support
|
||||
|
||||
To support go modules add
|
||||
|
||||
```yaml
|
||||
|
||||
module:
|
||||
name: github.com/foomo/gotsrpc
|
||||
path: ../ # Relative Or Absolute Path where the package was checked out (root of the package)
|
||||
|
||||
fe```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user