@@ -2,12 +2,56 @@ pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error)
2
2
pkg math/big, const MaxBase = 36
3
3
pkg math/big, type Word uintptr
4
4
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
9
5
pkg os (linux-arm), const O_SYNC = 1052672
6
+ pkg os (linux-arm), const O_SYNC = 4096
10
7
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
11
55
pkg syscall (darwin-amd64), const ImplementsGetwd = false
12
56
pkg syscall (darwin-amd64), func Fchflags(string, int) error
13
57
pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false
@@ -18,22 +62,72 @@ pkg syscall (freebsd-386), const ELAST = 94
18
62
pkg syscall (freebsd-386), const ImplementsGetwd = false
19
63
pkg syscall (freebsd-386), const O_CLOEXEC = 0
20
64
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
21
78
pkg syscall (freebsd-386-cgo), const AF_MAX = 38
22
79
pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 242
23
80
pkg syscall (freebsd-386-cgo), const ELAST = 94
24
81
pkg syscall (freebsd-386-cgo), const ImplementsGetwd = false
25
82
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
26
96
pkg syscall (freebsd-amd64), const AF_MAX = 38
27
97
pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 242
28
98
pkg syscall (freebsd-amd64), const ELAST = 94
29
99
pkg syscall (freebsd-amd64), const ImplementsGetwd = false
30
100
pkg syscall (freebsd-amd64), const O_CLOEXEC = 0
31
101
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
32
114
pkg syscall (freebsd-amd64-cgo), const AF_MAX = 38
33
115
pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 242
34
116
pkg syscall (freebsd-amd64-cgo), const ELAST = 94
35
117
pkg syscall (freebsd-amd64-cgo), const ImplementsGetwd = false
36
118
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
37
131
pkg syscall (freebsd-arm), const AF_MAX = 38
38
132
pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074545262
39
133
pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148287085
@@ -62,10 +156,22 @@ pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 56
62
156
pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 108
63
157
pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074558041
64
158
pkg syscall (freebsd-arm), func Fchflags(string, int) error
159
+ pkg syscall (freebsd-arm), func Mknod(string, uint32, int) error
65
160
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
66
163
pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8
67
164
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
68
171
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
69
175
pkg syscall (freebsd-arm-cgo), const AF_MAX = 38
70
176
pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074545262
71
177
pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148287085
@@ -94,10 +200,22 @@ pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 56
94
200
pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 108
95
201
pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074558041
96
202
pkg syscall (freebsd-arm-cgo), func Fchflags(string, int) error
203
+ pkg syscall (freebsd-arm-cgo), func Mknod(string, uint32, int) error
97
204
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
98
207
pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8
99
208
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
100
215
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
101
219
pkg syscall (linux-386), type Cmsghdr struct, X__cmsg_data [0]uint8
102
220
pkg syscall (linux-386-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8
103
221
pkg syscall (linux-amd64), type Cmsghdr struct, X__cmsg_data [0]uint8
@@ -109,10 +227,10 @@ pkg syscall (netbsd-386-cgo), const ImplementsGetwd = false
109
227
pkg syscall (netbsd-amd64), const ImplementsGetwd = false
110
228
pkg syscall (netbsd-amd64-cgo), const ImplementsGetwd = false
111
229
pkg syscall (netbsd-arm), const ImplementsGetwd = false
112
- pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false
113
230
pkg syscall (netbsd-arm), const SizeofIfData = 132
114
231
pkg syscall (netbsd-arm), func Fchflags(string, int) error
115
232
pkg syscall (netbsd-arm), type IfMsghdr struct, Pad_cgo_1 [4]uint8
233
+ pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false
116
234
pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132
117
235
pkg syscall (netbsd-arm-cgo), func Fchflags(string, int) error
118
236
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
140
258
pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
141
259
pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116
142
260
pkg syscall (openbsd-386), const SYS_KEVENT = 270
261
+ pkg syscall (openbsd-386), const SYS_KILL = 37
143
262
pkg syscall (openbsd-386), const SYS_LSTAT = 293
144
263
pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240
145
264
pkg syscall (openbsd-386), const SYS_SELECT = 93
@@ -193,6 +312,7 @@ pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 86
193
312
pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 117
194
313
pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 116
195
314
pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 270
315
+ pkg syscall (openbsd-386-cgo), const SYS_KILL = 37
196
316
pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 293
197
317
pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 240
198
318
pkg syscall (openbsd-386-cgo), const SYS_SELECT = 93
@@ -257,6 +377,7 @@ pkg syscall (openbsd-amd64), const SYS_GETITIMER = 86
257
377
pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 117
258
378
pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 116
259
379
pkg syscall (openbsd-amd64), const SYS_KEVENT = 270
380
+ pkg syscall (openbsd-amd64), const SYS_KILL = 37
260
381
pkg syscall (openbsd-amd64), const SYS_LSTAT = 293
261
382
pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 240
262
383
pkg syscall (openbsd-amd64), const SYS_SELECT = 93
@@ -320,6 +441,7 @@ pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 86
320
441
pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 117
321
442
pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
322
443
pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 270
444
+ pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37
323
445
pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 293
324
446
pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 240
325
447
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
348
470
pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [4]uint8
349
471
pkg syscall (openbsd-amd64-cgo), type Timespec struct, Pad_cgo_0 [4]uint8
350
472
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"
364
473
pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983295
365
474
pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr
366
475
pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara uintptr
@@ -379,81 +488,16 @@ pkg syscall (windows-amd64), type CertRevocationInfo struct, CrlInfo uintptr
379
488
pkg syscall (windows-amd64), type CertRevocationInfo struct, OidSpecificInfo uintptr
380
489
pkg syscall (windows-amd64), type CertSimpleChain struct, TrustListInfo uintptr
381
490
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)
456
493
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 }
457
496
pkg unicode, const Version = "10.0.0"
458
497
pkg unicode, const Version = "11.0.0"
459
498
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