Skip to content

Commit 03f7fa4

Browse files
Update link to naming conventions
The wiki on errors in go has moved to go.dev, so repoint the link there instead.
1 parent f70f7d8 commit 03f7fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ errname ./...
1818

1919
## Motivation
2020

21-
[The convention](https://github.com/golang/go/wiki/Errors#naming) states that
21+
[The convention](https://go.dev/wiki/Errors#naming) states that
2222
> Error types end in "Error" and error variables start with "Err" or "err".
2323
2424
This can be found in the standard Go library:

0 commit comments

Comments
 (0)