mirror of
https://codeberg.org/ultimateplayer1999/Golang-phish-update.git
synced 2024-11-21 16:38:22 -05:00
Added time to output with a time difference calculation.
Signed-off-by: ultimateplayer1999 <ultimateplayer1999@gmail.com>
This commit is contained in:
parent
e3bb9ddccb
commit
75edc9fb79
1
LICENSE
1
LICENSE
@ -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>.
|
||||
.
|
||||
|
@ -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**.
|
||||
|
@ -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.
Loading…
Reference in New Issue
Block a user