Add missing imports

This commit is contained in:
Dawid Dziurla 2019-11-11 12:01:08 +01:00
parent d971621e66
commit 168f63c2d5
No known key found for this signature in database
GPG key ID: 7B6D8368172E9B0B

View file

@ -3,7 +3,9 @@
package commands
import (
"os/exec"
"runtime"
"syscall"
)
func getPlatform() *Platform {