# gogo **Repository Path**: wu-org/gogo ## Basic Information - **Project Name**: gogo - **Description**: 用go写围棋,JS前端,CS架构,棋盘1k*1k - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-10-12 - **Last Updated**: 2022-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README how to test ----------- please install go first, if you are in windows cmd go mod init gogo go mod tidy go build -o gogo.exe main\main.go .\gogo.exe -build -port 8081 or linux go mod init gogo go mod tidy # maybe you can skip this go build -o gogo main/main.go ./gogo -port 8081 -build 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 speed ----- load 1826657 entries in 8.64s on a Win10 Surface