feat: switch glide to govendor. (#186)

* feat: switch glide to govendor.

* fix: testing
This commit is contained in:
Bo-Yi Wu
2017-02-19 15:04:00 +08:00
committed by GitHub
parent 3f4485edf7
commit 23bd0d0c56
732 changed files with 252501 additions and 52 deletions

29
vendor/gopkg.in/appleboy/gin-status-api.v1/README.md generated vendored Normal file
View File

@@ -0,0 +1,29 @@
# gin-status-api
Golang cpu, memory, gc, etc information api handler written in Go (Golang) for [Gin](https://github.com/gin-gonic/gin) framework
[![GoDoc](https://godoc.org/github.com/appleboy/gin-status-api?status.svg)](https://godoc.org/github.com/appleboy/gin-status-api) [![Build Status](https://travis-ci.org/appleboy/gin-status-api.svg?branch=master)](https://travis-ci.org/appleboy/gin-status-api) [![Go Report Card](https://goreportcard.com/badge/github.com/appleboy/gin-status-api)](https://goreportcard.com/report/github.com/appleboy/gin-status-api) [![Coverage Status](https://coveralls.io/repos/github/appleboy/gin-status-api/badge.svg?branch=master)](https://coveralls.io/github/appleboy/gin-status-api?branch=master)
## Usage
Downladn this package.
```bash
$ go get gopkg.in/appleboy/gin-status-api.v1
```
To import this package, add the following line to your code:
```go
import "gopkg.in/appleboy/gin-status-api.v1"
```
## Example
Please see [example](example/server.go).
## Response
Please read [detail information](https://github.com/fukata/golang-stats-api-handler#toc3).
![response screenshot](screenshot/response.png)