8 lines
72 B
Go
8 lines
72 B
Go
package util
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestUint256(t *testing.T) {
|
|
}
|