local_value.go 117 bytes
package addrs

// LocalValue is the address of a local value.
type LocalValue struct {
	referenceable
	Name string
}