Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExampleGFunc (0.17 sec)

  1. src/go/doc/example_test.go

    func ExampleConflict_Conflict_suffix() {} // ambiguous with either Conflict or Conflict_Conflict type
    func ExampleConflict_conflict_suffix() {} // ambiguous with either Conflict or Conflict_conflict type
    
    func ExampleGFunc() {}
    func ExampleGFunc_suffix() {}
    
    func ExampleGType_M() {}
    func ExampleGType_M_suffix() {}
    `
    
    	// Parse literal source code as a *doc.Package.
    	fset := token.NewFileSet()
    	files := []*ast.File{
    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