Update README.md

This commit is contained in:
vcaesar 2018-09-17 14:15:40 -04:00
parent 863b0f27c4
commit da6e29a777
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# gohook # gohook
[![CircleCI Status](https://circleci.com/gh/robotn/gohook.svg?style=shield)](https://circleci.com/gh/robotn/gohook)
![Appveyor](https://ci.appveyor.com/api/projects/status/github/robotn/gohook?branch=master&svg=true)
[![Go Report Card](https://goreportcard.com/badge/github.com/robotn/gohook)](https://goreportcard.com/report/github.com/robotn/gohook)
[![GoDoc](https://godoc.org/github.com/robotn/gohook?status.svg)](https://godoc.org/github.com/robotn/gohook)
<!-- This is a work in progress. --> <!-- This is a work in progress. -->
```Go ```Go
@ -8,7 +12,7 @@ package main
import ( import (
"fmt" "fmt"
"go-vgo/robotn/gohook" "github.com/robotn/gohook"
) )
func main() { func main() {