Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Page (0.15 sec)

  1. tests/embedded_struct_test.go

    	type BasePost struct {
    		Id    int64
    		Title string
    		URL   string
    	}
    
    	type Author struct {
    		ID          string
    		Name        string
    		Email       string
    		Age         int
    		Content     Content
    		ContentPtr  *Content
    		Birthday    time.Time
    		BirthdayPtr *time.Time
    	}
    
    	type HNPost struct {
    		*BasePost
    		Upvotes int32
    Go
    - Registered: Sun May 05 09:35:13 GMT 2024
    - Last Modified: Thu Oct 26 03:58:13 GMT 2023
    - 7.3K bytes
    - Viewed (0)
Back to top