mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Add or update go.sum files for Go-based projects/examples Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org> |
||
|---|---|---|
| .. | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
Generate an SSH Key in Golang
The code in this directory was heavily derived from this StackOverflow page.
This was written and tested with Golang 1.18 on an ARM64-based Mac, but it should run fine on any platform or architecture supported by Go.