Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for export_type (0.23 sec)

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

    }
    
    // Constants tied to ExportedType. (The type is a struct so this isn't valid Go,
    // but it parses and that's all we need.)
    const (
    	ExportedTypedConstant ExportedType = iota
    )
    
    // Comment about constructor for exported type.
    func ExportedTypeConstructor() *ExportedType {
    	return nil
    }
    
    const unexportedTypedConstant ExportedType = 1 // In a separate section to test -u.
    
    // Comment about exported interface.
    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