Golang equivalent of strtotime(“this Sunday, 23:59:59”)
up vote
-1
down vote
favorite
I am writing a scraper that scrapes offers off websites and these offers have end dates. One such website has offers that expire every Sunday. I have gone through the golang time documentation but still dont get how that can be done the equivalence I found in PHP and is pretty simple. $endDate = strtotime('this Sunday, 23:59:59'); Is there a golang way to do this?
go time web-scraping
share
asked 5 mins ago
dominicbure
11 5
...