You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
The functions in event.go take slice pointer arguments, e.g. data *[]byte, instead of simply slices. That is pointless (pun intended) and non-idiomatic go.
Fixing this entails changing iovisor/gobpf, since the timestamp function signatures need to match the ones there.
The functions in event.go take slice pointer arguments, e.g.
data *[]byte
, instead of simply slices. That is pointless (pun intended) and non-idiomatic go.Fixing this entails changing iovisor/gobpf, since the timestamp function signatures need to match the ones there.
cc @alban
The text was updated successfully, but these errors were encountered: