@@ -28,6 +28,38 @@ pkg encoding/csv, method (*Reader) FieldPos(int) (int, int)
28
28
pkg go/build, type Context struct, ToolTags []string
29
29
pkg go/parser, const SkipObjectResolution = 64
30
30
pkg go/parser, const SkipObjectResolution Mode
31
+ pkg image, method (*Alpha) RGBA64At(int, int) color.RGBA64
32
+ pkg image, method (*Alpha) SetRGBA64(int, int, color.RGBA64)
33
+ pkg image, method (*Alpha16) RGBA64At(int, int) color.RGBA64
34
+ pkg image, method (*Alpha16) SetRGBA64(int, int, color.RGBA64)
35
+ pkg image, method (*CMYK) RGBA64At(int, int) color.RGBA64
36
+ pkg image, method (*CMYK) SetRGBA64(int, int, color.RGBA64)
37
+ pkg image, method (*Gray) RGBA64At(int, int) color.RGBA64
38
+ pkg image, method (*Gray) SetRGBA64(int, int, color.RGBA64)
39
+ pkg image, method (*Gray16) RGBA64At(int, int) color.RGBA64
40
+ pkg image, method (*Gray16) SetRGBA64(int, int, color.RGBA64)
41
+ pkg image, method (*NRGBA) RGBA64At(int, int) color.RGBA64
42
+ pkg image, method (*NRGBA) SetRGBA64(int, int, color.RGBA64)
43
+ pkg image, method (*NRGBA64) RGBA64At(int, int) color.RGBA64
44
+ pkg image, method (*NRGBA64) SetRGBA64(int, int, color.RGBA64)
45
+ pkg image, method (*NYCbCrA) RGBA64At(int, int) color.RGBA64
46
+ pkg image, method (*Paletted) RGBA64At(int, int) color.RGBA64
47
+ pkg image, method (*Paletted) SetRGBA64(int, int, color.RGBA64)
48
+ pkg image, method (*RGBA) RGBA64At(int, int) color.RGBA64
49
+ pkg image, method (*RGBA) SetRGBA64(int, int, color.RGBA64)
50
+ pkg image, method (*YCbCr) RGBA64At(int, int) color.RGBA64
51
+ pkg image, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At }
52
+ pkg image, type RGBA64Image interface, At(int, int) color.Color
53
+ pkg image, type RGBA64Image interface, Bounds() Rectangle
54
+ pkg image, type RGBA64Image interface, ColorModel() color.Model
55
+ pkg image, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64
56
+ pkg image/draw, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At, Set, SetRGBA64 }
57
+ pkg image/draw, type RGBA64Image interface, At(int, int) color.Color
58
+ pkg image/draw, type RGBA64Image interface, Bounds() image.Rectangle
59
+ pkg image/draw, type RGBA64Image interface, ColorModel() color.Model
60
+ pkg image/draw, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64
61
+ pkg image/draw, type RGBA64Image interface, Set(int, int, color.Color)
62
+ pkg image/draw, type RGBA64Image interface, SetRGBA64(int, int, color.RGBA64)
31
63
pkg io/fs, func FileInfoToDirEntry(FileInfo) DirEntry
32
64
pkg math, const MaxFloat64 = 1.79769e+308 // 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368
33
65
pkg math, const MaxInt = 9223372036854775807
@@ -153,7 +185,7 @@ pkg time, const Layout = "01/02 03:04:05PM '06 -0700"
153
185
pkg time, const Layout ideal-string
154
186
pkg time, func UnixMicro(int64) Time
155
187
pkg time, func UnixMilli(int64) Time
156
- pkg time, method (Time) IsDST() bool
157
188
pkg time, method (Time) GoString() string
189
+ pkg time, method (Time) IsDST() bool
158
190
pkg time, method (Time) UnixMicro() int64
159
191
pkg time, method (Time) UnixMilli() int64
0 commit comments