zclparse: actually be called zclparse

The package name was missed when this was reorganized out into a top-level
package, from ./zcl/parser where it had been previously.
This commit is contained in:
Martin Atkins 2017-05-23 08:06:44 -07:00
parent e957bff8de
commit a5640a0948

View File

@ -1,4 +1,4 @@
package parser
package zclparse
import (
"github.com/apparentlymart/go-zcl/zcl"