libcompose icon indicating copy to clipboard operation
libcompose copied to clipboard

Fix ability to use go test ./...

Open CpuID opened this issue 6 years ago • 0 comments

Fix ability to use go test ./..., by changing the file suffix for the schema template (which is actually part of a different package)

Some tests fail (mostly in integration), which I assume work via make test? At least having go test ./... gives you a high level of all sub-packages whats good vs not.

Avoids the error:

can't load package: package github.com/docker/libcompose/hack: found packages main (inline_schema.go) and config (schema_template.go) in /home/nathan/git/cpuid/libcompose/hack

CpuID avatar Aug 14 '19 00:08 CpuID