Documentation ¶
Overview ¶
Package depfile loads a file of tagged key value pairs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Parse ¶
Parse parses the contents of r into a tagged key value map. If successful Parse returns a map[string]map[string]string. The format of the line is
name key=value [key=value]...
Elements can be separated by whitespace (space and tab). Lines that do not begin with a letter or number are ignored. This provides a simple mechanism for commentary
# some comment github.com/pkg/profile version=0.1.0 ; some other comment // third kind of comment lines starting with blank lines are also ignored github.com/pkg/sftp version=0.2.1
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.