Skip to content

Commit

Permalink
pkg/utils: fix compilation error for Windows
Browse files Browse the repository at this point in the history
Fix issue 246

Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Nov 24, 2023
1 parent 80a0455 commit c0a7a29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/utils/du_unix.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build !windows

/*
Copyright The Accelerated Container Image Authors
Expand Down

0 comments on commit c0a7a29

Please sign in to comment.