Re: [go-nuts] Error Handling

2023-02-07 Thread Richard Masci
You said: "and FTR, I'd also consider your function a bad idea, but that's none of my business" <- I'll be the first to say not all my ideas are good ones, maybe this one isn't? Thanks for your response. On Tue, Feb 7, 2023 at 4:45 PM Axel Wagner wrote: > No, that is not possible. Only a `retur

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] Re: What's the best IDE for golang?

2020-05-28 Thread Richard Masci
Yep you got that right. Best IDE hands sown is Goland, second is vscode. At least In my opinion. I personally write all in vscode, goland is too expensive for someone who is not a full time developer. On Thu, May 28, 2020 at 5:56 PM Dvir Volk wrote: > This is a very old thread, I think in the ye

Re: [go-nuts] TCPScan -- Check TCP Connectivity

2020-01-28 Thread Richard Masci
I didn't leave the Github url -- sorry https://github.com/rmasci/tcpscan On Tue, Jan 28, 2020 at 10:23 AM Rich wrote: > This originally started as a learning exercise in Go Routines when going > through a course on Go Programming. I needed a real world programming > example, and every day it

Re: [go-nuts] Remove path from error messages

2018-10-17 Thread Richard Masci
That is what I was looking for!! Thanks!! On Tue, Oct 16, 2018 at 4:16 PM Ian Lance Taylor wrote: > On Tue, Oct 16, 2018 at 11:57 AM, Rich wrote: > > Hi and Thanks Peter for your reply! I have compiled this on my mac, and > am > > running it on a linux system. I compile it like this: > > > >

Re: [go-nuts] Unmarshal Json

2017-09-26 Thread Richard Masci
Thank you very much I think that's going to work! On Tue, Sep 26, 2017 at 5:22 PM, Richard Masci wrote: > Hi Shawn, > > Thanks for that... the JSON I gave stripped out a lot from the real JSON > as I didn't want the company information to be out on the public internet

Re: [go-nuts] Unmarshal Json

2017-09-26 Thread Richard Masci
Hi Shawn, Thanks for that... the JSON I gave stripped out a lot from the real JSON as I didn't want the company information to be out on the public internet. The JSON is from querying a server via rest call, and the IP Addresses are other servers that have connected in to this one server to pull i