修改2.5小节中method语法
@@ -36,7 +36,7 @@
method的语法如下:
func (ReceiverType r) funcName(parameters) (results)
func (r ReceiverType) funcName(parameters) (results)
下面我们用最开始的例子用method来实现:
The note is not visible to the blocked user.