Versions in this module Expand all Collapse all v2 v2.6.9 Nov 11, 2024 v2.6.8 Nov 11, 2024 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 v2.6.7 Jul 12, 2024 Other modules containing this package github.com/SinTod/goctl