hcl/hcltest/doc.go
Martin Atkins 0dc3a6015c Rename the ancillary packages from "zcl" to "hcl".
The main "zcl" package requires a bit more care because of how many
callers it has and because of its two subpackages, so we'll take care
of that one separately.
2017-09-11 16:00:31 -07:00

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 hcltest