molecule-cli/cmd/molecule
Molecule AI SDK-Dev 6d1bcc007f fix(cli): add missing runtime import to test file
go vet reports: cmd/molecule/molecule_test.go:209:11: undefined: runtime

runtime.GOEXE is used in mol() to find the Go binary for building the
test binary. The runtime package was referenced but not imported.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 19:02:08 +00:00
..
main.go feat: implement full CLI command tree 2026-04-21 01:18:24 +00:00
molecule_test.go fix(cli): add missing runtime import to test file 2026-04-22 19:02:08 +00:00