How can I convert the time since epoch to Hex in Go?
It should look like this: 5E839BAB
See: https://www.epochconverter.com/hex
EDIT: I was not able to find anything similar asked already. My Plan was to get the current time in Unix (Epoch) -> convert it to a Byte Array and then use hex.EncodeToString() to get it as hex