mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-27 03:59:01 +00:00
Merge pull request #5946 from dcantah/clarify-var
Runtime: Clarify mutability of global var
This commit is contained in:
commit
4ab9364aa6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user