Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unexportedMethod (0.14 sec)

  1. src/cmd/doc/doc_test.go

    			`Comment about exported method`,
    		},
    		nil,
    	},
    	// Method  with -u.
    	{
    		"method with -u",
    		[]string{"-u", p, `ExportedType.unexportedMethod`},
    		[]string{
    			`func \(ExportedType\) unexportedMethod\(a int\) bool`,
    			`Comment about unexported method`,
    		},
    		nil,
    	},
    	// Method with -src.
    	{
    		"method with -src",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 07 19:16:55 UTC 2023
    - 31.2K bytes
    - Viewed (0)
Back to top