local.go 125 B

123456789
  1. package http
  2. import (
  3. bm "go-common/library/net/http/blademaster"
  4. )
  5. // ping check server ok.
  6. func ping(c *bm.Context) {
  7. }