elliotchance / pie

🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.
https://pkg.go.dev/github.com/elliotchance/pie/v2
MIT License
1.96k stars 91 forks source link

header // Code generated .* DO NOT EDIT #166

Closed jerome-laforge closed 3 years ago

jerome-laforge commented 3 years ago

According to https://golang.org/pkg/cmd/go/internal/generate/, it will be great if the pie add this header below at the beginning of the generated file:

// Code generated by something_pie.go; DO NOT EDIT.
jerome-laforge commented 3 years ago

Duplicate #148