//
pkg.gl
Category
github.com/shurcooL/go
generated
package
0.0.0-20230706063926-5fe729b41b3a
Repository:
https://github.com/shurcool/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
11 SLOC
#
Functions
Parse
Parse parses the source code of a single Go source file provided via src, and reports whether the file contains a "// Code generated ..
ParseFile
ParseFile opens the file specified by filename and uses Parse to parse it.