1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-11-25 23:02:22 +02:00

сделал HoursMinutesSeconds{}

This commit is contained in:
Nikitin Aleksandr
2025-02-12 15:17:19 +03:00
parent cf70289689
commit 6613a2145f
4 changed files with 6 additions and 6 deletions

View File

@@ -1356,7 +1356,7 @@ func TestStringFromBool(t *testing.T) {
//func TestTime_UnmarshalByte(t *testing.T) {
// var Otvet Time
// Test := []byte("10:05:01")
// err := (&Otvet).UnmarshalByte(Test)
// err := (&Otvet).UnmarshalJSON(Test)
// if err != nil {
// t.Errorf("TestTime_UnmarshalByte() error: %v", err)
// }