go1.17.txt 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293
  1. pkg archive/zip, method (*File) OpenRaw() (io.Reader, error)
  2. pkg archive/zip, method (*Writer) Copy(*File) error
  3. pkg archive/zip, method (*Writer) CreateRaw(*FileHeader) (io.Writer, error)
  4. pkg compress/lzw, method (*Reader) Close() error
  5. pkg compress/lzw, method (*Reader) Read([]uint8) (int, error)
  6. pkg compress/lzw, method (*Reader) Reset(io.Reader, Order, int)
  7. pkg compress/lzw, method (*Writer) Close() error
  8. pkg compress/lzw, method (*Writer) Reset(io.Writer, Order, int)
  9. pkg compress/lzw, method (*Writer) Write([]uint8) (int, error)
  10. pkg compress/lzw, type Reader struct
  11. pkg compress/lzw, type Writer struct
  12. pkg crypto/tls, method (*CertificateRequestInfo) Context() context.Context
  13. pkg crypto/tls, method (*ClientHelloInfo) Context() context.Context
  14. pkg crypto/tls, method (*Conn) HandshakeContext(context.Context) error
  15. pkg database/sql, method (*NullByte) Scan(interface{}) error
  16. pkg database/sql, method (*NullInt16) Scan(interface{}) error
  17. pkg database/sql, method (NullByte) Value() (driver.Value, error)
  18. pkg database/sql, method (NullInt16) Value() (driver.Value, error)
  19. pkg database/sql, type NullByte struct
  20. pkg database/sql, type NullByte struct, Byte uint8
  21. pkg database/sql, type NullByte struct, Valid bool
  22. pkg database/sql, type NullInt16 struct
  23. pkg database/sql, type NullInt16 struct, Int16 int16
  24. pkg database/sql, type NullInt16 struct, Valid bool
  25. pkg debug/elf, const SHT_MIPS_ABIFLAGS = 1879048234
  26. pkg debug/elf, const SHT_MIPS_ABIFLAGS SectionType
  27. pkg encoding/csv, method (*Reader) FieldPos(int) (int, int)
  28. pkg go/build, type Context struct, ToolTags []string
  29. pkg go/parser, const SkipObjectResolution = 64
  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 (*Uniform) RGBA64At(int, int) color.RGBA64
  51. pkg image, method (*YCbCr) RGBA64At(int, int) color.RGBA64
  52. pkg image, method (Rectangle) RGBA64At(int, int) color.RGBA64
  53. pkg image, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At }
  54. pkg image, type RGBA64Image interface, At(int, int) color.Color
  55. pkg image, type RGBA64Image interface, Bounds() Rectangle
  56. pkg image, type RGBA64Image interface, ColorModel() color.Model
  57. pkg image, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64
  58. pkg image/draw, type RGBA64Image interface { At, Bounds, ColorModel, RGBA64At, Set, SetRGBA64 }
  59. pkg image/draw, type RGBA64Image interface, At(int, int) color.Color
  60. pkg image/draw, type RGBA64Image interface, Bounds() image.Rectangle
  61. pkg image/draw, type RGBA64Image interface, ColorModel() color.Model
  62. pkg image/draw, type RGBA64Image interface, RGBA64At(int, int) color.RGBA64
  63. pkg image/draw, type RGBA64Image interface, Set(int, int, color.Color)
  64. pkg image/draw, type RGBA64Image interface, SetRGBA64(int, int, color.RGBA64)
  65. pkg io/fs, func FileInfoToDirEntry(FileInfo) DirEntry
  66. pkg math (darwin-amd64), const MaxInt = 9223372036854775807
  67. pkg math (darwin-amd64), const MaxUint = 18446744073709551615
  68. pkg math (darwin-amd64), const MinInt = -9223372036854775808
  69. pkg math (darwin-amd64-cgo), const MaxInt = 9223372036854775807
  70. pkg math (darwin-amd64-cgo), const MaxUint = 18446744073709551615
  71. pkg math (darwin-amd64-cgo), const MinInt = -9223372036854775808
  72. pkg math (darwin-arm64), const MaxInt = 9223372036854775807
  73. pkg math (darwin-arm64), const MaxUint = 18446744073709551615
  74. pkg math (darwin-arm64), const MinInt = -9223372036854775808
  75. pkg math (darwin-arm64-cgo), const MaxInt = 9223372036854775807
  76. pkg math (darwin-arm64-cgo), const MaxUint = 18446744073709551615
  77. pkg math (darwin-arm64-cgo), const MinInt = -9223372036854775808
  78. pkg math (freebsd-386), const MaxInt = 2147483647
  79. pkg math (freebsd-386), const MaxUint = 4294967295
  80. pkg math (freebsd-386), const MinInt = -2147483648
  81. pkg math (freebsd-386-cgo), const MaxInt = 2147483647
  82. pkg math (freebsd-386-cgo), const MaxUint = 4294967295
  83. pkg math (freebsd-386-cgo), const MinInt = -2147483648
  84. pkg math (freebsd-amd64), const MaxInt = 9223372036854775807
  85. pkg math (freebsd-amd64), const MaxUint = 18446744073709551615
  86. pkg math (freebsd-amd64), const MinInt = -9223372036854775808
  87. pkg math (freebsd-amd64-cgo), const MaxInt = 9223372036854775807
  88. pkg math (freebsd-amd64-cgo), const MaxUint = 18446744073709551615
  89. pkg math (freebsd-amd64-cgo), const MinInt = -9223372036854775808
  90. pkg math (freebsd-arm), const MaxInt = 2147483647
  91. pkg math (freebsd-arm), const MaxUint = 4294967295
  92. pkg math (freebsd-arm), const MinInt = -2147483648
  93. pkg math (freebsd-arm-cgo), const MaxInt = 2147483647
  94. pkg math (freebsd-arm-cgo), const MaxUint = 4294967295
  95. pkg math (freebsd-arm-cgo), const MinInt = -2147483648
  96. pkg math (linux-386), const MaxInt = 2147483647
  97. pkg math (linux-386), const MaxUint = 4294967295
  98. pkg math (linux-386), const MinInt = -2147483648
  99. pkg math (linux-386-cgo), const MaxInt = 2147483647
  100. pkg math (linux-386-cgo), const MaxUint = 4294967295
  101. pkg math (linux-386-cgo), const MinInt = -2147483648
  102. pkg math (linux-amd64), const MaxInt = 9223372036854775807
  103. pkg math (linux-amd64), const MaxUint = 18446744073709551615
  104. pkg math (linux-amd64), const MinInt = -9223372036854775808
  105. pkg math (linux-amd64-cgo), const MaxInt = 9223372036854775807
  106. pkg math (linux-amd64-cgo), const MaxUint = 18446744073709551615
  107. pkg math (linux-amd64-cgo), const MinInt = -9223372036854775808
  108. pkg math (linux-arm), const MaxInt = 2147483647
  109. pkg math (linux-arm), const MaxUint = 4294967295
  110. pkg math (linux-arm), const MinInt = -2147483648
  111. pkg math (linux-arm-cgo), const MaxInt = 2147483647
  112. pkg math (linux-arm-cgo), const MaxUint = 4294967295
  113. pkg math (linux-arm-cgo), const MinInt = -2147483648
  114. pkg math (netbsd-386), const MaxInt = 2147483647
  115. pkg math (netbsd-386), const MaxUint = 4294967295
  116. pkg math (netbsd-386), const MinInt = -2147483648
  117. pkg math (netbsd-386-cgo), const MaxInt = 2147483647
  118. pkg math (netbsd-386-cgo), const MaxUint = 4294967295
  119. pkg math (netbsd-386-cgo), const MinInt = -2147483648
  120. pkg math (netbsd-amd64), const MaxInt = 9223372036854775807
  121. pkg math (netbsd-amd64), const MaxUint = 18446744073709551615
  122. pkg math (netbsd-amd64), const MinInt = -9223372036854775808
  123. pkg math (netbsd-amd64-cgo), const MaxInt = 9223372036854775807
  124. pkg math (netbsd-amd64-cgo), const MaxUint = 18446744073709551615
  125. pkg math (netbsd-amd64-cgo), const MinInt = -9223372036854775808
  126. pkg math (netbsd-arm), const MaxInt = 2147483647
  127. pkg math (netbsd-arm), const MaxUint = 4294967295
  128. pkg math (netbsd-arm), const MinInt = -2147483648
  129. pkg math (netbsd-arm-cgo), const MaxInt = 2147483647
  130. pkg math (netbsd-arm-cgo), const MaxUint = 4294967295
  131. pkg math (netbsd-arm-cgo), const MinInt = -2147483648
  132. pkg math (netbsd-arm64), const MaxInt = 9223372036854775807
  133. pkg math (netbsd-arm64), const MaxUint = 18446744073709551615
  134. pkg math (netbsd-arm64), const MinInt = -9223372036854775808
  135. pkg math (netbsd-arm64-cgo), const MaxInt = 9223372036854775807
  136. pkg math (netbsd-arm64-cgo), const MaxUint = 18446744073709551615
  137. pkg math (netbsd-arm64-cgo), const MinInt = -9223372036854775808
  138. pkg math (openbsd-386), const MaxInt = 2147483647
  139. pkg math (openbsd-386), const MaxUint = 4294967295
  140. pkg math (openbsd-386), const MinInt = -2147483648
  141. pkg math (openbsd-386-cgo), const MaxInt = 2147483647
  142. pkg math (openbsd-386-cgo), const MaxUint = 4294967295
  143. pkg math (openbsd-386-cgo), const MinInt = -2147483648
  144. pkg math (openbsd-amd64), const MaxInt = 9223372036854775807
  145. pkg math (openbsd-amd64), const MaxUint = 18446744073709551615
  146. pkg math (openbsd-amd64), const MinInt = -9223372036854775808
  147. pkg math (openbsd-amd64-cgo), const MaxInt = 9223372036854775807
  148. pkg math (openbsd-amd64-cgo), const MaxUint = 18446744073709551615
  149. pkg math (openbsd-amd64-cgo), const MinInt = -9223372036854775808
  150. pkg math (windows-386), const MaxInt = 2147483647
  151. pkg math (windows-386), const MaxUint = 4294967295
  152. pkg math (windows-386), const MinInt = -2147483648
  153. pkg math (windows-amd64), const MaxInt = 9223372036854775807
  154. pkg math (windows-amd64), const MaxUint = 18446744073709551615
  155. pkg math (windows-amd64), const MinInt = -9223372036854775808
  156. pkg math, const MaxFloat64 = 1.79769e+308 // 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368
  157. pkg math, const MaxInt ideal-int
  158. pkg math, const MaxUint ideal-int
  159. pkg math, const MinInt ideal-int
  160. pkg math, const SmallestNonzeroFloat32 = 1.4013e-45 // 1/713623846352979940529142984724747568191373312
  161. pkg math, const SmallestNonzeroFloat64 = 4.94066e-324 // 1/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784
  162. pkg net, method (*ParseError) Temporary() bool
  163. pkg net, method (*ParseError) Timeout() bool
  164. pkg net, method (IP) IsPrivate() bool
  165. pkg net/http, func AllowQuerySemicolons(Handler) Handler
  166. pkg net/url, method (Values) Has(string) bool
  167. pkg reflect, func VisibleFields(Type) []StructField
  168. pkg reflect, method (Method) IsExported() bool
  169. pkg reflect, method (StructField) IsExported() bool
  170. pkg reflect, method (Value) CanConvert(Type) bool
  171. pkg reflect, method (Value) InterfaceData //deprecated
  172. pkg runtime/cgo (darwin-amd64-cgo), func NewHandle(interface{}) Handle
  173. pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Delete()
  174. pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Value() interface{}
  175. pkg runtime/cgo (darwin-amd64-cgo), type Handle uintptr
  176. pkg runtime/cgo (darwin-arm64-cgo), func NewHandle(interface{}) Handle
  177. pkg runtime/cgo (darwin-arm64-cgo), method (Handle) Delete()
  178. pkg runtime/cgo (darwin-arm64-cgo), method (Handle) Value() interface{}
  179. pkg runtime/cgo (darwin-arm64-cgo), type Handle uintptr
  180. pkg runtime/cgo (freebsd-386-cgo), func NewHandle(interface{}) Handle
  181. pkg runtime/cgo (freebsd-386-cgo), method (Handle) Delete()
  182. pkg runtime/cgo (freebsd-386-cgo), method (Handle) Value() interface{}
  183. pkg runtime/cgo (freebsd-386-cgo), type Handle uintptr
  184. pkg runtime/cgo (freebsd-amd64-cgo), func NewHandle(interface{}) Handle
  185. pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Delete()
  186. pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Value() interface{}
  187. pkg runtime/cgo (freebsd-amd64-cgo), type Handle uintptr
  188. pkg runtime/cgo (freebsd-arm-cgo), func NewHandle(interface{}) Handle
  189. pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Delete()
  190. pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Value() interface{}
  191. pkg runtime/cgo (freebsd-arm-cgo), type Handle uintptr
  192. pkg runtime/cgo (linux-386-cgo), func NewHandle(interface{}) Handle
  193. pkg runtime/cgo (linux-386-cgo), method (Handle) Delete()
  194. pkg runtime/cgo (linux-386-cgo), method (Handle) Value() interface{}
  195. pkg runtime/cgo (linux-386-cgo), type Handle uintptr
  196. pkg runtime/cgo (linux-amd64-cgo), func NewHandle(interface{}) Handle
  197. pkg runtime/cgo (linux-amd64-cgo), method (Handle) Delete()
  198. pkg runtime/cgo (linux-amd64-cgo), method (Handle) Value() interface{}
  199. pkg runtime/cgo (linux-amd64-cgo), type Handle uintptr
  200. pkg runtime/cgo (linux-arm-cgo), func NewHandle(interface{}) Handle
  201. pkg runtime/cgo (linux-arm-cgo), method (Handle) Delete()
  202. pkg runtime/cgo (linux-arm-cgo), method (Handle) Value() interface{}
  203. pkg runtime/cgo (linux-arm-cgo), type Handle uintptr
  204. pkg runtime/cgo (netbsd-386-cgo), func NewHandle(interface{}) Handle
  205. pkg runtime/cgo (netbsd-386-cgo), method (Handle) Delete()
  206. pkg runtime/cgo (netbsd-386-cgo), method (Handle) Value() interface{}
  207. pkg runtime/cgo (netbsd-386-cgo), type Handle uintptr
  208. pkg runtime/cgo (netbsd-amd64-cgo), func NewHandle(interface{}) Handle
  209. pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Delete()
  210. pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Value() interface{}
  211. pkg runtime/cgo (netbsd-amd64-cgo), type Handle uintptr
  212. pkg runtime/cgo (netbsd-arm-cgo), func NewHandle(interface{}) Handle
  213. pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Delete()
  214. pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Value() interface{}
  215. pkg runtime/cgo (netbsd-arm-cgo), type Handle uintptr
  216. pkg runtime/cgo (netbsd-arm64-cgo), func NewHandle(interface{}) Handle
  217. pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Delete()
  218. pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Value() interface{}
  219. pkg runtime/cgo (netbsd-arm64-cgo), type Handle uintptr
  220. pkg runtime/cgo (openbsd-386-cgo), func NewHandle(interface{}) Handle
  221. pkg runtime/cgo (openbsd-386-cgo), method (Handle) Delete()
  222. pkg runtime/cgo (openbsd-386-cgo), method (Handle) Value() interface{}
  223. pkg runtime/cgo (openbsd-386-cgo), type Handle uintptr
  224. pkg runtime/cgo (openbsd-amd64-cgo), func NewHandle(interface{}) Handle
  225. pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Delete()
  226. pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Value() interface{}
  227. pkg runtime/cgo (openbsd-amd64-cgo), type Handle uintptr
  228. pkg strconv, func QuotedPrefix(string) (string, error)
  229. pkg sync/atomic, method (*Value) CompareAndSwap(interface{}, interface{}) bool
  230. pkg sync/atomic, method (*Value) Swap(interface{}) interface{}
  231. pkg syscall (netbsd-386), const SYS_WAIT6 = 481
  232. pkg syscall (netbsd-386), const SYS_WAIT6 ideal-int
  233. pkg syscall (netbsd-386), const WEXITED = 32
  234. pkg syscall (netbsd-386), const WEXITED ideal-int
  235. pkg syscall (netbsd-386-cgo), const SYS_WAIT6 = 481
  236. pkg syscall (netbsd-386-cgo), const SYS_WAIT6 ideal-int
  237. pkg syscall (netbsd-386-cgo), const WEXITED = 32
  238. pkg syscall (netbsd-386-cgo), const WEXITED ideal-int
  239. pkg syscall (netbsd-amd64), const SYS_WAIT6 = 481
  240. pkg syscall (netbsd-amd64), const SYS_WAIT6 ideal-int
  241. pkg syscall (netbsd-amd64), const WEXITED = 32
  242. pkg syscall (netbsd-amd64), const WEXITED ideal-int
  243. pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 = 481
  244. pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 ideal-int
  245. pkg syscall (netbsd-amd64-cgo), const WEXITED = 32
  246. pkg syscall (netbsd-amd64-cgo), const WEXITED ideal-int
  247. pkg syscall (netbsd-arm), const SYS_WAIT6 = 481
  248. pkg syscall (netbsd-arm), const SYS_WAIT6 ideal-int
  249. pkg syscall (netbsd-arm), const WEXITED = 32
  250. pkg syscall (netbsd-arm), const WEXITED ideal-int
  251. pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 = 481
  252. pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 ideal-int
  253. pkg syscall (netbsd-arm-cgo), const WEXITED = 32
  254. pkg syscall (netbsd-arm-cgo), const WEXITED ideal-int
  255. pkg syscall (netbsd-arm64), const SYS_WAIT6 = 481
  256. pkg syscall (netbsd-arm64), const SYS_WAIT6 ideal-int
  257. pkg syscall (netbsd-arm64), const WEXITED = 32
  258. pkg syscall (netbsd-arm64), const WEXITED ideal-int
  259. pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 = 481
  260. pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 ideal-int
  261. pkg syscall (netbsd-arm64-cgo), const WEXITED = 32
  262. pkg syscall (netbsd-arm64-cgo), const WEXITED ideal-int
  263. pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC = 2048
  264. pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC ideal-int
  265. pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048
  266. pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int
  267. pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
  268. pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC ideal-int
  269. pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048
  270. pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int
  271. pkg syscall (windows-386), func CreateIoCompletionPort //deprecated
  272. pkg syscall (windows-386), func GetQueuedCompletionStatus //deprecated
  273. pkg syscall (windows-386), func PostQueuedCompletionStatus //deprecated
  274. pkg syscall (windows-386), type SysProcAttr struct, AdditionalInheritedHandles []Handle
  275. pkg syscall (windows-386), type SysProcAttr struct, ParentProcess Handle
  276. pkg syscall (windows-amd64), func CreateIoCompletionPort //deprecated
  277. pkg syscall (windows-amd64), func GetQueuedCompletionStatus //deprecated
  278. pkg syscall (windows-amd64), func PostQueuedCompletionStatus //deprecated
  279. pkg syscall (windows-amd64), type SysProcAttr struct, AdditionalInheritedHandles []Handle
  280. pkg syscall (windows-amd64), type SysProcAttr struct, ParentProcess Handle
  281. pkg testing, method (*B) Setenv(string, string)
  282. pkg testing, method (*T) Setenv(string, string)
  283. pkg testing, type TB interface, Setenv(string, string)
  284. pkg text/template/parse, const SkipFuncCheck = 2
  285. pkg text/template/parse, const SkipFuncCheck Mode
  286. pkg time, const Layout = "01/02 03:04:05PM '06 -0700"
  287. pkg time, const Layout ideal-string
  288. pkg time, func UnixMicro(int64) Time
  289. pkg time, func UnixMilli(int64) Time
  290. pkg time, method (Time) GoString() string
  291. pkg time, method (Time) IsDST() bool
  292. pkg time, method (Time) UnixMicro() int64
  293. pkg time, method (Time) UnixMilli() int64