go-process/specs/api
Snider e9b85ae817 fix(pidfile): replace path.Dir with filepath.Dir for cross-platform compat
- pidfile.go: use filepath.Dir instead of POSIX-only path.Dir (line 55)
- pidfile.go: simplify redundant bytes/string conversions to strings.TrimSpace (lines 44, 105)
- docs/RFC.md: add language identifiers to four untyped fenced code blocks (MD040)
- specs/api/RFC.md: update NewProvider signature to 3-arg form matching implementation

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-07 08:59:29 +01:00
..
RFC.md fix(pidfile): replace path.Dir with filepath.Dir for cross-platform compat 2026-04-07 08:59:29 +01:00