Lex Sheehan

Results 6 comments of Lex Sheehan

Yes. I believe it's because the [Go module PR](https://github.com/marouni/adr/pull/1) locked the urfave/cli version at v1.20.0. I've noticed others have run into this issue and it's likely because most people are...

I got it working again by doing the following: 1) Add the following function to src/github.com/remogatto/application/application.go func Fatal(v ...interface{}) { fmt.Printf("v: %v\n", v) os.Exit(1) } 2) Remove parameter from Run...

Sure. I have a couple other fixes to add, too. I'll get to that tomorrow (9/25) morning.

Hi Tobi, I'll do my best to answer your questions: **How do I know whether I have the draft or the latest version?** If you see my photo in the...

Your comment: **A person or group skilled in compiler development could develop a patch to add TCO support to the go compiler.** Agreed. Excellent point. Then, best case, the Go...

p.s. Here's a link to the goenv utility: https://github.com/l3x/goenv