mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-25 07:56:16 +00:00
10 lines
138 B
Go
10 lines
138 B
Go
// -*- mode: go -*-
|
|
|
|
package test
|
|
|
|
import "github.com/holiman/uint256"
|
|
|
|
type Test struct {
|
|
Int *uint256.Int
|
|
IntNoPtr uint256.Int
|
|
}
|