Home >Backend Development >Golang >goso: Stack Overflow CLI search tool written in Go
If you want to get answers to your programming questions without ever leaving convinient Terminal, then you should try goso which stands for “Golang Stack Overflow”. It is available on Github: goso repo where you can find all necessary installation instructions to make it running on your machine.
Here is little demonstration how it looks like.
Run a command:
goso -l go -s onedark -q 1 -a 1 Sort maps in Go
Get your answer in a less than a second:
If you like this project, please give it a star or contribute to make it better.
The above is the detailed content of goso: Stack Overflow CLI search tool written in Go. For more information, please follow other related articles on the PHP Chinese website!