]> Cypherpunks repositories - gostls13.git/commit
fix interface not satisifed message:
authorRuss Cox <rsc@golang.org>
Wed, 4 Feb 2009 18:37:11 +0000 (10:37 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 4 Feb 2009 18:37:11 +0000 (10:37 -0800)
commit360f0aacee0a519ca0e04592c94f463fdda7800a
tree6cc330e66a5108f233a8beb6f222665cc5f829ae
parentc048ee21ada70be4c0085edfce01da27ac41c272
fix interface not satisifed message:

x.go:13: T is not I - missing M()

NOT
x.go:13: T is not I - missing Mfunc()

R=ken
OCL=24316
CL=24316
src/cmd/gc/subr.c