diff --git a/pixiecore/cli/cli.go b/pixiecore/cli/cli.go index 02f87ba..fef8ad5 100644 --- a/pixiecore/cli/cli.go +++ b/pixiecore/cli/cli.go @@ -13,7 +13,7 @@ // limitations under the License. // Package cli implements the commandline interface for Pixiecore. -package cli +package cli // import "go.universe.tf/netboot/pixiecore/cli" import ( "fmt" diff --git a/pixiecore/pixiecore.go b/pixiecore/pixiecore.go index 6740a37..9ce1b5f 100644 --- a/pixiecore/pixiecore.go +++ b/pixiecore/pixiecore.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package pixiecore +package pixiecore // import "go.universe.tf/netboot/pixiecore" import ( "bytes"