Added time to output with a time difference calculation.

Signed-off-by: ultimateplayer1999 <ultimateplayer1999@gmail.com>
This commit is contained in:
ultimateplayer1999 2023-01-10 13:13:40 +01:00
parent e3bb9ddccb
commit 75edc9fb79
Signed by: ultimateplayer1999
GPG Key ID: 690D4E43F8B51E51
4 changed files with 3 additions and 2 deletions

View File

@ -672,3 +672,4 @@ may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
.

View File

@ -15,4 +15,4 @@ The following code is needed in a .env. This is for the DB connection.
This is based on the phish table. Table can also be changed if needed.
Execution time is 1h24m16.934194673s. This was for 18811 records.
Execution time is *1h24m16.934194673s*. This was for **18811 records**.

View File

@ -155,5 +155,5 @@ func main() {
fmt.Println("Time until completion: ", diff)
// dummy
// fmt.Println("Data: ", string(body))
fmt.Println("Data: ", string(body))
}

Binary file not shown.