From 52f41f689fbb82dfa8650d4e7caf85a69cdc7483 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Sun, 3 Feb 2013 01:33:35 -0600 Subject: Rename pad function to indent. The name indent better describes the function. This also will help differentiate the function from planned functions that are intended to perform padding for the purposes of aligning fields, types, and values. --- spew/common_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spew/common_test.go') diff --git a/spew/common_test.go b/spew/common_test.go index 0f1715d..e999660 100644 --- a/spew/common_test.go +++ b/spew/common_test.go @@ -39,7 +39,7 @@ func (s *pstringer) String() string { } // xref1 and xref2 are cross referencing structs for testing circular reference -// detection. +// detection. type xref1 struct { ps2 *xref2 } -- cgit v1.2.3