github.com/prysmaticlabs/prysm@v1.4.4/shared/debug/cgo_symbolizer.go (about)

     1  // +build cgosymbolizer_enabled
     2  
     3  package debug
     4  
     5  import (
     6  	// Using this file with this imported library configures the process to
     7  	// expose cgo symbols when possible. Use --config=cgo_symbolizer to make use of
     8  	// this feature.
     9  	_ "github.com/ianlancetaylor/cgosymbolizer"
    10  )