On Mon, Jan 17, 2022 at 6:57 PM Rich <rma...@gmail.com> wrote:

> What I am worried about is that my version of log will diverge from the Go
> standard log package.   Is there a way to extend an existing package so
> that my adds to the log package pulls from whatever happens to be the most
> current version of log?
>

No. You can only either a) build something on top of it (i.e. a wrapper),
or b) copy the package with your own modifications and distribute that.


> --
> 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/60ae5b79-b1b9-451d-b8bb-d3726f22ab71n%40googlegroups.com
> <https://groups.google.com/d/msgid/golang-nuts/60ae5b79-b1b9-451d-b8bb-d3726f22ab71n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAEkBMfHR_g1u4JyyYj2153YdF_m7E0oP71Biha623941yMadAA%40mail.gmail.com.

Reply via email to