Skip to content

Commit

Permalink
Merge pull request #43 from haoxins/update-doc-link
Browse files Browse the repository at this point in the history
doc: update godoc link
  • Loading branch information
mwhooker committed Mar 6, 2021
2 parents 0d28cf6 + d51a231 commit 249b055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@
[![Go Documentation](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][godocs]

[travis]: https://travis-ci.org/hashicorp/go-multierror
[godocs]: https://godoc.org/github.com/hashicorp/go-multierror
[godocs]: https://pkg.go.dev/github.com/hashicorp/go-multierror

`go-multierror` is a package for Go that provides a mechanism for
representing a list of `error` values as a single `error`.
Expand All @@ -24,7 +24,7 @@ for introspecting on error values.
Install using `go get github.com/hashicorp/go-multierror`.

Full documentation is available at
http://godoc.org/github.com/hashicorp/go-multierror
https://pkg.go.dev/github.com/hashicorp/go-multierror

## Usage

Expand Down

0 comments on commit 249b055

Please sign in to comment.