Skip to content

Commit d4da735

Browse files
committed
io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fs
First step of creating the new io/fs package. For #41190. Change-Id: I1339b1abdd533b0f1deab283628088b2f706fb5b Reviewed-on: https://go-review.googlesource.com/c/go/+/243906 Trust: Russ Cox <[email protected]> Run-TryBot: Russ Cox <[email protected]> Run-TryBot: Emmanuel Odeke <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Rob Pike <[email protected]> Reviewed-by: Emmanuel Odeke <[email protected]>
1 parent 627959e commit d4da735

File tree

6 files changed

+406
-193
lines changed

6 files changed

+406
-193
lines changed

api/except.txt

Lines changed: 136 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,56 @@ pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error)
22
pkg math/big, const MaxBase = 36
33
pkg math/big, type Word uintptr
44
pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error)
5-
pkg os, const ModeType = 2399141888
6-
pkg os, const ModeType = 2399666176
7-
pkg os (linux-arm), const O_SYNC = 4096
8-
pkg os (linux-arm-cgo), const O_SYNC = 4096
95
pkg os (linux-arm), const O_SYNC = 1052672
6+
pkg os (linux-arm), const O_SYNC = 4096
107
pkg os (linux-arm-cgo), const O_SYNC = 1052672
8+
pkg os (linux-arm-cgo), const O_SYNC = 4096
9+
pkg os, const ModeAppend FileMode
10+
pkg os, const ModeCharDevice FileMode
11+
pkg os, const ModeDevice FileMode
12+
pkg os, const ModeDir FileMode
13+
pkg os, const ModeExclusive FileMode
14+
pkg os, const ModeIrregular FileMode
15+
pkg os, const ModeNamedPipe FileMode
16+
pkg os, const ModePerm FileMode
17+
pkg os, const ModeSetgid FileMode
18+
pkg os, const ModeSetuid FileMode
19+
pkg os, const ModeSocket FileMode
20+
pkg os, const ModeSticky FileMode
21+
pkg os, const ModeSymlink FileMode
22+
pkg os, const ModeTemporary FileMode
23+
pkg os, const ModeType = 2399141888
24+
pkg os, const ModeType = 2399666176
25+
pkg os, const ModeType FileMode
26+
pkg os, func Chmod(string, FileMode) error
27+
pkg os, func Lstat(string) (FileInfo, error)
28+
pkg os, func Mkdir(string, FileMode) error
29+
pkg os, func MkdirAll(string, FileMode) error
30+
pkg os, func OpenFile(string, int, FileMode) (*File, error)
31+
pkg os, func SameFile(FileInfo, FileInfo) bool
32+
pkg os, func Stat(string) (FileInfo, error)
33+
pkg os, method (*File) Chmod(FileMode) error
34+
pkg os, method (*File) Readdir(int) ([]FileInfo, error)
35+
pkg os, method (*File) Stat() (FileInfo, error)
36+
pkg os, method (*PathError) Error() string
37+
pkg os, method (*PathError) Timeout() bool
38+
pkg os, method (*PathError) Unwrap() error
39+
pkg os, method (FileMode) IsDir() bool
40+
pkg os, method (FileMode) IsRegular() bool
41+
pkg os, method (FileMode) Perm() FileMode
42+
pkg os, method (FileMode) String() string
43+
pkg os, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys }
44+
pkg os, type FileInfo interface, IsDir() bool
45+
pkg os, type FileInfo interface, ModTime() time.Time
46+
pkg os, type FileInfo interface, Mode() FileMode
47+
pkg os, type FileInfo interface, Name() string
48+
pkg os, type FileInfo interface, Size() int64
49+
pkg os, type FileInfo interface, Sys() interface{}
50+
pkg os, type FileMode uint32
51+
pkg os, type PathError struct
52+
pkg os, type PathError struct, Err error
53+
pkg os, type PathError struct, Op string
54+
pkg os, type PathError struct, Path string
1155
pkg syscall (darwin-amd64), const ImplementsGetwd = false
1256
pkg syscall (darwin-amd64), func Fchflags(string, int) error
1357
pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false
@@ -18,22 +62,72 @@ pkg syscall (freebsd-386), const ELAST = 94
1862
pkg syscall (freebsd-386), const ImplementsGetwd = false
1963
pkg syscall (freebsd-386), const O_CLOEXEC = 0
2064
pkg syscall (freebsd-386), func Fchflags(string, int) error
65+
pkg syscall (freebsd-386), func Mknod(string, uint32, int) error
66+
pkg syscall (freebsd-386), type Dirent struct, Fileno uint32
67+
pkg syscall (freebsd-386), type Dirent struct, Namlen uint8
68+
pkg syscall (freebsd-386), type Stat_t struct, Blksize uint32
69+
pkg syscall (freebsd-386), type Stat_t struct, Dev uint32
70+
pkg syscall (freebsd-386), type Stat_t struct, Gen uint32
71+
pkg syscall (freebsd-386), type Stat_t struct, Ino uint32
72+
pkg syscall (freebsd-386), type Stat_t struct, Lspare int32
73+
pkg syscall (freebsd-386), type Stat_t struct, Nlink uint16
74+
pkg syscall (freebsd-386), type Stat_t struct, Pad_cgo_0 [8]uint8
75+
pkg syscall (freebsd-386), type Stat_t struct, Rdev uint32
76+
pkg syscall (freebsd-386), type Statfs_t struct, Mntfromname [88]int8
77+
pkg syscall (freebsd-386), type Statfs_t struct, Mntonname [88]int8
2178
pkg syscall (freebsd-386-cgo), const AF_MAX = 38
2279
pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 242
2380
pkg syscall (freebsd-386-cgo), const ELAST = 94
2481
pkg syscall (freebsd-386-cgo), const ImplementsGetwd = false
2582
pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 0
83+
pkg syscall (freebsd-386-cgo), func Mknod(string, uint32, int) error
84+
pkg syscall (freebsd-386-cgo), type Dirent struct, Fileno uint32
85+
pkg syscall (freebsd-386-cgo), type Dirent struct, Namlen uint8
86+
pkg syscall (freebsd-386-cgo), type Stat_t struct, Blksize uint32
87+
pkg syscall (freebsd-386-cgo), type Stat_t struct, Dev uint32
88+
pkg syscall (freebsd-386-cgo), type Stat_t struct, Gen uint32
89+
pkg syscall (freebsd-386-cgo), type Stat_t struct, Ino uint32
90+
pkg syscall (freebsd-386-cgo), type Stat_t struct, Lspare int32
91+
pkg syscall (freebsd-386-cgo), type Stat_t struct, Nlink uint16
92+
pkg syscall (freebsd-386-cgo), type Stat_t struct, Pad_cgo_0 [8]uint8
93+
pkg syscall (freebsd-386-cgo), type Stat_t struct, Rdev uint32
94+
pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntfromname [88]int8
95+
pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [88]int8
2696
pkg syscall (freebsd-amd64), const AF_MAX = 38
2797
pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 242
2898
pkg syscall (freebsd-amd64), const ELAST = 94
2999
pkg syscall (freebsd-amd64), const ImplementsGetwd = false
30100
pkg syscall (freebsd-amd64), const O_CLOEXEC = 0
31101
pkg syscall (freebsd-amd64), func Fchflags(string, int) error
102+
pkg syscall (freebsd-amd64), func Mknod(string, uint32, int) error
103+
pkg syscall (freebsd-amd64), type Dirent struct, Fileno uint32
104+
pkg syscall (freebsd-amd64), type Dirent struct, Namlen uint8
105+
pkg syscall (freebsd-amd64), type Stat_t struct, Blksize uint32
106+
pkg syscall (freebsd-amd64), type Stat_t struct, Dev uint32
107+
pkg syscall (freebsd-amd64), type Stat_t struct, Gen uint32
108+
pkg syscall (freebsd-amd64), type Stat_t struct, Ino uint32
109+
pkg syscall (freebsd-amd64), type Stat_t struct, Lspare int32
110+
pkg syscall (freebsd-amd64), type Stat_t struct, Nlink uint16
111+
pkg syscall (freebsd-amd64), type Stat_t struct, Rdev uint32
112+
pkg syscall (freebsd-amd64), type Statfs_t struct, Mntfromname [88]int8
113+
pkg syscall (freebsd-amd64), type Statfs_t struct, Mntonname [88]int8
32114
pkg syscall (freebsd-amd64-cgo), const AF_MAX = 38
33115
pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 242
34116
pkg syscall (freebsd-amd64-cgo), const ELAST = 94
35117
pkg syscall (freebsd-amd64-cgo), const ImplementsGetwd = false
36118
pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 0
119+
pkg syscall (freebsd-amd64-cgo), func Mknod(string, uint32, int) error
120+
pkg syscall (freebsd-amd64-cgo), type Dirent struct, Fileno uint32
121+
pkg syscall (freebsd-amd64-cgo), type Dirent struct, Namlen uint8
122+
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Blksize uint32
123+
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Dev uint32
124+
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Gen uint32
125+
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Ino uint32
126+
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Lspare int32
127+
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Nlink uint16
128+
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Rdev uint32
129+
pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntfromname [88]int8
130+
pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntonname [88]int8
37131
pkg syscall (freebsd-arm), const AF_MAX = 38
38132
pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074545262
39133
pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148287085
@@ -62,10 +156,22 @@ pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 56
62156
pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 108
63157
pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074558041
64158
pkg syscall (freebsd-arm), func Fchflags(string, int) error
159+
pkg syscall (freebsd-arm), func Mknod(string, uint32, int) error
65160
pkg syscall (freebsd-arm), type BpfHdr struct, Pad_cgo_0 [2]uint8
161+
pkg syscall (freebsd-arm), type Dirent struct, Fileno uint32
162+
pkg syscall (freebsd-arm), type Dirent struct, Namlen uint8
66163
pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8
67164
pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8
165+
pkg syscall (freebsd-arm), type Stat_t struct, Blksize uint32
166+
pkg syscall (freebsd-arm), type Stat_t struct, Dev uint32
167+
pkg syscall (freebsd-arm), type Stat_t struct, Gen uint32
168+
pkg syscall (freebsd-arm), type Stat_t struct, Ino uint32
169+
pkg syscall (freebsd-arm), type Stat_t struct, Lspare int32
170+
pkg syscall (freebsd-arm), type Stat_t struct, Nlink uint16
68171
pkg syscall (freebsd-arm), type Stat_t struct, Pad_cgo_0 [4]uint8
172+
pkg syscall (freebsd-arm), type Stat_t struct, Rdev uint32
173+
pkg syscall (freebsd-arm), type Statfs_t struct, Mntfromname [88]int8
174+
pkg syscall (freebsd-arm), type Statfs_t struct, Mntonname [88]int8
69175
pkg syscall (freebsd-arm-cgo), const AF_MAX = 38
70176
pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074545262
71177
pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148287085
@@ -94,10 +200,22 @@ pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 56
94200
pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 108
95201
pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074558041
96202
pkg syscall (freebsd-arm-cgo), func Fchflags(string, int) error
203+
pkg syscall (freebsd-arm-cgo), func Mknod(string, uint32, int) error
97204
pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8
205+
pkg syscall (freebsd-arm-cgo), type Dirent struct, Fileno uint32
206+
pkg syscall (freebsd-arm-cgo), type Dirent struct, Namlen uint8
98207
pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8
99208
pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8
209+
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blksize uint32
210+
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Dev uint32
211+
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gen uint32
212+
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ino uint32
213+
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Lspare int32
214+
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Nlink uint16
100215
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8
216+
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Rdev uint32
217+
pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntfromname [88]int8
218+
pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntonname [88]int8
101219
pkg syscall (linux-386), type Cmsghdr struct, X__cmsg_data [0]uint8
102220
pkg syscall (linux-386-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8
103221
pkg syscall (linux-amd64), type Cmsghdr struct, X__cmsg_data [0]uint8
@@ -109,10 +227,10 @@ pkg syscall (netbsd-386-cgo), const ImplementsGetwd = false
109227
pkg syscall (netbsd-amd64), const ImplementsGetwd = false
110228
pkg syscall (netbsd-amd64-cgo), const ImplementsGetwd = false
111229
pkg syscall (netbsd-arm), const ImplementsGetwd = false
112-
pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false
113230
pkg syscall (netbsd-arm), const SizeofIfData = 132
114231
pkg syscall (netbsd-arm), func Fchflags(string, int) error
115232
pkg syscall (netbsd-arm), type IfMsghdr struct, Pad_cgo_1 [4]uint8
233+
pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false
116234
pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132
117235
pkg syscall (netbsd-arm-cgo), func Fchflags(string, int) error
118236
pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Pad_cgo_1 [4]uint8
@@ -140,6 +258,7 @@ pkg syscall (openbsd-386), const SYS_GETITIMER = 86
140258
pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
141259
pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116
142260
pkg syscall (openbsd-386), const SYS_KEVENT = 270
261+
pkg syscall (openbsd-386), const SYS_KILL = 37
143262
pkg syscall (openbsd-386), const SYS_LSTAT = 293
144263
pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240
145264
pkg syscall (openbsd-386), const SYS_SELECT = 93
@@ -193,6 +312,7 @@ pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 86
193312
pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 117
194313
pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 116
195314
pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 270
315+
pkg syscall (openbsd-386-cgo), const SYS_KILL = 37
196316
pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 293
197317
pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 240
198318
pkg syscall (openbsd-386-cgo), const SYS_SELECT = 93
@@ -257,6 +377,7 @@ pkg syscall (openbsd-amd64), const SYS_GETITIMER = 86
257377
pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 117
258378
pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 116
259379
pkg syscall (openbsd-amd64), const SYS_KEVENT = 270
380+
pkg syscall (openbsd-amd64), const SYS_KILL = 37
260381
pkg syscall (openbsd-amd64), const SYS_LSTAT = 293
261382
pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 240
262383
pkg syscall (openbsd-amd64), const SYS_SELECT = 93
@@ -320,6 +441,7 @@ pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 86
320441
pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 117
321442
pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
322443
pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 270
444+
pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37
323445
pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 293
324446
pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 240
325447
pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 93
@@ -348,19 +470,6 @@ pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_spare [3]uint32
348470
pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [4]uint8
349471
pkg syscall (openbsd-amd64-cgo), type Timespec struct, Pad_cgo_0 [4]uint8
350472
pkg syscall (openbsd-amd64-cgo), type Timespec struct, Sec int32
351-
pkg testing, func RegisterCover(Cover)
352-
pkg testing, func MainStart(func(string, string) (bool, error), []InternalTest, []InternalBenchmark, []InternalExample) *M
353-
pkg text/template/parse, type DotNode bool
354-
pkg text/template/parse, type Node interface { Copy, String, Type }
355-
pkg unicode, const Version = "6.2.0"
356-
pkg unicode, const Version = "6.3.0"
357-
pkg unicode, const Version = "7.0.0"
358-
pkg unicode, const Version = "8.0.0"
359-
pkg syscall (openbsd-386), const SYS_KILL = 37
360-
pkg syscall (openbsd-386-cgo), const SYS_KILL = 37
361-
pkg syscall (openbsd-amd64), const SYS_KILL = 37
362-
pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37
363-
pkg unicode, const Version = "9.0.0"
364473
pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983295
365474
pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr
366475
pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara uintptr
@@ -379,81 +488,16 @@ pkg syscall (windows-amd64), type CertRevocationInfo struct, CrlInfo uintptr
379488
pkg syscall (windows-amd64), type CertRevocationInfo struct, OidSpecificInfo uintptr
380489
pkg syscall (windows-amd64), type CertSimpleChain struct, TrustListInfo uintptr
381490
pkg syscall (windows-amd64), type RawSockaddrAny struct, Pad [96]int8
382-
pkg syscall (freebsd-386), func Mknod(string, uint32, int) error
383-
pkg syscall (freebsd-386), type Dirent struct, Fileno uint32
384-
pkg syscall (freebsd-386), type Dirent struct, Namlen uint8
385-
pkg syscall (freebsd-386), type Stat_t struct, Blksize uint32
386-
pkg syscall (freebsd-386), type Stat_t struct, Dev uint32
387-
pkg syscall (freebsd-386), type Stat_t struct, Gen uint32
388-
pkg syscall (freebsd-386), type Stat_t struct, Ino uint32
389-
pkg syscall (freebsd-386), type Stat_t struct, Lspare int32
390-
pkg syscall (freebsd-386), type Stat_t struct, Nlink uint16
391-
pkg syscall (freebsd-386), type Stat_t struct, Pad_cgo_0 [8]uint8
392-
pkg syscall (freebsd-386), type Stat_t struct, Rdev uint32
393-
pkg syscall (freebsd-386), type Statfs_t struct, Mntfromname [88]int8
394-
pkg syscall (freebsd-386), type Statfs_t struct, Mntonname [88]int8
395-
pkg syscall (freebsd-386-cgo), func Mknod(string, uint32, int) error
396-
pkg syscall (freebsd-386-cgo), type Dirent struct, Fileno uint32
397-
pkg syscall (freebsd-386-cgo), type Dirent struct, Namlen uint8
398-
pkg syscall (freebsd-386-cgo), type Stat_t struct, Blksize uint32
399-
pkg syscall (freebsd-386-cgo), type Stat_t struct, Dev uint32
400-
pkg syscall (freebsd-386-cgo), type Stat_t struct, Gen uint32
401-
pkg syscall (freebsd-386-cgo), type Stat_t struct, Ino uint32
402-
pkg syscall (freebsd-386-cgo), type Stat_t struct, Lspare int32
403-
pkg syscall (freebsd-386-cgo), type Stat_t struct, Nlink uint16
404-
pkg syscall (freebsd-386-cgo), type Stat_t struct, Pad_cgo_0 [8]uint8
405-
pkg syscall (freebsd-386-cgo), type Stat_t struct, Rdev uint32
406-
pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntfromname [88]int8
407-
pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [88]int8
408-
pkg syscall (freebsd-amd64), func Mknod(string, uint32, int) error
409-
pkg syscall (freebsd-amd64), type Dirent struct, Fileno uint32
410-
pkg syscall (freebsd-amd64), type Dirent struct, Namlen uint8
411-
pkg syscall (freebsd-amd64), type Stat_t struct, Blksize uint32
412-
pkg syscall (freebsd-amd64), type Stat_t struct, Dev uint32
413-
pkg syscall (freebsd-amd64), type Stat_t struct, Gen uint32
414-
pkg syscall (freebsd-amd64), type Stat_t struct, Ino uint32
415-
pkg syscall (freebsd-amd64), type Stat_t struct, Lspare int32
416-
pkg syscall (freebsd-amd64), type Stat_t struct, Nlink uint16
417-
pkg syscall (freebsd-amd64), type Stat_t struct, Rdev uint32
418-
pkg syscall (freebsd-amd64), type Statfs_t struct, Mntfromname [88]int8
419-
pkg syscall (freebsd-amd64), type Statfs_t struct, Mntonname [88]int8
420-
pkg syscall (freebsd-amd64-cgo), func Mknod(string, uint32, int) error
421-
pkg syscall (freebsd-amd64-cgo), type Dirent struct, Fileno uint32
422-
pkg syscall (freebsd-amd64-cgo), type Dirent struct, Namlen uint8
423-
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Blksize uint32
424-
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Dev uint32
425-
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Gen uint32
426-
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Ino uint32
427-
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Lspare int32
428-
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Nlink uint16
429-
pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Rdev uint32
430-
pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntfromname [88]int8
431-
pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntonname [88]int8
432-
pkg syscall (freebsd-arm), func Mknod(string, uint32, int) error
433-
pkg syscall (freebsd-arm), type Dirent struct, Fileno uint32
434-
pkg syscall (freebsd-arm), type Dirent struct, Namlen uint8
435-
pkg syscall (freebsd-arm), type Stat_t struct, Blksize uint32
436-
pkg syscall (freebsd-arm), type Stat_t struct, Dev uint32
437-
pkg syscall (freebsd-arm), type Stat_t struct, Gen uint32
438-
pkg syscall (freebsd-arm), type Stat_t struct, Ino uint32
439-
pkg syscall (freebsd-arm), type Stat_t struct, Lspare int32
440-
pkg syscall (freebsd-arm), type Stat_t struct, Nlink uint16
441-
pkg syscall (freebsd-arm), type Stat_t struct, Rdev uint32
442-
pkg syscall (freebsd-arm), type Statfs_t struct, Mntfromname [88]int8
443-
pkg syscall (freebsd-arm), type Statfs_t struct, Mntonname [88]int8
444-
pkg syscall (freebsd-arm-cgo), func Mknod(string, uint32, int) error
445-
pkg syscall (freebsd-arm-cgo), type Dirent struct, Fileno uint32
446-
pkg syscall (freebsd-arm-cgo), type Dirent struct, Namlen uint8
447-
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blksize uint32
448-
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Dev uint32
449-
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gen uint32
450-
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ino uint32
451-
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Lspare int32
452-
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Nlink uint16
453-
pkg syscall (freebsd-arm-cgo), type Stat_t struct, Rdev uint32
454-
pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntfromname [88]int8
455-
pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntonname [88]int8
491+
pkg testing, func MainStart(func(string, string) (bool, error), []InternalTest, []InternalBenchmark, []InternalExample) *M
492+
pkg testing, func RegisterCover(Cover)
456493
pkg text/scanner, const GoTokens = 1012
494+
pkg text/template/parse, type DotNode bool
495+
pkg text/template/parse, type Node interface { Copy, String, Type }
457496
pkg unicode, const Version = "10.0.0"
458497
pkg unicode, const Version = "11.0.0"
459498
pkg unicode, const Version = "12.0.0"
499+
pkg unicode, const Version = "6.2.0"
500+
pkg unicode, const Version = "6.3.0"
501+
pkg unicode, const Version = "7.0.0"
502+
pkg unicode, const Version = "8.0.0"
503+
pkg unicode, const Version = "9.0.0"

0 commit comments

Comments
 (0)