Skip to content

Commit

Permalink
Add missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Nov 11, 2019
1 parent d971621 commit 168f63c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/commands/os_default_platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
package commands

import (
"os/exec"
"runtime"
"syscall"
)

func getPlatform() *Platform {
Expand Down

0 comments on commit 168f63c

Please sign in to comment.