Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DetermineProjectName ¶
func GoModRootPath ¶
GoModRootPath in case of any directory or file of the project will return root dir of the project where go.mod file is exist
Types ¶
type PathIsNotSetError ¶
type PathIsNotSetError struct{}
PathIsNotSetError will appear if any directory or file is not set for searching go.mod
func (*PathIsNotSetError) Error ¶
func (e *PathIsNotSetError) Error() string
type UndefinedModuleError ¶
type UndefinedModuleError struct{}
UndefinedModuleError will appear on absent go.mod
func (*UndefinedModuleError) Error ¶
func (e *UndefinedModuleError) Error() string
Click to show internal directories.
Click to hide internal directories.