Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OmitEmpty (0.19 sec)

  1. tests/preload_suits_test.go

    			ID         uint
    			Value      string
    			Level2ID   *uint
    			Level2_1ID *uint
    			Level0s    []Level0 `json:",omitempty"`
    		}
    		Level2 struct {
    			ID       uint
    			Level1s  []Level1
    			Level3ID uint
    		}
    		Level2_1 struct {
    			ID       uint
    			Level1s  []Level1 `json:",omitempty"`
    			Level3ID uint
    		}
    		Level3 struct {
    			ID       uint
    			Name     string
    			Level2   Level2
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Fri Mar 18 05:38:46 GMT 2022
    - 30.3K bytes
    - Viewed (0)
Back to top