MCPcopy
hub / github.com/passteque/gluetun / removeFile

Function removeFile

internal/openvpn/extract/helpers_test.go:10–14  ·  view source on GitHub ↗
(t *testing.T, filename string)

Source from the content-addressed store, hash-verified

8)
9
10func removeFile(t *testing.T, filename string) {
11 t.Helper()
12 err := os.RemoveAll(filename)
13 require.NoError(t, err)
14}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected