Skip to content

chore: rename import path, fix gid bug, fix license #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jan 19, 2022

Conversation

deansheather
Copy link
Member

  • Rename import path from cdr.dev/exectrace to github.com/coder/exectrace as per @kylecarbs' suggestion
  • Fix a bit shift bug that would cause the GID to always be 0, it is now the correct value
  • Attempt to fix the LICENSE files so that pkg.go.dev can scan them properly
  • Add a small example program to the README as per @kylecarbs' suggestion
  • Add UID and GID logging to the fully featured program

README.md Outdated
You can look at the example program [exectrace](./cmd/exectrace/main.go) for a
comprehensive program using this library.
exectrace exposes a minimal API surface. Call `exectrace.New(nil)` and then
you can start `tracer.Read()`ing events from the returned `Tracer`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd remove the tracer.Read()ing events in favor of reading. A bit cleaner.

Co-authored-by: Kyle Carberry
@deansheather deansheather merged commit 78e0433 into main Jan 19, 2022
@deansheather deansheather deleted the rename-import-path branch January 19, 2022 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants