Versions in this module Expand all Collapse all v1 v1.10.1 Mar 20, 2026 Changes in this version + var ErrImportCycleNotAllowed = errors.New("import cycle not allowed") + type ImportStack []string + func New() *ImportStack + func (s *ImportStack) List() []string + func (s *ImportStack) Pop() + func (s *ImportStack) Push(p string) error v1.10.0-cztctl.1 Mar 20, 2026