mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-15 23:18:49 +00:00
Merge pull request #63 from DeBrosOfficial/nightly
feat: add Go build cache directory to setupDirectories function
This commit is contained in:
commit
685295551c
@ -680,7 +680,8 @@ func setupDirectories() {
|
|||||||
"/home/debros/bin",
|
"/home/debros/bin",
|
||||||
"/home/debros/src",
|
"/home/debros/src",
|
||||||
"/home/debros/.debros",
|
"/home/debros/.debros",
|
||||||
"/home/debros/go", // Go module cache directory
|
"/home/debros/go", // Go module cache directory
|
||||||
|
"/home/debros/.cache", // Go build cache directory
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, dir := range dirs {
|
for _, dir := range dirs {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user