mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-25 08:31: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
|
package commands
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"os/exec"
|
||||||
"runtime"
|
"runtime"
|
||||||
|
"syscall"
|
||||||
)
|
)
|
||||||
|
|
||||||
func getPlatform() *Platform {
|
func getPlatform() *Platform {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue