Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Path is SRCLIBPATH, a colon-separated list of directories that lists // places to look for srclib toolchains and cache build data. It is // initialized from the SRCLIBPATH environment variable; if empty, it // defaults to $HOME/.srclib. Path = os.Getenv("SRCLIBPATH") // CacheDir stores cached build results. It is initialized from the // SRCLIBCACHE environment variable; if empty, it defaults to DIR/.cache, // where DIR is the first entry in Path (SRCLIBPATH). CacheDir = os.Getenv("SRCLIBCACHE") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
cmd
|
|
Package dep defines an interface for listing raw dependencies and resolving them, and registering handlers to perform these tasks.
|
Package dep defines an interface for listing raw dependencies and resolving them, and registering handlers to perform these tasks. |
TODO(sqs): remove this file
|
TODO(sqs): remove this file |
Package unit provides a source unit abstraction over distribution packages in various languages.
|
Package unit provides a source unit abstraction over distribution packages in various languages. |
Click to show internal directories.
Click to hide internal directories.