Thomas Pelletier

Results 64 comments of Thomas Pelletier

Hi! The `tom.TextUnmarshaler` interface is only used when unmarshaling from a TOML string -- in your case it's an inline table. For example https://go.dev/play/p/oRPNRcnL5K- I think what you want is...

Which version of go are you using?

Can you confirm the go 1.22 being used? The mention of GOROOT and the message `note: imported by a module that requires go 1.21` makes me believe a different version...

I'm not sure what's going on. I would need a reproducible example to investigate further.