This is an automated email from the ASF dual-hosted git repository.
hxd pushed a commit to branch openapi
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/openapi by this push:
new fe1b20d add more tips for developing go-rest
fe1b20d is described below
commit fe1b20d76e8007288924ec5db7cb9a88dfc7ce85
Author: xiangdong huang <[email protected]>
AuthorDate: Fri Jan 15 03:01:24 2021 +0800
add more tips for developing go-rest
---
openapi/go-rest/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/openapi/go-rest/README.md b/openapi/go-rest/README.md
index 64619e4..c8c21a6 100644
--- a/openapi/go-rest/README.md
+++ b/openapi/go-rest/README.md
@@ -39,8 +39,8 @@ To see how to make this your own, look here:
1. run `mvn generate-sources` under the `openapi` module
2. go to `go-rest` module, fix issues that current openapi-generator causes:
- 1. `"mime/multipart"` is forget to be imported in `router.go`
- 2. `github.com/gorilla/mux` should not be imported in `api_default.go` file.
+ 1. `"mime/multipart"` is forget to be imported in `router.go`
(target/gen/iotdbrest/router.go)
+ 2. `github.com/gorilla/mux` should not be imported in `api_default.go` file.
(target/gen/iotdbrest/api_default.go)
### Running the server
To run the server, follow these simple steps: