Re: [go-nuts] Add to existing Go Package

2022-01-17 Thread Richard Masci
OK Thanks!! On Mon, Jan 17, 2022 at 1:03 PM Axel Wagner wrote: > On Mon, Jan 17, 2022 at 6:57 PM Rich 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 pack

Re: [go-nuts] Add to existing Go Package

2022-01-17 Thread 'Axel Wagner' via golang-nuts
On Mon, Jan 17, 2022 at 6:57 PM Rich 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?