Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 96 for readTime (0.57 sec)

  1. src/cmd/covdata/tool_test.go

    	if len(b) != 0 {
    		t.Logf("## build output:\n%s", b)
    	}
    	if err != nil {
    		t.Fatalf("build error: %v", err)
    	}
    }
    
    func emitFile(t *testing.T, dst, src string) {
    	payload, err := os.ReadFile(src)
    	if err != nil {
    		t.Fatalf("error reading %q: %v", src, err)
    	}
    	if err := os.WriteFile(dst, payload, 0666); err != nil {
    		t.Fatalf("writing %q: %v", dst, err)
    	}
    }
    
    const mainPkgPath = "prog"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 20:46:32 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  2. lib/time/README

    180909 <******@****.***> 1628992653 +0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Aug 15 02:18:46 UTC 2021
    - 390 bytes
    - Viewed (0)
  3. src/cmd/compile/internal/test/README

    Jes Cok <******@****.***> 1706627994 +0000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jan 30 20:09:45 UTC 2024
    - 206 bytes
    - Viewed (0)
  4. src/cmd/dist/README

    Dmitri Shuralyov <******@****.***> 1690208770 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 25 17:20:22 UTC 2023
    - 1K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssagen/abi.go

    // the symbol name and the third field is the ABI name, as one of the
    // named cmd/internal/obj.ABI constants.
    func (s *SymABIs) ReadSymABIs(file string) {
    	data, err := os.ReadFile(file)
    	if err != nil {
    		log.Fatalf("-symabis: %v", err)
    	}
    
    	for lineNum, line := range strings.Split(string(data), "\n") {
    		lineNum++ // 1-based
    		line = strings.TrimSpace(line)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  6. api/go1.19.txt

    pkg go/doc, func ToText //deprecated #51082
    pkg io/ioutil, func NopCloser //deprecated #42026
    pkg io/ioutil, func ReadAll //deprecated #42026
    pkg io/ioutil, func ReadDir //deprecated #42026
    pkg io/ioutil, func ReadFile //deprecated #42026
    pkg io/ioutil, func TempDir //deprecated #42026
    pkg io/ioutil, func TempFile //deprecated #42026
    pkg io/ioutil, func WriteFile //deprecated #42026
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:29:41 UTC 2022
    - 17.9K bytes
    - Viewed (0)
  7. doc/initial/6-stdlib/99-minor/README

    Jonathan Amsterdam <******@****.***> 1705624488 -0500
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 18:07:49 UTC 2024
    - 69 bytes
    - Viewed (0)
  8. src/cmd/cgo/internal/testcarchive/carchive_test.go

    // comments. We don't want those paths because they are unhelpful for
    // the user and make the files change based on details of the location
    // of GOPATH.
    func checkLineComments(t *testing.T, hdrname string) {
    	hdr, err := os.ReadFile(hdrname)
    	if err != nil {
    		if !os.IsNotExist(err) {
    			t.Error(err)
    		}
    		return
    	}
    	if line := badLineRegexp.Find(hdr); line != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  9. src/README.vendor

    Alan Donovan <******@****.***> 1711741778 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  10. README.md

    Russ Cox <******@****.***> 1660679527 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 02 20:14:56 UTC 2022
    - 1.4K bytes
    - Viewed (0)
Back to top