Versions in this module Expand all Collapse all v0 v0.0.1 Jan 7, 2023 Changes in this version + var ErrProjectRootDirectoryUnknown = errors.New("project root directory is unknown") + func GetExecutableRootDirectory() (string, error) + func GetRootDirectory() (string, error) + func GetRootFilePath(filename string) (string, error) + func GetSourceCodeRootDirectory() (string, error) + func ReadRootFile(filename string) ([]byte, error)