segmentio / golines

A golang formatter that fixes long lines
MIT License
907 stars 56 forks source link

Update dave/dst dependency to latest version #68

Closed yolken closed 2 years ago

yolken commented 2 years ago

Description

This change updates the version of dave/dst used by golines to the latest one (v0.27.0). The new version includes https://github.com/dave/dst/pull/66, which adds generics support to the former library.

Testing

Testing completed via adding a new fixture and verifying that the output includes the generic type parameters.