golang 父类调用子类方法 继承多态的实现方式

Posted by 夏泽民

go 语言中,当子类调用父类方法时,“作用域”将进入父类的作用域,看不见子类的方法存在 我们可以通过参数将子类传递给父类,实现在父类中调用子类方法。



Speeding up json processing in go

Posted by 夏泽民

https://klotzandrew.com/blog/speeding-up-json-processing-in-go



typeAssert

Posted by 夏泽民

https://ieevee.com/tech/2017/07/29/go-type.html 如果某个函数的入参是interface{},有下面几种方式可以获取入参的方法:



sync.Mutex使用注意事项

Posted by 夏泽民

sync.Mutex的初始化注意事项



golang单例模式

Posted by 夏泽民

1、定义:单例对象的类必须保证只有一个实例存在,全局有唯一接口访问。



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required