mirror of
https://github.com/rancher/os.git
synced 2025-09-12 13:17:17 +00:00
Fix golint errors
This commit is contained in:
@@ -17,9 +17,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
running bool = true
|
||||
processes map[int]*os.Process = map[int]*os.Process{}
|
||||
processLock = sync.Mutex{}
|
||||
running = true
|
||||
processes = map[int]*os.Process{}
|
||||
processLock = sync.Mutex{}
|
||||
)
|
||||
|
||||
func Main() {
|
||||
|
Reference in New Issue
Block a user