go/ast.GoStmt.Go (field)

6 uses

	go/ast (current package)
		ast.go#L654: 		Go   token.Pos // position of "go" keyword
		ast.go#L763: func (s *GoStmt) Pos() token.Pos         { return s.Go }

	go/parser
		parser.go#L1771: 	return &ast.GoStmt{Go: pos, Call: call}

	golang.org/x/pkgsite/internal/godoc
		encode_ast.gen.go#L1753: 	if x.Go != 0 {
		encode_ast.gen.go#L1755: 		e.EncodeInt(int64(x.Go))
		encode_ast.gen.go#L1782: 			x.Go = token.Pos(d.DecodeInt())