ffa8007e91
Align RLP implementation with upstream geth Remove geth import Update plugeth-utils version Strip out ethereum import Add omitted file
11 lines
138 B
Go
11 lines
138 B
Go
// -*- mode: go -*-
|
|
|
|
package test
|
|
|
|
import "github.com/holiman/uint256"
|
|
|
|
type Test struct {
|
|
Int *uint256.Int
|
|
IntNoPtr uint256.Int
|
|
}
|