質問編集履歴
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -74,11 +74,11 @@
|
|
74
74
|
|
75
75
|
方法②
|
76
76
|
|
77
|
-
type interface
|
77
|
+
type interfaceC interface {
|
78
|
+
|
79
|
+
interfaceA
|
78
80
|
|
79
81
|
interfaceB
|
80
|
-
|
81
|
-
interfaceC
|
82
82
|
|
83
83
|
}
|
84
84
|
|