// ExampleRead uses gcexportdata.Read to load type information for the // "fmt" package from the fmt.a file produced by the gc compiler. func ExampleRead() { … } // ExampleNewImporter demonstrates usage of NewImporter to provide type // information for dependencies when type-checking Go source code. func ExampleNewImporter() { … } func slashify(posn token.Position) token.Position { … }