stretchr / objx

Go package for dealing with maps, slices, JSON and other data.
MIT License
687 stars 75 forks source link

gofmt 1.20 #139

Closed dolmen closed 11 months ago

dolmen commented 1 year ago

Summary

Reformat all Go files (and source templates for generated code) using Go 1.20: gofmt -l -s -w *.go

Checklist

Note: task lint should be improved to be able to report such issue.

dolmen commented 1 year ago

@hanzei