Re: [go-nuts] comment in test/ken/slicearray.go

2021-12-04 Thread Ian Lance Taylor
On Sat, Dec 4, 2021 at 2:46 PM arthurwil...@gmail.com wrote: > > this should probably be updated to width 8: > // width 4 (float64) > https://cs.opensource.google/go/go/+/master:test/ken/slicearray.go;l=92#:~:text=91-,92,-93 Thanks, sent https://golang.org/cl/369374. Ian -- You received this

[go-nuts] comment in test/ken/slicearray.go

2021-12-04 Thread arthurwil...@gmail.com
this should probably be updated to width 8: // width 4 (float64) https://cs.opensource.google/go/go/+/master:test/ken/slicearray.go;l=92#:~:text=91-,92,-93 -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop

[go-nuts] allow to use fieldaligment with own golang code

2021-12-04 Thread Vasiliy Tolstov
I want to use fieldaligment in own code (mostly i want to align automatic struct fields in generated code). Also i want to reformat generated protobuf code via own tool. I can run fieldaligment.Analyzer but can't set -fix flag because it provided in internal package