Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isopen (0.08 sec)

  1. api/go1.16.txt

    pkg io/fs, type ReadFileFS interface { Open, ReadFile }
    pkg io/fs, type ReadFileFS interface, Open(string) (File, error)
    pkg io/fs, type ReadFileFS interface, ReadFile(string) ([]uint8, error)
    pkg io/fs, type StatFS interface { Open, Stat }
    pkg io/fs, type StatFS interface, Open(string) (File, error)
    pkg io/fs, type StatFS interface, Stat(string) (FileInfo, error)
    pkg io/fs, type SubFS interface { Open, Sub }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top