diff options
author | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-07-29 02:47:35 +0300 |
---|---|---|
committer | Alexander NeonXP Kiryukhin <i@neonxp.ru> | 2024-07-29 02:47:35 +0300 |
commit | 96e2ce2e9d363a6296f9411ecb00168520258874 (patch) | |
tree | 09aa7fffe10eab84ae0edd39e570355984ba0148 /utils/date.go | |
parent | 12ed72e4e1da181a6c87319a50d3b4142788b4c0 (diff) |
Отказ от echo
Diffstat (limited to 'utils/date.go')
-rw-r--r-- | utils/date.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/utils/date.go b/utils/date.go deleted file mode 100644 index 3a6197d..0000000 --- a/utils/date.go +++ /dev/null @@ -1,7 +0,0 @@ -package utils - -import "time" - -func FormatDate(ts int64) string { - return time.Unix(ts, 0).Format("15:04 02.01.2006") -} |