mirror of
https://github.com/iLoveElysia/openbilibili.git
synced 2026-06-08 05:58:29 -05:00
10 lines
125 B
Go
10 lines
125 B
Go
package http
|
|
|
|
import (
|
|
bm "go-common/library/net/http/blademaster"
|
|
)
|
|
|
|
// ping check server ok.
|
|
func ping(c *bm.Context) {
|
|
}
|