Installing Go 1.12 on MacOS High Sierra
Go 1.12 was released three days ago (Feb 25, 2019). I upgraded my personal MacBook Pro, which runs Mojave, with: The upgrade failed with the error: The upgrade ran fine. Then, I tried to...
Go 1.12 was released three days ago (Feb 25, 2019). I upgraded my personal MacBook Pro, which runs Mojave, with: The upgrade failed with the error: The upgrade ran fine. Then, I tried to...
Development / Go / Software
by Rob Warner · Published February 13, 2019 · Last modified August 2, 2021
A recent Jira ticket instructed me to make a call from one of my Go services to another group’s service. I’d perform a PUT to a specific URL to create a service provider in...
As the NERDTree README points out, you can automatically close Vim if NERDTree is the only open window by adding this to your configuration: autocmd bufenter * if (winnr(“$”) == 1 && exists(“b:NERDTree”) &&...
Last August, I spoke at Code on the Beach on building microservices in Go using Go kit. Here’s the video: The repo I used is available at https://github.com/hoop33/roster and the Node CLI is available...
A frequent GraphQL question is how to return all fields in a GraphQL query without specifying them all; see here or here or here. The conversation typically goes like this: Q: “How can I...
I’ve been using ripgrep to search files for awhile, but I hadn’t figured out how to recursively search only certain file types. Anytime I needed to search, say, for any occurrence of “doFoo” in Go...
I’ve been developing some GraphQL services lately. Since I use Neovim (and fzf) for editing, I wanted Ctags support for my schema files. Here’s what I came up with: I’d love feedback — thanks!
I got another call yesterday from “Windows Tech Support” that went something like this: Him (moderate accent): “Hi, I’m calling from Windows Tech Support, and . . .” Me: “Oh, no! Do I have...
I just got a call from “Brandon from Windows” that I wish I’d recorded. He, of course, told me (in a Bangalorean accent) that my computer had malware issues. Our conversation went something like...
To get the version of most CLI tools, you type the tool’s command name followed by one of these: -v –version Some CLI tools, like Git, support a “version” subcommand, so you type the tool’s...
I blog non-technical stuff at https://crispylemon.com
I blog about my travels at https://sandyfragments.com