We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b17aa9 commit fd95c9aCopy full SHA for fd95c9a
godemonInfo/changes.go
@@ -6,6 +6,7 @@ import (
6
)
7
8
func LogChanges() {
9
+
10
godemonPath := os.Getenv("GODEMON")
11
path := godemonPath + "/CHANGELOGS/Changes.txt"
12
cmd := exec.Command("cat", path)
0 commit comments