From 31a672d535fecda9e7e99b76427e422f0ba2aebe Mon Sep 17 00:00:00 2001 From: invzhi Date: Fri, 23 Aug 2024 23:07:10 +0800 Subject: [PATCH] Remove https://github.com/kirillDanshin/nulltime (#5391) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 10a52890..84bbc960 100644 --- a/README.md +++ b/README.md @@ -943,7 +943,6 @@ _Libraries for working with dates and times._ - [iso8601](https://github.com/relvacode/iso8601) - Efficiently parse ISO8601 date-times without regex. - [kair](https://github.com/GuilhermeCaruso/kair) - Date and Time - Golang Formatting Library. - [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang. -- [NullTime](https://github.com/kirillDanshin/nulltime) - Nullable `time.Time`. - [strftime](https://github.com/awoodbeck/strftime) - C99-compatible strftime formatter. - [timespan](https://github.com/SaidinWoT/timespan) - For interacting with intervals of time, defined as a start time and a duration. - [timeutil](https://github.com/leekchan/timeutil) - Useful extensions (Timedelta, Strftime, ...) to the golang's time package.