Skip to content

Commit

Permalink
Publish internal/ociwclayer as pkg/ociwclayer
Browse files Browse the repository at this point in the history
Before microsoft#173, this was exposed as oci/wclayer, but there are already a
few things named 'wclayer' in this project, and they all mean different
things.

See eb0cc25

Signed-off-by: Paul "TBBle" Hampson <[email protected]>
  • Loading branch information
TBBle committed Jan 10, 2021
1 parent 96d33e9 commit 0693eb0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/wclayer/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

winio "github.com/Microsoft/go-winio"
"github.com/Microsoft/hcsshim/internal/appargs"
"github.com/Microsoft/hcsshim/internal/ociwclayer"
"github.com/Microsoft/hcsshim/pkg/ociwclayer"
"github.com/urfave/cli"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/wclayer/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/Microsoft/go-winio"
"github.com/Microsoft/hcsshim/internal/appargs"
"github.com/Microsoft/hcsshim/internal/ociwclayer"
"github.com/Microsoft/hcsshim/pkg/ociwclayer"
"github.com/urfave/cli"
)

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0693eb0

Please sign in to comment.