Hi! At my job we found these additional patents limitatations https://github.com/golang/sync/blob/master/PATENTS They makes us impossible to use errgroup (which is, to say, turned to have pretty poor choice of WithContext signature, so our one is different), so we have our custom implementation of it with additonal functionality (errors collector, concurrency limitation), but it is derived from the original implementation.
I guess the repository should be called "github.com/google/sync" after that. Anyway, our product's proprietary licence makes it impossible to use our derived implementation. Is there a way to overcome this somehow? The problem is my own implementation would be really close to this and thus prone to a sue. -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/b50fccd3-a026-4227-82ad-2e41e82cbea6n%40googlegroups.com.