Skip to content

Commit

Permalink
Removes CGO
Browse files Browse the repository at this point in the history
Signed-off-by: Saahil Bhavsar <[email protected]>
  • Loading branch information
SaahilNotSahil committed Jun 7, 2024
1 parent 0eb457c commit 9d4dcd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cli/daemon_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build linux || (darwin && cgo)
// +build linux darwin,cgo
//go:build linux || darwin
// +build linux darwin

package cli

Expand Down

0 comments on commit 9d4dcd3

Please sign in to comment.