This is an automated email from the ASF dual-hosted git repository.
francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git
The following commit(s) were added to refs/heads/main by this push:
new 18613c4 Site: Remove documentation for live-reloading during
development as it has been removed from the project
18613c4 is described below
commit 18613c472167c1dfb76e1eaaf89434a7230a0897
Author: Francis Chuang <[email protected]>
AuthorDate: Wed Feb 26 08:30:55 2025 +1100
Site: Remove documentation for live-reloading during development as it has
been removed from the project
---
site/develop/avatica-go.md | 5 -----
1 file changed, 5 deletions(-)
diff --git a/site/develop/avatica-go.md b/site/develop/avatica-go.md
index 42d8af4..3d65abe 100644
--- a/site/develop/avatica-go.md
+++ b/site/develop/avatica-go.md
@@ -35,11 +35,6 @@ as the component.
1. Install [docker](https://docs.docker.com/install/) and [docker
compose](https://docs.docker.com/compose/install/).
2. From the root of the repository, run `docker compose run compile-protobuf`
-## Live reload during development
-It is possible to reload the code in real-time during development. This
executes the test suite every time a `.go` or
-`.mod` file is updated. The test suite takes a while to run, so the tests will
not complete instantly, but live-reloading
-during development allows us to not have to manually execute the test suite on
save.
-
### Set up
1. Install [docker](https://docs.docker.com/install/) and [docker
compose](https://docs.docker.com/compose/install/).