Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ArtifactDirectory is a directory containing artifacts for the project and shouldn't be committed to source. ArtifactDirectory = ".artifacts" // PermissionUserReadWriteExecute is the permissions for the artifact directory. PermissionUserReadWriteExecute = 0o0700 // CacheDirectory is where the cache for the project is placed, ie artifacts that don't need to be rebuilt often. CacheDirectory = ".cache" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.