blob: 3b3590bb3aa0bc40bbe4efab3712cd7ecd157e7b [file] [log] [blame]
package rt
import (
"veyron2/product"
)
// Product wraps the product.T interface so that we can add functions
// representing the Runtime
type Product struct{ product.T }
func (_ Product) RuntimeOpt() {}