Documentation ¶
Overview ¶
Package cgosymbolizer contains runtime support for code generated by the cgo tool. See the documentation for the cgo command for details on using cgo.
Package cgosymbolizer provides a cgo symbolizer based on libbacktrace. This will be used to provide a symbolic backtrace of cgo functions. This package does not export any symbols. To use it, add a line like
import _ "github.com/ianlancetaylor/cgosymbolizer"
somewhere in your program.
Click to show internal directories.
Click to hide internal directories.