Documentation ¶ Overview ¶ Package io for Default Loader Index ¶ func ReadDir(dir string) ([]string, error) func WriteGraph(fileName string, info goversion.Info, graph *gen.Graph) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadDir ¶ func ReadDir(dir string) ([]string, error) ReadDir returns a list of Go files in the specified directory excluding "_test.go" and "_default.go". It takes a string parameter `file` representing the directory path and returns a slice of strings and an error. func WriteGraph ¶ func WriteGraph(fileName string, info goversion.Info, graph *gen.Graph) error WriteGraph write file to fileName with graph Types ¶ This section is empty. Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.