Added time to output with a time difference calculation.

Signed-off-by: ultimateplayer1999 <ultimateplayer1999@gmail.com>
This commit is contained in:
2023-01-10 13:16:06 +01:00
parent 75edc9fb79
commit 06eb50358a
3 changed files with 2 additions and 2 deletions

View File

@ -672,4 +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 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 Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>. <https://www.gnu.org/licenses/why-not-lgpl.html>.
.

View File

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

Binary file not shown.