qmuntal / gltf

Go library for encoding glTF 2.0 files
https://www.khronos.org/gltf/
BSD 2-Clause "Simplified" License
241 stars 32 forks source link

Rewrite interface{} to any #78

Closed qmuntal closed 7 months ago

qmuntal commented 7 months ago

Using any instead of interface{} makes the code cleaner.

Command: gofmt -w -r "interface{} -> any" .