2013-11-06 20:49:01 +01:00
|
|
|
// Copyright 2013 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 testing
|
|
|
|
|
2019-09-06 20:12:46 +02:00
|
|
|
var PrettyPrint = prettyPrint
|