A simple project to get the sha256 of a file. Uses bubbletea as a tui.
Dockerfile included to run delve for debugging (or drop into a shell prompt)
{
"version": "0.2.0",
"configurations": [
{
"name": "Connect to server",
"type": "go",
"request": "attach",
"mode": "remote",
"remotePath": "${workspaceFolder}",
"port": 43000,
"host": "127.0.0.1"
}
]
}