1
0
mirror of https://github.com/bingohuang/docker-labs.git synced 2025-10-04 17:33:21 +08:00
Files
docker-labs/handlers/ping.go
2016-10-08 03:26:22 +02:00

7 lines
94 B
Go

package handlers
import "net/http"
func Ping(rw http.ResponseWriter, req *http.Request) {
}