mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-05 09:14:28 +00:00
3e71997290
* add time pkg * Go fmt
8 lines
114 B
Go
8 lines
114 B
Go
package testing
|
|
|
|
import (
|
|
"github.com/prysmaticlabs/prysm/time/slots"
|
|
)
|
|
|
|
var _ slots.Ticker = (*MockTicker)(nil)
|