mirror of
https://github.com/robotn/gohook.git
synced 2024-11-22 11:36:47 +08:00
Update README.md
This commit is contained in:
parent
863b0f27c4
commit
da6e29a777
@ -1,5 +1,9 @@
|
||||
# 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. -->
|
||||
|
||||
```Go
|
||||
@ -8,7 +12,7 @@ package main
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"go-vgo/robotn/gohook"
|
||||
"github.com/robotn/gohook"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Loading…
Reference in New Issue
Block a user