Versions in this module Expand all Collapse all v1 v1.6.2 Dec 22, 2023 v1.6.1 Dec 8, 2023 v1.6.0 Dec 6, 2023 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