common/mclock: remove dependency on github.com/aristanetworks/goarista (#22211)

It takes three lines of code to get to runtime.nanotime, no need to
pull a dependency for that.
This commit is contained in:
Felix Lange
2021-01-22 20:15:27 +01:00
committed by GitHub
parent 9e1bd0f367
commit f26c19cbcd
4 changed files with 9 additions and 7 deletions

1
common/mclock/mclock.s Normal file
View File

@ -0,0 +1 @@
// This file exists in order to be able to use go:linkname.