From 70e2af05f22bf1d8759e0f0e419e134f4924a120 Mon Sep 17 00:00:00 2001 From: KnicKnic Date: Wed, 3 Jul 2019 08:53:52 -0700 Subject: [PATCH] comment cleanup --- chelpers.go | 1 - hostcommand.go | 2 -- runspace.go | 2 -- tests/a_test.go | 1 - 4 files changed, 6 deletions(-) diff --git a/chelpers.go b/chelpers.go index 1560fdb..49efd1d 100644 --- a/chelpers.go +++ b/chelpers.go @@ -1,6 +1,5 @@ package powershell -// "bitbucket.org/creachadair/shell" import ( "unsafe" diff --git a/hostcommand.go b/hostcommand.go index 89f7ccb..37de9c0 100644 --- a/hostcommand.go +++ b/hostcommand.go @@ -1,7 +1,5 @@ package powershell -// "bitbucket.org/creachadair/shell" - /* #cgo CFLAGS: -I. diff --git a/runspace.go b/runspace.go index fcdd782..9647e8e 100644 --- a/runspace.go +++ b/runspace.go @@ -1,7 +1,5 @@ package powershell -// "bitbucket.org/creachadair/shell" - /* #cgo CFLAGS: -I. diff --git a/tests/a_test.go b/tests/a_test.go index 20dccfe..e350959 100644 --- a/tests/a_test.go +++ b/tests/a_test.go @@ -1,6 +1,5 @@ package tests -// "bitbucket.org/creachadair/shell" import ( "fmt" powershell "github.com/KnicKnic/go-powershell"