See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| // client_test.go | |
| package rickandmorty | |
| import ( | |
| "io/ioutil" | |
| "net/http" | |
| "strings" | |
| "testing" | |
| ) |
| Install WireGuard via whatever package manager you use. For me, I use apt. | |
| $ sudo add-apt-repository ppa:wireguard/wireguard | |
| $ sudo apt-get update | |
| $ sudo apt-get install wireguard | |
| MacOS | |
| $ brew install wireguard-tools | |
| Generate key your key pairs. The key pairs are just that, key pairs. They can be |
| sudo rm -Rf ~/Library/Caches/com.microsoft.VSCode.ShipIt | |
| sudo rm -Rf ~/Library/Caches/com.microsoft.VSCodeInsiders.ShipIt |