Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for IOUtil (0.25 sec)

  1. 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)
  2. src/go/build/deps_test.go

    	< os
    	< os/signal;
    
    	io/fs
    	< embed;
    
    	unicode, fmt !< net, os, os/signal;
    
    	os/signal, internal/filepathlite, STR
    	< path/filepath
    	< io/ioutil;
    
    	path/filepath, internal/godebug < os/exec;
    
    	io/ioutil, os/exec, os/signal
    	< OS;
    
    	reflect !< OS;
    
    	OS
    	< golang.org/x/sys/cpu;
    
    	# FMT is OS (which includes string routines) plus reflect and fmt.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 16:41:13 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modindex/build.go

    	HasSubdir func(root, dir string) (rel string, ok bool)
    
    	// ReadDir returns a slice of fs.FileInfo, sorted by Name,
    	// describing the content of the named directory.
    	// If ReadDir is nil, Import uses ioutil.ReadDir.
    	ReadDir func(dir string) ([]fs.FileInfo, error)
    
    	// OpenFile opens a file (not a directory) for reading.
    	// If OpenFile is nil, Import uses os.Open.
    	OpenFile func(path string) (io.ReadCloser, error)
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 25 17:39:23 UTC 2023
    - 26.8K bytes
    - Viewed (0)
Back to top