File: README.md

package info (click to toggle)
golang-k8s-utils 0.0~git20250321.1f6e0b7-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 1,012 kB
  • sloc: sh: 245; makefile: 27
file content (5 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (12)
1
2
3
4
5
# Exec

This package provides an interface for `os/exec`. It makes it easier to mock
and replace in tests, especially with the [FakeExec](testing/fake_exec.go)
struct.