mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 04:57:17 +00:00
9 lines
98 B
Go
9 lines
98 B
Go
|
//go:build debug
|
||
|
// +build debug
|
||
|
|
||
|
package debug
|
||
|
|
||
|
import (
|
||
|
_ "github.com/benesch/cgosymbolizer"
|
||
|
)
|