6ae3b46fc1
+ Refactoring of some functions + Added the retrying of all three connections + Added the documentation to the code + Improved the error messages
7 lines
140 B
Go
7 lines
140 B
Go
package main
|
|
|
|
// Just a callback function for the password request.
|
|
func passwordCallback() (string, error) {
|
|
return password, nil
|
|
}
|