From 47067bcf85395679dfa1b37c690aa8847f01c35d Mon Sep 17 00:00:00 2001 From: Jayson Wang Date: Tue, 1 Mar 2022 13:58:38 +0800 Subject: [PATCH] update reference badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bf2bb4..7576e40 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # go-signal -[![GoDoc](https://godoc.org/github.com/wjiec/go-signal?status.svg)](https://godoc.org/github.com/wjiec/go-signal) +[![Go Reference](https://pkg.go.dev/badge/github.com/wjiec/go-signal.svg)](https://pkg.go.dev/github.com/wjiec/go-signal) [![Go Report Card](https://goreportcard.com/badge/github.com/wjiec/go-signal)](https://goreportcard.com/report/github.com/wjiec/go-signal) Package signal provides simple, semantic manipulation of the operating system's signal processing.