migrate orion repo into monorepo structure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package utils
|
||||
|
||||
func HoursToMicroseconds[K uint32 | uint64](hours K) int64 {
|
||||
return int64(hours) * 60 * 60 * 1000000
|
||||
}
|
||||
Reference in New Issue
Block a user