goversion1.6.go 253 B

123456789101112
  1. // Copyright 2016 Marc-Antoine Ruel. All rights reserved.
  2. // Use of this source code is governed under the Apache License, Version 2.0
  3. // that can be found in the LICENSE file.
  4. // +build go1.6
  5. package internal
  6. const (
  7. showGOTRACEBACKBanner = true
  8. )