mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 15:34:28 +01:00
Merge pull request #5946 from dcantah/clarify-var
Runtime: Clarify mutability of global var
This commit is contained in:
@@ -19,6 +19,7 @@ import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// Mutable and not constant so we can mock in tests
|
||||
var urandomDev = "/dev/urandom"
|
||||
|
||||
// VM is abstraction of a virtual machine.
|
||||
|
||||
Reference in New Issue
Block a user