Custom data type for time representation (#86)

Co-authored-by: o.tyurin <o.tyurin@corp.mail.ru>
This commit is contained in:
Zloy_Leshiy
2024-04-30 13:03:08 +03:00
committed by GitHub
parent b0e1210f34
commit e5867813ab
4 changed files with 39 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
package ozon
import "time"
import (
"time"
)
const (
testTimeout = 5 * time.Second