gotools/cmd/gotype/gotype.go

var testFiles

var xtestFiles

var allErrors

var verbose

var compiler

var printAST

var printTrace

var parseComments

var fset

var errorCount

var sequential

var parserMode

func initParserMode() {}

const usageString

func usage() {}

func report(err error) {}

// parse may be called concurrently
func parse(filename string, src interface{}

func parseStdin() (*ast.File, error) {}

func parseFiles(dir string, filenames []string) ([]*ast.File, error) {}

func parseDir(dir string) ([]*ast.File, error) {}

func getPkgFiles(args []string) ([]*ast.File, error) {}

func checkPkgFiles(files []*ast.File) {}

func printStats(d time.Duration) {}

func main() {}