Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func AnalyzeFile(path string, filename string) (string, error) func Editor(process string) (string, bool) func IsIgnored(path, filename string) bool type ProjectInfo func Project(filePath, watcherPath string) (ProjectInfo, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func AnalyzeFile ¶ func AnalyzeFile(path string, filename string) (string, error) func Editor ¶ func Editor(process string) (string, bool) func IsIgnored ¶ func IsIgnored(path, filename string) bool Types ¶ type ProjectInfo ¶ type ProjectInfo struct { Id string Project string Git string Branch string FileName string FilePath string } func Project ¶ func Project(filePath, watcherPath string) (ProjectInfo, error) Source Files ¶ View all Source files editor.go editor_linux.go inspect.go repository.go Click to show internal directories. Click to hide internal directories.