1.1 KiB
1.1 KiB
gin-status-api
Golang cpu, memory, gc, etc information api handler written in Go (Golang) for Gin framework
Usage
Downladn this package.
$ go get gopkg.in/appleboy/gin-status-api.v1
To import this package, add the following line to your code:
import "gopkg.in/appleboy/gin-status-api.v1"
Example
Please see example.
Response
Please read detail information.