mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
update go code tree to new func rules.
R=r DELTA=367 (111 added, 59 deleted, 197 changed) OCL=23957 CL=23960
This commit is contained in:
parent
b59dbd7fe0
commit
4cf7711568
24 changed files with 169 additions and 121 deletions
|
|
@ -71,7 +71,7 @@ func (t *T) Fatalf(format string, args ...) {
|
|||
|
||||
type Test struct {
|
||||
Name string;
|
||||
F *(*T);
|
||||
F func(*T);
|
||||
}
|
||||
|
||||
func tRunner(t *T, test *Test) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue