shurcooL / graphql

Package graphql provides a GraphQL client implementation.
MIT License
704 stars 280 forks source link

Replace interface{} with any #109

Closed alexandear closed 1 year ago

alexandear commented 1 year ago

This PR replaces interface{} with any by running the command gofmt -w -r 'interface{} -> any' .

Since go.mod contains go 1.19 we can safely do this change. Because the minimum supported version is Go 1.19.