add otel as separate module #10

Merged
andrey merged 10 commits from handlers into master 2024-01-02 16:57:10 +03:00
Showing only changes of commit e23a8c1302 - Show all commits

View File

@@ -92,7 +92,7 @@ var (
float64Val = float64(math.MaxFloat64)
minute = time.Minute
timeVal = time.Unix(0, math.MaxInt32)
timeVal = time.Unix(0, math.MaxInt32).In(time.UTC)
)
func ExampleNew_anyField() {