.github
alerting
client
config
controller
core
docs
examples
jsonpath
k8s
k8stest
metric
pattern
security
storage
util
vendor
cloud.google.com
github.com
go.etcd.io
golang.org
x
crypto
mod
net
oauth2
sys
term
text
time
tools
xerrors
internal
internal.go
LICENSE
PATENTS
README
adaptor.go
codereview.cfg
doc.go
errors.go
fmt.go
format.go
frame.go
go.mod
wrap.go
google.golang.org
gopkg.in
k8s.io
lukechampine.com
modernc.org
sigs.k8s.io
modules.txt
watchdog
web
.dockerignore
.gitattributes
.gitignore
Dockerfile
LICENSE.md
Makefile
README.md
config.yaml
go.mod
go.sum
main.go
9 lines
282 B
Go
9 lines
282 B
Go
// 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
|