mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-08 03:31:20 +00:00
9 lines
114 B
Go
9 lines
114 B
Go
|
package trie
|
||
|
|
||
|
import (
|
||
|
checker "gopkg.in/check.v1"
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func Test(t *testing.T) { checker.TestingT(t) }
|