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 9d4dcd3 commit 379b835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daemon/main_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 main

Expand Down

0 comments on commit 379b835

Please sign in to comment.