diff --git a/common/marshal/marshal_darwin.go b/common/marshal/marshal_darwin.go new file mode 100644 index 000000000..04becb198 --- /dev/null +++ b/common/marshal/marshal_darwin.go @@ -0,0 +1,4 @@ +package marshal + +// Stub to make the compiler happy in darwin (i.e. avoid "no buildable Go source +// files in" error) diff --git a/probe/endpoint/procspy/proc.go b/probe/endpoint/procspy/proc_linux.go similarity index 100% rename from probe/endpoint/procspy/proc.go rename to probe/endpoint/procspy/proc_linux.go