Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/debug/gosym/pclntab_test.go

    			t.Fatalf("unexpected symbol version: %v", fn)
    		}
    	}
    }
    
    // read115Executable returns a hello world executable compiled by Go 1.15.
    //
    // The file was compiled in /tmp/hello.go:
    //
    //	package main
    //
    //	func main() {
    //		println("hello")
    //	}
    func read115Executable(tb testing.TB) []byte {
    	zippedDat, err := os.ReadFile("testdata/pcln115.gz")
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 17:17:44 UTC 2022
    - 9.6K bytes
    - Viewed (0)
Back to top