Versions in this module Expand all Collapse all v1 v1.1.1 Apr 29, 2026 v1.0.0 Apr 29, 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