0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-10-22 23:30:39 +00:00
wp-plugin-go/trace
Robert Kaussow 6be7f2b898
refactor: rework plugin cmd (#82)
BREAKING CHANGE: `types.Cmd` was moved to `exec.Cmd` and the `Private` field from the struct was removed. The filed `Trace` is now a bool field instead of a bool pointer, and the helper method `SetTrace` was also removed.

BREAKING CHANGE: The method `trace.Cmd` was removed, please use the `Trace` field of `exec.Cmd`.
2024-05-17 09:39:33 +02:00
..
http.go refactor: rework plugin cmd (#82) 2024-05-17 09:39:33 +02:00