Skip to content

Commit 2f41105

Browse files
committed
all: gofmt
Gofmt to update doc comments to the new formatting. For golang/go#51082. Change-Id: I554ad01aa12e84301e44e15c3dc04f82c7244efb Reviewed-on: https://go-review.googlesource.com/c/xerrors/+/399609 Run-TryBot: Russ Cox <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent cd4e9df commit 2f41105

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
// Package xerrors implements functions to manipulate errors.
66
//
77
// This package is based on the Go 2 proposal for error values:
8-
// https://golang.org/design/29934-error-values
8+
//
9+
// https://golang.org/design/29934-error-values
910
//
1011
// These functions were incorporated into the standard library's errors package
1112
// in Go 1.13:

wrap_113_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//+build go1.13
5+
//go:build go1.13
6+
// +build go1.13
67

78
package xerrors_test
89

0 commit comments

Comments
 (0)