enhance implementation
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-24 15:50:03 +11:00
parent ebf1d2aef3
commit 49e60f7843
23 changed files with 620 additions and 197 deletions

View File

@@ -30,6 +30,7 @@ func GetFilePath(path string) string {
}
binaryPath := filepath.Dir(ex)
path = filepath.Join(binaryPath, path)
slog.Info("Found file", "path", path)
}
return path
}