updated changelog

This commit is contained in:
Gani Georgiev
2025-09-06 21:40:59 +03:00
parent eda90d4555
commit 546ea248df
2 changed files with 3 additions and 4 deletions
+1 -2
View File
@@ -7,8 +7,7 @@ import (
var runDirs = []string{os.TempDir(), cacheDir()}
// IsProbablyGoRun loosely checks if the current executable is running
// as a result of "go run".
// IsProbablyGoRun loosely checks if the current program was started with "go run".
func IsProbablyGoRun() bool {
for _, dir := range runDirs {
if dir != "" && strings.HasPrefix(os.Args[0], dir) {