When I want to direct encrypt and print it see this error.
~/Desktop/Personal Projects/super-dollop master ❯ go run . enc --note=hello-world -p 21:58:58
panic: failed to connect to minio client
goroutine 1 [running]:
github.com/jack5341/super-dollop/pkg.Connect(0x1400007c058)
/Users/nedim/Desktop/Personal Projects/super-dollop/pkg/minio.go:18 +0x208
github.com/jack5341/super-dollop/cmd.Execute()
/Users/nedim/Desktop/Personal Projects/super-dollop/cmd/root.go:21 +0x20
main.main()
/Users/nedim/Desktop/Personal Projects/super-dollop/main.go:13 +0x20
exit status 2```
When I want to direct encrypt and print it see this error.