mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
dotted names
R=rsc DELTA=28 (19 added, 0 deleted, 9 changed) OCL=32550 CL=32554
This commit is contained in:
parent
90e6656c51
commit
d9c914e985
3 changed files with 26 additions and 7 deletions
|
|
@ -33,8 +33,8 @@ const debugText =
|
|||
<th align=center>Method</th><th align=center>Calls</th>
|
||||
{.repeated section meth}
|
||||
<tr>
|
||||
<td align=left font=fixed>{name}({.section m}{argType}, {replyType}) os.Error</td>
|
||||
<td align=center>{numCalls}</td>{.end}
|
||||
<td align=left font=fixed>{name}({m.argType}, {m.replyType}) os.Error</td>
|
||||
<td align=center>{m.numCalls}</td>
|
||||
</tr>
|
||||
{.end}
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue