pelletier / go-toml

Go library for the TOML file format
https://github.com/pelletier/go-toml
Other
1.69k stars 206 forks source link

Fix reflect.Pointer backward compatibility #813

Closed pelletier closed 2 years ago

pelletier commented 2 years ago

Though we don't officially support older versions of Go, this is an easy fix to unblock people.

Fixes #812