diff --git a/foomo/docs/projects/gotsrpc/cli/gotsrpc.yaml.md b/foomo/docs/projects/gotsrpc/cli/gotsrpc.yaml.md index 822a863..ad4be91 100644 --- a/foomo/docs/projects/gotsrpc/cli/gotsrpc.yaml.md +++ b/foomo/docs/projects/gotsrpc/cli/gotsrpc.yaml.md @@ -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```