mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
Add missing imports
This commit is contained in:
parent
d971621e66
commit
168f63c2d5
1 changed files with 2 additions and 0 deletions
|
|
@ -3,7 +3,9 @@
|
|||
package commands
|
||||
|
||||
import (
|
||||
"os/exec"
|
||||
"runtime"
|
||||
"syscall"
|
||||
)
|
||||
|
||||
func getPlatform() *Platform {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue