Move mvdan.cc/sh to v3

This commit is contained in:
Daniele Rondina
2019-12-15 12:22:29 +01:00
parent d583fa8bf5
commit 47ba3c51cf
54 changed files with 3228 additions and 2146 deletions

8
vendor/golang.org/x/xerrors/internal/internal.go generated vendored Normal file
View File

@@ -0,0 +1,8 @@
// Copyright 2018 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 internal
// EnableTrace indicates whether stack information should be recorded in errors.
var EnableTrace = true