A syscall trace app in go. You can think of it as a very basic "strace" implementation in go.
See libtrace
go get github.com/jfrabaute/gotrace
gotrace <app_to_run> [args...]
ex:
gotrace sleep 2
gotrace is using the libtrace library.
gotrace is licensed under the MIT License. See LICENSE for full license text.