gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/_test/time7.go (about)

     1  package main
     2  
     3  import (
     4  	"fmt"
     5  	"time"
     6  )
     7  
     8  var d = 2 * time.Second
     9  
    10  func main() { fmt.Println(d) }
    11  
    12  // Output:
    13  // 2s