feat: add gotsrpc gotsrpc.yaml docs

This commit is contained in:
Jan Halfar 2023-05-10 12:58:42 +02:00 committed by GitHub
parent ec9b9fd120
commit c5748623a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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```