Skip to content

Commit

Permalink
Wrong package name in linux and windows files - silly gogland
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansteele committed Sep 8, 2017
1 parent 965fdce commit 8db2b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/exec_linux.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package common

import (
"os"
Expand Down
2 changes: 1 addition & 1 deletion common/exec_windows.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package main
package common

import (
"os/exec"
Expand Down

0 comments on commit 8db2b35

Please sign in to comment.