Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestUnixSecondSerializer_Value (0.09 sec)

  1. schema/serializer_test.go

    package schema
    
    import (
    	"context"
    	"math"
    	"reflect"
    	"testing"
    	"time"
    )
    
    func TestUnixSecondSerializer_Value(t *testing.T) {
    	var (
    		intValue      = math.MaxInt64
    		int8Value     = int8(math.MaxInt8)
    		int16Value    = int16(math.MaxInt16)
    		int32Value    = int32(math.MaxInt32)
    		int64Value    = int64(math.MaxInt64)
    		uintValue     = uint(math.MaxInt64)
    		uint8Value    = uint8(math.MaxUint8)
    Registered: Sun Dec 28 09:35:17 UTC 2025
    - Last Modified: Sun Oct 26 12:29:44 UTC 2025
    - 4.8K bytes
    - Viewed (0)
Back to top