We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4e9df commit 2f41105Copy full SHA for 2f41105
doc.go
@@ -5,7 +5,8 @@
5
// Package xerrors implements functions to manipulate errors.
6
//
7
// This package is based on the Go 2 proposal for error values:
8
-// https://golang.org/design/29934-error-values
+//
9
+// https://golang.org/design/29934-error-values
10
11
// These functions were incorporated into the standard library's errors package
12
// in Go 1.13:
wrap_113_test.go
@@ -2,7 +2,8 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
-//+build go1.13
+//go:build go1.13
+// +build go1.13
package xerrors_test
0 commit comments