Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FieldVal3 (0.11 sec)

  1. src/cmd/doc/testdata/pkg.go

    var MultiLineVar = map[struct {
    	MultiLineField1 string
    	MultiLineField2 uint64
    }]struct {
    	MultiLineField3 error
    	MultiLineField2 error
    }{
    	{"FieldVal1", 1}: {},
    	{"FieldVal2", 2}: {},
    	{"FieldVal3", 3}: {},
    }
    
    const (
    	_, _ uint64 = 2 * iota, 1 << iota
    	constLeft1, constRight1
    	ConstLeft2, constRight2
    	constLeft3, ConstRight3
    	ConstLeft4, ConstRight4
    )
    
    const (
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 07 19:16:55 UTC 2023
    - 5.4K bytes
    - Viewed (0)
Back to top