mirror of
https://github.com/bingohuang/docker-labs.git
synced 2025-10-04 17:33:21 +08:00
Add ping handler and listen on tcp4 addresses
This commit is contained in:
6
handlers/ping.go
Normal file
6
handlers/ping.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package handlers
|
||||
|
||||
import "net/http"
|
||||
|
||||
func Ping(rw http.ResponseWriter, req *http.Request) {
|
||||
}
|
Reference in New Issue
Block a user