12 lines
253 B
Go
12 lines
253 B
Go
|
// Copyright 2016 Marc-Antoine Ruel. All rights reserved.
|
||
|
// Use of this source code is governed under the Apache License, Version 2.0
|
||
|
// that can be found in the LICENSE file.
|
||
|
|
||
|
// +build go1.6
|
||
|
|
||
|
package internal
|
||
|
|
||
|
const (
|
||
|
showGOTRACEBACKBanner = true
|
||
|
)
|