This is an automated email from the ASF dual-hosted git repository.
warren pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
The following commit(s) were added to refs/heads/main by this push:
new 9951e2117 Added godoc reference
9951e2117 is described below
commit 9951e21174c3fbb784dec2306aa15a11e06fc1b0
Author: PalanikannanM <[email protected]>
AuthorDate: Thu Nov 10 21:37:48 2022 +0530
Added godoc reference
---
docs/DeveloperManuals/DeveloperSetup.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/DeveloperManuals/DeveloperSetup.md
b/docs/DeveloperManuals/DeveloperSetup.md
index eb33c703c..064af5109 100644
--- a/docs/DeveloperManuals/DeveloperSetup.md
+++ b/docs/DeveloperManuals/DeveloperSetup.md
@@ -120,3 +120,7 @@ For provisioning, customizing, and creating dashboards,
please refer to our [Gra
- Compile specific plugins: `PLUGIN=<PLUGIN_NAME> make build-plugin`
- Compile server: `make build`
- Compile worker: `make build-worker`
+
+## References
+
+To dig deeper into developing and utilizing our built-in functions and have a
better developer experience, feel free to dive into our
[godoc](https://pkg.go.dev/github.com/apache/incubator-devlake) reference.