package
0.0.0-20190806085950-af561f6ff7a1
Repository: https://github.com/kylebanks/go-kit.git
Documentation: pkg.go.dev
# README
today
-- import "github.com/KyleBanks/go-kit/today/"
Package today provides utilities for access regarding today's date.
Usage
func BeforeMidnight
func BeforeMidnight() time.Time
BeforeMidnight returns the current date with time set to directly before midnight. For example, 2016-06-24 11:59:59.999
# Functions
BeforeMidnight returns the current date with time set to directly before midnight.