github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/_fixtures/testrerecord.go (about)

     1  package main
     2  
     3  import (
     4  	"fmt"
     5  	"time"
     6  )
     7  
     8  func main() {
     9  	t := time.Now().Unix()
    10  	fmt.Println(t)
    11  }