github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/simple/s1024/testdata/src/example.com/CheckTimeUntil_go17/LimeTimeUntil_go17.go (about)

     1  package pkg
     2  
     3  import "time"
     4  
     5  func fn(t time.Time) {
     6  	t.Sub(time.Now())
     7  }