pelletier / go-toml

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

Use PtrTo to not require Go 1.18 #874

Closed pelletier closed 1 year ago

pelletier commented 1 year ago

As mentioned in https://github.com/pelletier/go-toml/pull/860#issuecomment-1559758970.

PtrTo is the old (pre 1.18) spelling of PointerTo. No need to bump Go support for that.