mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
00ef08b3dc
* Add cgo_symbolizer config * Add comment * use import block
9 lines
243 B
Go
9 lines
243 B
Go
package debug
|
|
|
|
import (
|
|
// Using this file with this imported library configures the process to
|
|
// expose cgo symbols when possible. Use --config=cgo_symbolizer to make use of
|
|
// this feature.
|
|
_ "github.com/ianlancetaylor/cgosymbolizer"
|
|
)
|