Python:
with Timer() as t :
// TODO a lot
print "scan all disks,cost:%s secs" % t.secs
Now,how to use golang
to achieve this?
I had google this but I can not find any answers I want.
Why am I post my questions in here and then got downvote?
Thank you your help!!!