Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
KnicKnic committed Jul 3, 2019
1 parent bf74fb4 commit 70e2af0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion chelpers.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package powershell

// "bitbucket.org/creachadair/shell"
import (
"unsafe"

Expand Down
2 changes: 0 additions & 2 deletions hostcommand.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package powershell

// "bitbucket.org/creachadair/shell"

/*
#cgo CFLAGS: -I.
Expand Down
2 changes: 0 additions & 2 deletions runspace.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package powershell

// "bitbucket.org/creachadair/shell"

/*
#cgo CFLAGS: -I.
Expand Down
1 change: 0 additions & 1 deletion tests/a_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package tests

// "bitbucket.org/creachadair/shell"
import (
"fmt"
powershell "github.com/KnicKnic/go-powershell"
Expand Down

0 comments on commit 70e2af0

Please sign in to comment.