| 4395 | } |
| 4396 | |
| 4397 | type CustomUnmarshalerKey struct { |
| 4398 | A int64 |
| 4399 | } |
| 4400 | |
| 4401 | func (k *CustomUnmarshalerKey) UnmarshalTOML(data []byte) error { |
| 4402 | item, err := strconv.ParseInt(string(data), 10, 64) |
nothing calls this directly
no outgoing calls
no test coverage detected