From c5748623a4ec0cfd1b53a371133ba2ee80113980 Mon Sep 17 00:00:00 2001 From: Jan Halfar Date: Wed, 10 May 2023 12:58:42 +0200 Subject: [PATCH] feat: add gotsrpc gotsrpc.yaml docs --- foomo/docs/projects/gotsrpc/cli/gotsrpc.yaml.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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```