github.com/thediveo/gons@v0.9.9/reexec/internal/testsupport/doc.go (about) 1 /* 2 Package testsupport is an internal package designed to break import cycles 3 between gons/reexec and gons/reexec/testing: it allows passing information 4 about coverage profile data files and their locations forth and back between 5 the two packages when an application using gons/reexec is under test. And it 6 allows invoking gons/reexec's CheckAction() for triggering a registered action 7 during re-execution. 8 */ 9 package testsupport