blob: d97f08574e8ff810bbbf9c4ff8c945d7926549fa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package errors implements functions to manipulate errors.
//
// This package expands "errors" with stack traces and explicit error
// wrapping.
package errors
|