[go-nuts] Feature request: override function of exists functions

2017-09-07 Thread zixu mo
In other Object Orient language, Override the exists function will be very easy. But in golang. we can not easy override . for example: I want to use the google/martian package. https://github.com/google/martian/blob/master/proxy.go func (p *Proxy) connect(req *http.Request) (*http.Response, n

[go-nuts] Re: Golang should have a center packages index hosting like npm, rust crates

2016-10-19 Thread zixu mo
Even Swift https://swiftmodules.com/ -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://gr

[go-nuts] Golang should have a center packages index hosting like npm, rust crates

2016-10-19 Thread zixu mo
Golang should have a center packages index hosting like npm, rust crates. For Rust : https://crates.io/ For JS: https://www.npmjs.com/ For PHP https://packagist.org/ For Ruby https://rubygems.org/ -- You received this message because you are subscribed to the Google Groups "golang-nuts"