github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+incompatible/api/cloudcontroller/ccv3/internal/real_time.go (about) 1 package internal 2 3 import "time" 4 5 type RealTime struct{} 6 7 func (RealTime) Now() time.Time { 8 return time.Now() 9 }