github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/stdlibs/testing/testing.go (about)

     1  package testing
     2  
     3  func X_unixNano() int64 {
     4  	// only implemented in testing stdlibs
     5  	return 0
     6  }