goversion1.go 271 B

12345678910111213
  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.1
  5. // +build !go1.6
  6. package internal
  7. const (
  8. showGOTRACEBACKBanner = false
  9. )