# pingpong **Repository Path**: peliu/pingpong ## Basic Information - **Project Name**: pingpong - **Description**: pingpong - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-23 - **Last Updated**: 2021-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```bash ./build.sh TAG=0.0.1 docker save pingpong:${TAG} -o pingpong-${TAG}.tgz docker load -i pingpong-${TAG}.tgz docker run -d --name pingpong -p 8080:8080 pingpong:${TAG} docker run --rm --name pp -p 8080:8080 -v /etc/localtime:/etc/localtime pingpong:${TAG} go run main.go go test -v go test -coverprofile=coverage.out go tool cover -html=coverage.out ```