Olaoluwa Osuntokun 78e0e5ac5d
tlv: add new Zero method on RecordT
In this commit, we add a new `Zero` method for the `RecordT` type. This
method allows a caller to create the zero record for a type without
needing to reference the actual TLV type.

With this we go from this:
```go
sig1 := tlv.ZeroRecordT[tlv.TlvType1, Sig]()
```

To this:
```
sig1 := c.CloserNoClosee.Zero()
```
2024-02-02 17:31:06 -08:00
..
2023-10-16 14:21:25 +01:00
2023-12-12 17:47:10 -08:00
2023-12-12 17:47:10 -08:00
2023-10-16 14:21:25 +01:00
2023-11-13 11:30:17 -06:00
2023-10-16 14:21:25 +01:00
2023-11-13 11:30:17 -06:00