Re: [go-nuts] filtering out machine generated Go library files

2020-01-22 Thread Ian Lance Taylor
On Wed, Jan 22, 2020 at 5:14 PM Ray Pereda wrote: > > Is there a way to programmatically identify Go Standard Library source files > that are machine-generated files? > > For example, consider this file: rewriteRISCV64.go That is a long file that > doesn't represent programmer-written code. >

[go-nuts] filtering out machine generated Go library files

2020-01-22 Thread Ray Pereda
Is there a way to programmatically identify Go Standard Library source files that are machine-generated files? For example, consider this file: rewriteRISCV64.go That