Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestClassifyExamples (0.12 sec)

  1. src/go/doc/example_test.go

    	// func Greet - This comment is associated with the Greet function.
    	//  ⤷ example with suffix "world" - This comment is associated with the ExampleGreet_world example.
    }
    
    func TestClassifyExamples(t *testing.T) {
    	const src = `
    package p
    
    const Const1 = 0
    var   Var1   = 0
    
    type (
    	Type1     int
    	Type1_Foo int
    	Type1_foo int
    	type2     int
    
    	Embed struct { Type1 }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 10 16:17:51 UTC 2022
    - 9.6K bytes
    - Viewed (0)
Back to top