diff options
Diffstat (limited to 'container/dispatcher.go')
| -rw-r--r-- | container/dispatcher.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/container/dispatcher.go b/container/dispatcher.go index 7231d56d..23786b5b 100644 --- a/container/dispatcher.go +++ b/container/dispatcher.go @@ -21,7 +21,8 @@ type osFile interface { fs.File } -// syscallDispatcher provides methods that make state-dependent system calls as part of their behaviour. +// syscallDispatcher provides methods that make state-dependent system calls as +// part of their behaviour. type syscallDispatcher interface { // new starts a goroutine with a new instance of syscallDispatcher. // A syscallDispatcher must never be used in any goroutine other than the one owning it, |
