Documentation ¶ Index ¶ func CopyThruSerialization(t *testing.T, dst, src interface{ ... }) func Range(n int, startingPoints ...int) []int Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func CopyThruSerialization ¶ func CopyThruSerialization(t *testing.T, dst, src interface { io.ReaderFrom io.WriterTo }) func Range ¶ func Range(n int, startingPoints ...int) []int Range (n, startingPoints...) = [startingPoints[0], startingPoints[0]+1, ..., startingPoints[0]+n-1, startingPoints[1], startingPoints[1]+1, ...,] or [0, 1, ..., n-1] if startingPoints is empty Types ¶ This section is empty. Source Files ¶ View all Source files test_utils.go Click to show internal directories. Click to hide internal directories.