add missing package

This commit is contained in:
Edward 2020-05-06 17:23:37 +08:00
parent e8bf182160
commit 284a608419

View File

@ -1,8 +1,9 @@
package profile package profile
import ( import (
"time"
"log" "log"
"math/big"
"time"
) )
func Duration(invocation time.Time, name string) { func Duration(invocation time.Time, name string) {