go/ast.ImportSpec.Pos (method)

2 uses

	go/ast (current package)
		ast.go#L909: func (s *ImportSpec) Pos() token.Pos {

	go/build
		read.go#L438: 			info.imports = append(info.imports, fileImport{path, spec.Pos(), doc})