Guest User

Untitled

a guest
Sep 26th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. time.Now().AddDate(0, 0, -1)
  2.  
  3. fmt.Printf("Yesterday: %vn", time.Now().Add(-24*time.Hour))
Add Comment
Please, Sign In to add comment