7 lines
274 B
Go
7 lines
274 B
Go
|
// Package zcltest contains utilities that aim to make it more convenient
|
||
|
// to write tests of code that interacts with the zcl API.
|
||
|
//
|
||
|
// This package is intended for use only in test code. It is optimized for
|
||
|
// convenience of use over all other concerns.
|
||
|
package zcltest
|