|
|
|
|
|
by linkdd
1555 days ago
|
|
> 1 * time.Second * time.Second semantically reads to me as 1 second. Which is wrong, 1s * 1s = 1s². For example, the force of gravity is expressed in m/s² and describe an acceleration (m/s / s, aka a change of velocity per time units, where velocity is a change of distance per time units). |
|