# GO **Repository Path**: wu-org/go ## Basic Information - **Project Name**: GO - **Description**: https://zhuanlan.zhihu.com/p/556526203 - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-09-30 - **Last Updated**: 2023-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README how to test ----------- # install go first go mod init zgo go mod tidy # maybe you can skip this go build ./zgo -dbfile zi.db -port 8081 api --- 2. /doit post a json {x:1,y:1,uid:1} 3. /getall?x1=1&x2=2&y1=1&y2=2 get all zi in a rect server list ----------- http://124.221.142.162:8081