File: README.md

package info (click to toggle)
golang-k8s-utils 0.0~git20251002.bc988d5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,088 kB
  • sloc: sh: 245; makefile: 25
file content (5 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (13)
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.