Existing solutions like openssl-tracer and sslsniff work by intercepting calls to shared libraries like openssl and nss.
But Go has its own SSL library, so those solutions do not work for programs written in Go. How can I intercept calls from Go programs to its own SSL library?