Versions in this module Expand all Collapse all v1 v1.9.2 Jan 5, 2026 v1.8.5 Oct 29, 2025 v1.7.3 Jan 14, 2025 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