ADAPT-Chase commited on
Commit
e89f72b
·
verified ·
1 Parent(s): c8f6dca

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -0
  2. platform/dbops/binaries/go/go/CONTRIBUTING.md +35 -0
  3. platform/dbops/binaries/go/go/LICENSE +27 -0
  4. platform/dbops/binaries/go/go/PATENTS +22 -0
  5. platform/dbops/binaries/go/go/README.md +42 -0
  6. platform/dbops/binaries/go/go/SECURITY.md +13 -0
  7. platform/dbops/binaries/go/go/VERSION +2 -0
  8. platform/dbops/binaries/go/go/api/README +23 -0
  9. platform/dbops/binaries/go/go/api/except.txt +600 -0
  10. platform/dbops/binaries/go/go/api/go1.1.txt +0 -0
  11. platform/dbops/binaries/go/go/api/go1.10.txt +627 -0
  12. platform/dbops/binaries/go/go/api/go1.11.txt +559 -0
  13. platform/dbops/binaries/go/go/api/go1.12.txt +228 -0
  14. platform/dbops/binaries/go/go/api/go1.13.txt +0 -0
  15. platform/dbops/binaries/go/go/api/go1.14.txt +0 -0
  16. platform/dbops/binaries/go/go/api/go1.15.txt +130 -0
  17. platform/dbops/binaries/go/go/api/go1.16.txt +0 -0
  18. platform/dbops/binaries/go/go/api/go1.17.txt +303 -0
  19. platform/dbops/binaries/go/go/api/go1.18.txt +253 -0
  20. platform/dbops/binaries/go/go/api/go1.19.txt +309 -0
  21. platform/dbops/binaries/go/go/api/go1.2.txt +0 -0
  22. platform/dbops/binaries/go/go/api/go1.20.txt +0 -0
  23. platform/dbops/binaries/go/go/api/go1.21.txt +426 -0
  24. platform/dbops/binaries/go/go/api/go1.22.txt +135 -0
  25. platform/dbops/binaries/go/go/api/go1.3.txt +0 -0
  26. platform/dbops/binaries/go/go/api/go1.4.txt +604 -0
  27. platform/dbops/binaries/go/go/api/go1.5.txt +975 -0
  28. platform/dbops/binaries/go/go/api/go1.6.txt +275 -0
  29. platform/dbops/binaries/go/go/api/go1.7.txt +285 -0
  30. platform/dbops/binaries/go/go/api/go1.8.txt +261 -0
  31. platform/dbops/binaries/go/go/api/go1.9.txt +196 -0
  32. platform/dbops/binaries/go/go/api/go1.txt +0 -0
  33. platform/dbops/binaries/go/go/bin/go +3 -0
  34. platform/dbops/binaries/go/go/bin/gofmt +3 -0
  35. platform/dbops/binaries/go/go/codereview.cfg +2 -0
  36. platform/dbops/binaries/go/go/doc/asm.html +1073 -0
  37. platform/dbops/binaries/go/go/doc/go1.17_spec.html +0 -0
  38. platform/dbops/binaries/go/go/doc/go_mem.html +977 -0
  39. platform/dbops/binaries/go/go/doc/go_spec.html +0 -0
  40. platform/dbops/binaries/go/go/doc/godebug.md +280 -0
  41. platform/dbops/binaries/go/go/go.env +12 -0
  42. platform/dbops/binaries/go/go/misc/editors +5 -0
  43. platform/dbops/binaries/go/go/misc/go.mod +6 -0
  44. platform/dbops/binaries/go/go/src/Make.dist +19 -0
  45. platform/dbops/binaries/go/go/src/README.vendor +51 -0
  46. platform/dbops/binaries/go/go/src/all.bash +13 -0
  47. platform/dbops/binaries/go/go/src/all.bat +22 -0
  48. platform/dbops/binaries/go/go/src/all.rc +16 -0
  49. platform/dbops/binaries/go/go/src/bootstrap.bash +85 -0
  50. platform/dbops/binaries/go/go/src/buildall.bash +92 -0
.gitattributes CHANGED
@@ -4083,3 +4083,5 @@ tool_server/.venv/lib/python3.12/site-packages/nvidia/cusolver/lib/libcusolverMg
4083
  tool_server/.venv/lib/python3.12/site-packages/httptools/parser/parser.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
4084
  tool_server/.venv/lib/python3.12/site-packages/httptools/parser/url_parser.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
4085
  tool_server/.venv/lib/python3.12/site-packages/dill/__pycache__/_dill.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
 
 
 
4083
  tool_server/.venv/lib/python3.12/site-packages/httptools/parser/parser.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
4084
  tool_server/.venv/lib/python3.12/site-packages/httptools/parser/url_parser.cpython-312-x86_64-linux-gnu.so filter=lfs diff=lfs merge=lfs -text
4085
  tool_server/.venv/lib/python3.12/site-packages/dill/__pycache__/_dill.cpython-312.pyc filter=lfs diff=lfs merge=lfs -text
4086
+ platform/dbops/binaries/go/go/bin/go filter=lfs diff=lfs merge=lfs -text
4087
+ platform/dbops/binaries/go/go/bin/gofmt filter=lfs diff=lfs merge=lfs -text
platform/dbops/binaries/go/go/CONTRIBUTING.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Contributing to Go
2
+
3
+ Go is an open source project.
4
+
5
+ It is the work of hundreds of contributors. We appreciate your help!
6
+
7
+ ## Before filing an issue
8
+
9
+ If you are unsure whether you have found a bug, please consider asking in the [golang-nuts mailing
10
+ list](https://groups.google.com/forum/#!forum/golang-nuts) or [other forums](https://golang.org/help/) first. If
11
+ the behavior you are seeing is confirmed as a bug or issue, it can easily be re-raised in the issue tracker.
12
+
13
+ ## Filing issues
14
+
15
+ Sensitive security-related issues should be reported to [security@golang.org](mailto:security@golang.org).
16
+ See the [security policy](https://golang.org/security) for details.
17
+
18
+ The recommended way to file an issue is by running `go bug`.
19
+ Otherwise, when filing an issue, make sure to answer these five questions:
20
+
21
+ 1. What version of Go are you using (`go version`)?
22
+ 2. What operating system and processor architecture are you using?
23
+ 3. What did you do?
24
+ 4. What did you expect to see?
25
+ 5. What did you see instead?
26
+
27
+ For change proposals, see [Proposing Changes To Go](https://go.dev/s/proposal-process).
28
+
29
+ ## Contributing code
30
+
31
+ Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html) before sending patches.
32
+
33
+ Unless otherwise noted, the Go source files are distributed under
34
+ the BSD-style license found in the LICENSE file.
35
+
platform/dbops/binaries/go/go/LICENSE ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Copyright (c) 2009 The Go Authors. All rights reserved.
2
+
3
+ Redistribution and use in source and binary forms, with or without
4
+ modification, are permitted provided that the following conditions are
5
+ met:
6
+
7
+ * Redistributions of source code must retain the above copyright
8
+ notice, this list of conditions and the following disclaimer.
9
+ * Redistributions in binary form must reproduce the above
10
+ copyright notice, this list of conditions and the following disclaimer
11
+ in the documentation and/or other materials provided with the
12
+ distribution.
13
+ * Neither the name of Google Inc. nor the names of its
14
+ contributors may be used to endorse or promote products derived from
15
+ this software without specific prior written permission.
16
+
17
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
18
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
19
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
20
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
21
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
22
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
23
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
platform/dbops/binaries/go/go/PATENTS ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Additional IP Rights Grant (Patents)
2
+
3
+ "This implementation" means the copyrightable works distributed by
4
+ Google as part of the Go project.
5
+
6
+ Google hereby grants to You a perpetual, worldwide, non-exclusive,
7
+ no-charge, royalty-free, irrevocable (except as stated in this section)
8
+ patent license to make, have made, use, offer to sell, sell, import,
9
+ transfer and otherwise run, modify and propagate the contents of this
10
+ implementation of Go, where such license applies only to those patent
11
+ claims, both currently owned or controlled by Google and acquired in
12
+ the future, licensable by Google that are necessarily infringed by this
13
+ implementation of Go. This grant does not include claims that would be
14
+ infringed only as a consequence of further modification of this
15
+ implementation. If you or your agent or exclusive licensee institute or
16
+ order or agree to the institution of patent litigation against any
17
+ entity (including a cross-claim or counterclaim in a lawsuit) alleging
18
+ that this implementation of Go or any code incorporated within this
19
+ implementation of Go constitutes direct or contributory patent
20
+ infringement, or inducement of patent infringement, then any patent
21
+ rights granted to you under this License for this implementation of Go
22
+ shall terminate as of the date such litigation is filed.
platform/dbops/binaries/go/go/README.md ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # The Go Programming Language
2
+
3
+ Go is an open source programming language that makes it easy to build simple,
4
+ reliable, and efficient software.
5
+
6
+ ![Gopher image](https://golang.org/doc/gopher/fiveyears.jpg)
7
+ *Gopher image by [Renee French][rf], licensed under [Creative Commons 4.0 Attributions license][cc4-by].*
8
+
9
+ Our canonical Git repository is located at https://go.googlesource.com/go.
10
+ There is a mirror of the repository at https://github.com/golang/go.
11
+
12
+ Unless otherwise noted, the Go source files are distributed under the
13
+ BSD-style license found in the LICENSE file.
14
+
15
+ ### Download and Install
16
+
17
+ #### Binary Distributions
18
+
19
+ Official binary distributions are available at https://go.dev/dl/.
20
+
21
+ After downloading a binary release, visit https://go.dev/doc/install
22
+ for installation instructions.
23
+
24
+ #### Install From Source
25
+
26
+ If a binary distribution is not available for your combination of
27
+ operating system and architecture, visit
28
+ https://go.dev/doc/install/source
29
+ for source installation instructions.
30
+
31
+ ### Contributing
32
+
33
+ Go is the work of thousands of contributors. We appreciate your help!
34
+
35
+ To contribute, please read the contribution guidelines at https://go.dev/doc/contribute.
36
+
37
+ Note that the Go project uses the issue tracker for bug reports and
38
+ proposals only. See https://go.dev/wiki/Questions for a list of
39
+ places to ask questions about the Go language.
40
+
41
+ [rf]: https://reneefrench.blogspot.com/
42
+ [cc4-by]: https://creativecommons.org/licenses/by/4.0/
platform/dbops/binaries/go/go/SECURITY.md ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Security Policy
2
+
3
+ ## Supported Versions
4
+
5
+ We support the past two Go releases (for example, Go 1.17.x and Go 1.18.x when Go 1.18.x is the latest stable release).
6
+
7
+ See https://go.dev/wiki/Go-Release-Cycle and in particular the
8
+ [Release Maintenance](https://go.dev/wiki/Go-Release-Cycle#release-maintenance)
9
+ part of that page.
10
+
11
+ ## Reporting a Vulnerability
12
+
13
+ See https://go.dev/security/policy for how to report a vulnerability.
platform/dbops/binaries/go/go/VERSION ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ go1.22.5
2
+ time 2024-06-27T20:11:12Z
platform/dbops/binaries/go/go/api/README ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Files in this directory are data for Go's API checker ("go tool api", in src/cmd/api).
2
+
3
+ Each file is a list of API features, one per line.
4
+
5
+ go1.txt (and similarly named files) are frozen once a version has been
6
+ shipped. Each file adds new lines but does not remove any.
7
+
8
+ except.txt lists features that may disappear without breaking true
9
+ compatibility.
10
+
11
+ Starting with go1.19.txt, each API feature line must end in "#nnnnn"
12
+ giving the GitHub issue number of the proposal issue that accepted
13
+ the new API. This helps with our end-of-cycle audit of new APIs.
14
+ The same requirement applies to next/* (described below), which will
15
+ become a go1.XX.txt for XX >= 19.
16
+
17
+ The next/ directory contains the only files intended to be mutated.
18
+ Each file in that directory contains a list of features that may be added
19
+ to the next release of Go. The files in this directory only affect the
20
+ warning output from the go api tool. Each file should be named
21
+ nnnnn.txt, after the issue number for the accepted proposal.
22
+ (The #nnnnn suffix must also appear at the end of each line in the file;
23
+ that will be preserved when next/*.txt is concatenated into go1.XX.txt.)
platform/dbops/binaries/go/go/api/except.txt ADDED
@@ -0,0 +1,600 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg crypto/tls, type ConnectionState struct, TLSUnique //deprecated
2
+ pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 61
3
+ pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error)
4
+ pkg math, const MaxFloat64 = 1.79769e+308 // 179769313486231570814527423731704356798100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
5
+ pkg math, const SmallestNonzeroFloat32 = 1.4013e-45 // 17516230804060213386546619791123951641/12500000000000000000000000000000000000000000000000000000000000000000000000000000000
6
+ pkg math, const SmallestNonzeroFloat64 = 4.94066e-324 // 4940656458412465441765687928682213723651/1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
7
+ pkg math/big, const MaxBase = 36
8
+ pkg math/big, type Word uintptr
9
+ pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error)
10
+ pkg os (linux-arm), const O_SYNC = 1052672
11
+ pkg os (linux-arm), const O_SYNC = 4096
12
+ pkg os (linux-arm-cgo), const O_SYNC = 1052672
13
+ pkg os (linux-arm-cgo), const O_SYNC = 4096
14
+ pkg os, const ModeAppend FileMode
15
+ pkg os, const ModeCharDevice FileMode
16
+ pkg os, const ModeDevice FileMode
17
+ pkg os, const ModeDir FileMode
18
+ pkg os, const ModeExclusive FileMode
19
+ pkg os, const ModeIrregular FileMode
20
+ pkg os, const ModeNamedPipe FileMode
21
+ pkg os, const ModePerm FileMode
22
+ pkg os, const ModeSetgid FileMode
23
+ pkg os, const ModeSetuid FileMode
24
+ pkg os, const ModeSocket FileMode
25
+ pkg os, const ModeSticky FileMode
26
+ pkg os, const ModeSymlink FileMode
27
+ pkg os, const ModeTemporary FileMode
28
+ pkg os, const ModeType = 2399141888
29
+ pkg os, const ModeType = 2399666176
30
+ pkg os, const ModeType FileMode
31
+ pkg os, func Chmod(string, FileMode) error
32
+ pkg os, func Lstat(string) (FileInfo, error)
33
+ pkg os, func Mkdir(string, FileMode) error
34
+ pkg os, func MkdirAll(string, FileMode) error
35
+ pkg os, func OpenFile(string, int, FileMode) (*File, error)
36
+ pkg os, func SameFile(FileInfo, FileInfo) bool
37
+ pkg os, func Stat(string) (FileInfo, error)
38
+ pkg os, method (*File) Chmod(FileMode) error
39
+ pkg os, method (*File) Readdir(int) ([]FileInfo, error)
40
+ pkg os, method (*File) Stat() (FileInfo, error)
41
+ pkg os, method (*PathError) Error() string
42
+ pkg os, method (*PathError) Timeout() bool
43
+ pkg os, method (*PathError) Unwrap() error
44
+ pkg os, method (FileMode) IsDir() bool
45
+ pkg os, method (FileMode) IsRegular() bool
46
+ pkg os, method (FileMode) Perm() FileMode
47
+ pkg os, method (FileMode) String() string
48
+ pkg os, type FileInfo interface { IsDir, ModTime, Mode, Name, Size, Sys }
49
+ pkg os, type FileInfo interface, IsDir() bool
50
+ pkg os, type FileInfo interface, ModTime() time.Time
51
+ pkg os, type FileInfo interface, Mode() FileMode
52
+ pkg os, type FileInfo interface, Name() string
53
+ pkg os, type FileInfo interface, Size() int64
54
+ pkg os, type FileInfo interface, Sys() interface{}
55
+ pkg os, type FileMode uint32
56
+ pkg os, type PathError struct
57
+ pkg os, type PathError struct, Err error
58
+ pkg os, type PathError struct, Op string
59
+ pkg os, type PathError struct, Path string
60
+ pkg syscall (darwin-amd64), const ImplementsGetwd = false
61
+ pkg syscall (darwin-amd64), func Fchflags(string, int) error
62
+ pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false
63
+ pkg syscall (darwin-amd64-cgo), func Fchflags(string, int) error
64
+ pkg syscall (freebsd-386), const AF_MAX = 38
65
+ pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 242
66
+ pkg syscall (freebsd-386), const ELAST = 94
67
+ pkg syscall (freebsd-386), const ImplementsGetwd = false
68
+ pkg syscall (freebsd-386), const O_CLOEXEC = 0
69
+ pkg syscall (freebsd-386), func Fchflags(string, int) error
70
+ pkg syscall (freebsd-386), func Mknod(string, uint32, int) error
71
+ pkg syscall (freebsd-386), type Dirent struct, Fileno uint32
72
+ pkg syscall (freebsd-386), type Dirent struct, Namlen uint8
73
+ pkg syscall (freebsd-386), type Stat_t struct, Blksize uint32
74
+ pkg syscall (freebsd-386), type Stat_t struct, Dev uint32
75
+ pkg syscall (freebsd-386), type Stat_t struct, Gen uint32
76
+ pkg syscall (freebsd-386), type Stat_t struct, Ino uint32
77
+ pkg syscall (freebsd-386), type Stat_t struct, Lspare int32
78
+ pkg syscall (freebsd-386), type Stat_t struct, Nlink uint16
79
+ pkg syscall (freebsd-386), type Stat_t struct, Pad_cgo_0 [8]uint8
80
+ pkg syscall (freebsd-386), type Stat_t struct, Rdev uint32
81
+ pkg syscall (freebsd-386), type Statfs_t struct, Mntfromname [88]int8
82
+ pkg syscall (freebsd-386), type Statfs_t struct, Mntonname [88]int8
83
+ pkg syscall (freebsd-386-cgo), const AF_MAX = 38
84
+ pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX = 242
85
+ pkg syscall (freebsd-386-cgo), const ELAST = 94
86
+ pkg syscall (freebsd-386-cgo), const ImplementsGetwd = false
87
+ pkg syscall (freebsd-386-cgo), const O_CLOEXEC = 0
88
+ pkg syscall (freebsd-386-cgo), func Mknod(string, uint32, int) error
89
+ pkg syscall (freebsd-386-cgo), type Dirent struct, Fileno uint32
90
+ pkg syscall (freebsd-386-cgo), type Dirent struct, Namlen uint8
91
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Blksize uint32
92
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Dev uint32
93
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Gen uint32
94
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Ino uint32
95
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Lspare int32
96
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Nlink uint16
97
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Pad_cgo_0 [8]uint8
98
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Rdev uint32
99
+ pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntfromname [88]int8
100
+ pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [88]int8
101
+ pkg syscall (freebsd-amd64), const AF_MAX = 38
102
+ pkg syscall (freebsd-amd64), const DLT_MATCHING_MAX = 242
103
+ pkg syscall (freebsd-amd64), const ELAST = 94
104
+ pkg syscall (freebsd-amd64), const ImplementsGetwd = false
105
+ pkg syscall (freebsd-amd64), const O_CLOEXEC = 0
106
+ pkg syscall (freebsd-amd64), func Fchflags(string, int) error
107
+ pkg syscall (freebsd-amd64), func Mknod(string, uint32, int) error
108
+ pkg syscall (freebsd-amd64), type Dirent struct, Fileno uint32
109
+ pkg syscall (freebsd-amd64), type Dirent struct, Namlen uint8
110
+ pkg syscall (freebsd-amd64), type Stat_t struct, Blksize uint32
111
+ pkg syscall (freebsd-amd64), type Stat_t struct, Dev uint32
112
+ pkg syscall (freebsd-amd64), type Stat_t struct, Gen uint32
113
+ pkg syscall (freebsd-amd64), type Stat_t struct, Ino uint32
114
+ pkg syscall (freebsd-amd64), type Stat_t struct, Lspare int32
115
+ pkg syscall (freebsd-amd64), type Stat_t struct, Nlink uint16
116
+ pkg syscall (freebsd-amd64), type Stat_t struct, Rdev uint32
117
+ pkg syscall (freebsd-amd64), type Statfs_t struct, Mntfromname [88]int8
118
+ pkg syscall (freebsd-amd64), type Statfs_t struct, Mntonname [88]int8
119
+ pkg syscall (freebsd-amd64-cgo), const AF_MAX = 38
120
+ pkg syscall (freebsd-amd64-cgo), const DLT_MATCHING_MAX = 242
121
+ pkg syscall (freebsd-amd64-cgo), const ELAST = 94
122
+ pkg syscall (freebsd-amd64-cgo), const ImplementsGetwd = false
123
+ pkg syscall (freebsd-amd64-cgo), const O_CLOEXEC = 0
124
+ pkg syscall (freebsd-amd64-cgo), func Mknod(string, uint32, int) error
125
+ pkg syscall (freebsd-amd64-cgo), type Dirent struct, Fileno uint32
126
+ pkg syscall (freebsd-amd64-cgo), type Dirent struct, Namlen uint8
127
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Blksize uint32
128
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Dev uint32
129
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Gen uint32
130
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Ino uint32
131
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Lspare int32
132
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Nlink uint16
133
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Rdev uint32
134
+ pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntfromname [88]int8
135
+ pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntonname [88]int8
136
+ pkg syscall (freebsd-arm), const AF_MAX = 38
137
+ pkg syscall (freebsd-arm), const BIOCGRTIMEOUT = 1074545262
138
+ pkg syscall (freebsd-arm), const BIOCSRTIMEOUT = 2148287085
139
+ pkg syscall (freebsd-arm), const ELAST = 94
140
+ pkg syscall (freebsd-arm), const ImplementsGetwd = false
141
+ pkg syscall (freebsd-arm), const O_CLOEXEC = 0
142
+ pkg syscall (freebsd-arm), const SIOCAIFADDR = 2151967019
143
+ pkg syscall (freebsd-arm), const SIOCGIFSTATUS = 3274991931
144
+ pkg syscall (freebsd-arm), const SIOCSIFPHYADDR = 2151967046
145
+ pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET = 537
146
+ pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_GET ideal-int
147
+ pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT = 536
148
+ pkg syscall (freebsd-arm), const SYS_CAP_FCNTLS_LIMIT ideal-int
149
+ pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET = 535
150
+ pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_GET ideal-int
151
+ pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT = 534
152
+ pkg syscall (freebsd-arm), const SYS_CAP_IOCTLS_LIMIT ideal-int
153
+ pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET = 515
154
+ pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_GET ideal-int
155
+ pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT = 533
156
+ pkg syscall (freebsd-arm), const SYS_CAP_RIGHTS_LIMIT ideal-int
157
+ pkg syscall (freebsd-arm), const SizeofBpfHdr = 24
158
+ pkg syscall (freebsd-arm), const SizeofIfData = 88
159
+ pkg syscall (freebsd-arm), const SizeofIfMsghdr = 104
160
+ pkg syscall (freebsd-arm), const SizeofSockaddrDatalink = 56
161
+ pkg syscall (freebsd-arm), const SizeofSockaddrUnix = 108
162
+ pkg syscall (freebsd-arm), const TIOCTIMESTAMP = 1074558041
163
+ pkg syscall (freebsd-arm), func Fchflags(string, int) error
164
+ pkg syscall (freebsd-arm), func Mknod(string, uint32, int) error
165
+ pkg syscall (freebsd-arm), type BpfHdr struct, Pad_cgo_0 [2]uint8
166
+ pkg syscall (freebsd-arm), type Dirent struct, Fileno uint32
167
+ pkg syscall (freebsd-arm), type Dirent struct, Namlen uint8
168
+ pkg syscall (freebsd-arm), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8
169
+ pkg syscall (freebsd-arm), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8
170
+ pkg syscall (freebsd-arm), type Stat_t struct, Blksize uint32
171
+ pkg syscall (freebsd-arm), type Stat_t struct, Dev uint32
172
+ pkg syscall (freebsd-arm), type Stat_t struct, Gen uint32
173
+ pkg syscall (freebsd-arm), type Stat_t struct, Ino uint32
174
+ pkg syscall (freebsd-arm), type Stat_t struct, Lspare int32
175
+ pkg syscall (freebsd-arm), type Stat_t struct, Nlink uint16
176
+ pkg syscall (freebsd-arm), type Stat_t struct, Pad_cgo_0 [4]uint8
177
+ pkg syscall (freebsd-arm), type Stat_t struct, Rdev uint32
178
+ pkg syscall (freebsd-arm), type Statfs_t struct, Mntfromname [88]int8
179
+ pkg syscall (freebsd-arm), type Statfs_t struct, Mntonname [88]int8
180
+ pkg syscall (freebsd-arm-cgo), const AF_MAX = 38
181
+ pkg syscall (freebsd-arm-cgo), const BIOCGRTIMEOUT = 1074545262
182
+ pkg syscall (freebsd-arm-cgo), const BIOCSRTIMEOUT = 2148287085
183
+ pkg syscall (freebsd-arm-cgo), const ELAST = 94
184
+ pkg syscall (freebsd-arm-cgo), const ImplementsGetwd = false
185
+ pkg syscall (freebsd-arm-cgo), const O_CLOEXEC = 0
186
+ pkg syscall (freebsd-arm-cgo), const SIOCAIFADDR = 2151967019
187
+ pkg syscall (freebsd-arm-cgo), const SIOCGIFSTATUS = 3274991931
188
+ pkg syscall (freebsd-arm-cgo), const SIOCSIFPHYADDR = 2151967046
189
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET = 537
190
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_GET ideal-int
191
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT = 536
192
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_FCNTLS_LIMIT ideal-int
193
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET = 535
194
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_GET ideal-int
195
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT = 534
196
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_IOCTLS_LIMIT ideal-int
197
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET = 515
198
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_GET ideal-int
199
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT = 533
200
+ pkg syscall (freebsd-arm-cgo), const SYS_CAP_RIGHTS_LIMIT ideal-int
201
+ pkg syscall (freebsd-arm-cgo), const SizeofBpfHdr = 24
202
+ pkg syscall (freebsd-arm-cgo), const SizeofIfData = 88
203
+ pkg syscall (freebsd-arm-cgo), const SizeofIfMsghdr = 104
204
+ pkg syscall (freebsd-arm-cgo), const SizeofSockaddrDatalink = 56
205
+ pkg syscall (freebsd-arm-cgo), const SizeofSockaddrUnix = 108
206
+ pkg syscall (freebsd-arm-cgo), const TIOCTIMESTAMP = 1074558041
207
+ pkg syscall (freebsd-arm-cgo), func Fchflags(string, int) error
208
+ pkg syscall (freebsd-arm-cgo), func Mknod(string, uint32, int) error
209
+ pkg syscall (freebsd-arm-cgo), type BpfHdr struct, Pad_cgo_0 [2]uint8
210
+ pkg syscall (freebsd-arm-cgo), type Dirent struct, Fileno uint32
211
+ pkg syscall (freebsd-arm-cgo), type Dirent struct, Namlen uint8
212
+ pkg syscall (freebsd-arm-cgo), type RawSockaddrDatalink struct, Pad_cgo_0 [2]uint8
213
+ pkg syscall (freebsd-arm-cgo), type RawSockaddrUnix struct, Pad_cgo_0 [2]uint8
214
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blksize uint32
215
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Dev uint32
216
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gen uint32
217
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ino uint32
218
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Lspare int32
219
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Nlink uint16
220
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Pad_cgo_0 [4]uint8
221
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Rdev uint32
222
+ pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntfromname [88]int8
223
+ pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntonname [88]int8
224
+ pkg syscall (linux-386), type Cmsghdr struct, X__cmsg_data [0]uint8
225
+ pkg syscall (linux-386-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8
226
+ pkg syscall (linux-amd64), type Cmsghdr struct, X__cmsg_data [0]uint8
227
+ pkg syscall (linux-amd64-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8
228
+ pkg syscall (linux-arm), type Cmsghdr struct, X__cmsg_data [0]uint8
229
+ pkg syscall (linux-arm-cgo), type Cmsghdr struct, X__cmsg_data [0]uint8
230
+ pkg syscall (netbsd-386), const ImplementsGetwd = false
231
+ pkg syscall (netbsd-386-cgo), const ImplementsGetwd = false
232
+ pkg syscall (netbsd-amd64), const ImplementsGetwd = false
233
+ pkg syscall (netbsd-amd64-cgo), const ImplementsGetwd = false
234
+ pkg syscall (netbsd-arm), const ImplementsGetwd = false
235
+ pkg syscall (netbsd-arm), const SizeofIfData = 132
236
+ pkg syscall (netbsd-arm), func Fchflags(string, int) error
237
+ pkg syscall (netbsd-arm), type IfMsghdr struct, Pad_cgo_1 [4]uint8
238
+ pkg syscall (netbsd-arm-cgo), const ImplementsGetwd = false
239
+ pkg syscall (netbsd-arm-cgo), const SizeofIfData = 132
240
+ pkg syscall (netbsd-arm-cgo), func Fchflags(string, int) error
241
+ pkg syscall (netbsd-arm-cgo), type IfMsghdr struct, Pad_cgo_1 [4]uint8
242
+ pkg syscall (openbsd-386), const BIOCGRTIMEOUT = 1074283118
243
+ pkg syscall (openbsd-386), const BIOCSRTIMEOUT = 2148024941
244
+ pkg syscall (openbsd-386), const ImplementsGetwd = false
245
+ pkg syscall (openbsd-386), const RTF_FMASK = 63496
246
+ pkg syscall (openbsd-386), const RTM_VERSION = 4
247
+ pkg syscall (openbsd-386), const SIOCBRDGDADDR = 2150132039
248
+ pkg syscall (openbsd-386), const SIOCBRDGGPARAM = 3224922456
249
+ pkg syscall (openbsd-386), const SIOCBRDGSADDR = 3223873860
250
+ pkg syscall (openbsd-386), const SYS_CLOCK_GETRES = 234
251
+ pkg syscall (openbsd-386), const SYS_CLOCK_GETTIME = 232
252
+ pkg syscall (openbsd-386), const SYS_CLOCK_SETTIME = 233
253
+ pkg syscall (openbsd-386), const SYS_FHSTATFS = 309
254
+ pkg syscall (openbsd-386), const SYS_FSTAT = 292
255
+ pkg syscall (openbsd-386), const SYS_FSTATAT = 316
256
+ pkg syscall (openbsd-386), const SYS_FSTATFS = 308
257
+ pkg syscall (openbsd-386), const SYS_FUTIMENS = 327
258
+ pkg syscall (openbsd-386), const SYS_FUTIMES = 206
259
+ pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312
260
+ pkg syscall (openbsd-386), const SYS_GETDIRENTRIES ideal-int
261
+ pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306
262
+ pkg syscall (openbsd-386), const SYS_GETITIMER = 86
263
+ pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
264
+ pkg syscall (openbsd-386), const SYS_GETTIMEOFDAY = 116
265
+ pkg syscall (openbsd-386), const SYS_KEVENT = 270
266
+ pkg syscall (openbsd-386), const SYS_KILL = 37
267
+ pkg syscall (openbsd-386), const SYS_LSTAT = 293
268
+ pkg syscall (openbsd-386), const SYS_NANOSLEEP = 240
269
+ pkg syscall (openbsd-386), const SYS_SELECT = 93
270
+ pkg syscall (openbsd-386), const SYS_SETITIMER = 83
271
+ pkg syscall (openbsd-386), const SYS_SETTIMEOFDAY = 122
272
+ pkg syscall (openbsd-386), const SYS_STAT = 291
273
+ pkg syscall (openbsd-386), const SYS_STATFS = 307
274
+ pkg syscall (openbsd-386), const SYS_UTIMENSAT = 326
275
+ pkg syscall (openbsd-386), const SYS_UTIMES = 138
276
+ pkg syscall (openbsd-386), const SYS_WAIT4 = 7
277
+ pkg syscall (openbsd-386), const SYS___THRSLEEP = 300
278
+ pkg syscall (openbsd-386), const SizeofIfData = 208
279
+ pkg syscall (openbsd-386), const SizeofIfMsghdr = 232
280
+ pkg syscall (openbsd-386), const SizeofRtMetrics = 48
281
+ pkg syscall (openbsd-386), const SizeofRtMsghdr = 88
282
+ pkg syscall (openbsd-386), const TIOCGTSTAMP = 1074295899
283
+ pkg syscall (openbsd-386), type Dirent struct, Fileno uint32
284
+ pkg syscall (openbsd-386), type FdSet struct, Bits [32]int32
285
+ pkg syscall (openbsd-386), type Kevent_t struct, Data int32
286
+ pkg syscall (openbsd-386), type Mclpool struct, Grown uint32
287
+ pkg syscall (openbsd-386), type RtMetrics struct, Expire uint32
288
+ pkg syscall (openbsd-386), type Stat_t struct, Ino uint32
289
+ pkg syscall (openbsd-386), type Stat_t struct, Lspare0 int32
290
+ pkg syscall (openbsd-386), type Stat_t struct, Lspare1 int32
291
+ pkg syscall (openbsd-386), type Stat_t struct, Qspare [2]int64
292
+ pkg syscall (openbsd-386), type Statfs_t struct, F_ctime uint32
293
+ pkg syscall (openbsd-386), type Statfs_t struct, F_spare [3]uint32
294
+ pkg syscall (openbsd-386), type Timespec struct, Sec int32
295
+ pkg syscall (openbsd-386), type Timeval struct, Sec int32
296
+ pkg syscall (openbsd-386-cgo), const BIOCGRTIMEOUT = 1074283118
297
+ pkg syscall (openbsd-386-cgo), const BIOCSRTIMEOUT = 2148024941
298
+ pkg syscall (openbsd-386-cgo), const ImplementsGetwd = false
299
+ pkg syscall (openbsd-386-cgo), const RTF_FMASK = 63496
300
+ pkg syscall (openbsd-386-cgo), const RTM_VERSION = 4
301
+ pkg syscall (openbsd-386-cgo), const SIOCBRDGDADDR = 2150132039
302
+ pkg syscall (openbsd-386-cgo), const SIOCBRDGGPARAM = 3224922456
303
+ pkg syscall (openbsd-386-cgo), const SIOCBRDGSADDR = 3223873860
304
+ pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETRES = 234
305
+ pkg syscall (openbsd-386-cgo), const SYS_CLOCK_GETTIME = 232
306
+ pkg syscall (openbsd-386-cgo), const SYS_CLOCK_SETTIME = 233
307
+ pkg syscall (openbsd-386-cgo), const SYS_FHSTATFS = 309
308
+ pkg syscall (openbsd-386-cgo), const SYS_FSTAT = 292
309
+ pkg syscall (openbsd-386-cgo), const SYS_FSTATAT = 316
310
+ pkg syscall (openbsd-386-cgo), const SYS_FSTATFS = 308
311
+ pkg syscall (openbsd-386-cgo), const SYS_FUTIMENS = 327
312
+ pkg syscall (openbsd-386-cgo), const SYS_FUTIMES = 206
313
+ pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES = 312
314
+ pkg syscall (openbsd-386-cgo), const SYS_GETDIRENTRIES ideal-int
315
+ pkg syscall (openbsd-386-cgo), const SYS_GETFSSTAT = 306
316
+ pkg syscall (openbsd-386-cgo), const SYS_GETITIMER = 86
317
+ pkg syscall (openbsd-386-cgo), const SYS_GETRUSAGE = 117
318
+ pkg syscall (openbsd-386-cgo), const SYS_GETTIMEOFDAY = 116
319
+ pkg syscall (openbsd-386-cgo), const SYS_KEVENT = 270
320
+ pkg syscall (openbsd-386-cgo), const SYS_KILL = 37
321
+ pkg syscall (openbsd-386-cgo), const SYS_LSTAT = 293
322
+ pkg syscall (openbsd-386-cgo), const SYS_NANOSLEEP = 240
323
+ pkg syscall (openbsd-386-cgo), const SYS_SELECT = 93
324
+ pkg syscall (openbsd-386-cgo), const SYS_SETITIMER = 83
325
+ pkg syscall (openbsd-386-cgo), const SYS_SETTIMEOFDAY = 122
326
+ pkg syscall (openbsd-386-cgo), const SYS_STAT = 291
327
+ pkg syscall (openbsd-386-cgo), const SYS_STATFS = 307
328
+ pkg syscall (openbsd-386-cgo), const SYS_UTIMENSAT = 326
329
+ pkg syscall (openbsd-386-cgo), const SYS_UTIMES = 138
330
+ pkg syscall (openbsd-386-cgo), const SYS_WAIT4 = 7
331
+ pkg syscall (openbsd-386-cgo), const SYS___THRSLEEP = 300
332
+ pkg syscall (openbsd-386-cgo), const SizeofIfData = 208
333
+ pkg syscall (openbsd-386-cgo), const SizeofIfMsghdr = 232
334
+ pkg syscall (openbsd-386-cgo), const SizeofRtMetrics = 48
335
+ pkg syscall (openbsd-386-cgo), const SizeofRtMsghdr = 88
336
+ pkg syscall (openbsd-386-cgo), const TIOCGTSTAMP = 1074295899
337
+ pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint32
338
+ pkg syscall (openbsd-386-cgo), type FdSet struct, Bits [32]int32
339
+ pkg syscall (openbsd-386-cgo), type Kevent_t struct, Data int32
340
+ pkg syscall (openbsd-386-cgo), type Mclpool struct, Grown uint32
341
+ pkg syscall (openbsd-386-cgo), type RtMetrics struct, Expire uint32
342
+ pkg syscall (openbsd-386-cgo), type Stat_t struct, Ino uint32
343
+ pkg syscall (openbsd-386-cgo), type Stat_t struct, Lspare0 int32
344
+ pkg syscall (openbsd-386-cgo), type Stat_t struct, Lspare1 int32
345
+ pkg syscall (openbsd-386-cgo), type Stat_t struct, Qspare [2]int64
346
+ pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_ctime uint32
347
+ pkg syscall (openbsd-386-cgo), type Statfs_t struct, F_spare [3]uint32
348
+ pkg syscall (openbsd-386-cgo), type Timespec struct, Sec int32
349
+ pkg syscall (openbsd-386-cgo), type Timeval struct, Sec int32
350
+ pkg syscall (openbsd-amd64), const CCR0_FLUSH = 16
351
+ pkg syscall (openbsd-amd64), const CCR0_FLUSH ideal-int
352
+ pkg syscall (openbsd-amd64), const CPUID_CFLUSH = 524288
353
+ pkg syscall (openbsd-amd64), const CPUID_CFLUSH ideal-int
354
+ pkg syscall (openbsd-amd64), const EFER_LMA = 1024
355
+ pkg syscall (openbsd-amd64), const EFER_LMA ideal-int
356
+ pkg syscall (openbsd-amd64), const EFER_LME = 256
357
+ pkg syscall (openbsd-amd64), const EFER_LME ideal-int
358
+ pkg syscall (openbsd-amd64), const EFER_NXE = 2048
359
+ pkg syscall (openbsd-amd64), const EFER_NXE ideal-int
360
+ pkg syscall (openbsd-amd64), const EFER_SCE = 1
361
+ pkg syscall (openbsd-amd64), const EFER_SCE ideal-int
362
+ pkg syscall (openbsd-amd64), const ImplementsGetwd = false
363
+ pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH = 21
364
+ pkg syscall (openbsd-amd64), const PMC5_PIPELINE_FLUSH ideal-int
365
+ pkg syscall (openbsd-amd64), const RTF_FMASK = 63496
366
+ pkg syscall (openbsd-amd64), const RTM_VERSION = 4
367
+ pkg syscall (openbsd-amd64), const SIOCBRDGDADDR = 2150132039
368
+ pkg syscall (openbsd-amd64), const SIOCBRDGSADDR = 3223873860
369
+ pkg syscall (openbsd-amd64), const SYS_CLOCK_GETRES = 234
370
+ pkg syscall (openbsd-amd64), const SYS_CLOCK_GETTIME = 232
371
+ pkg syscall (openbsd-amd64), const SYS_CLOCK_SETTIME = 233
372
+ pkg syscall (openbsd-amd64), const SYS_FHSTATFS = 309
373
+ pkg syscall (openbsd-amd64), const SYS_FSTAT = 292
374
+ pkg syscall (openbsd-amd64), const SYS_FSTATAT = 316
375
+ pkg syscall (openbsd-amd64), const SYS_FSTATFS = 308
376
+ pkg syscall (openbsd-amd64), const SYS_FUTIMENS = 327
377
+ pkg syscall (openbsd-amd64), const SYS_FUTIMES = 206
378
+ pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES = 312
379
+ pkg syscall (openbsd-amd64), const SYS_GETDIRENTRIES ideal-int
380
+ pkg syscall (openbsd-amd64), const SYS_GETFSSTAT = 306
381
+ pkg syscall (openbsd-amd64), const SYS_GETITIMER = 86
382
+ pkg syscall (openbsd-amd64), const SYS_GETRUSAGE = 117
383
+ pkg syscall (openbsd-amd64), const SYS_GETTIMEOFDAY = 116
384
+ pkg syscall (openbsd-amd64), const SYS_KEVENT = 270
385
+ pkg syscall (openbsd-amd64), const SYS_KILL = 37
386
+ pkg syscall (openbsd-amd64), const SYS_LSTAT = 293
387
+ pkg syscall (openbsd-amd64), const SYS_NANOSLEEP = 240
388
+ pkg syscall (openbsd-amd64), const SYS_SELECT = 93
389
+ pkg syscall (openbsd-amd64), const SYS_SETITIMER = 83
390
+ pkg syscall (openbsd-amd64), const SYS_SETTIMEOFDAY = 122
391
+ pkg syscall (openbsd-amd64), const SYS_STAT = 291
392
+ pkg syscall (openbsd-amd64), const SYS_STATFS = 307
393
+ pkg syscall (openbsd-amd64), const SYS_UTIMENSAT = 326
394
+ pkg syscall (openbsd-amd64), const SYS_UTIMES = 138
395
+ pkg syscall (openbsd-amd64), const SYS_WAIT4 = 7
396
+ pkg syscall (openbsd-amd64), const SYS___THRSLEEP = 300
397
+ pkg syscall (openbsd-amd64), const SizeofRtMetrics = 48
398
+ pkg syscall (openbsd-amd64), const SizeofRtMsghdr = 88
399
+ pkg syscall (openbsd-amd64), type Dirent struct, Fileno uint32
400
+ pkg syscall (openbsd-amd64), type FdSet struct, Bits [32]int32
401
+ pkg syscall (openbsd-amd64), type Kevent_t struct, Data int32
402
+ pkg syscall (openbsd-amd64), type Kevent_t struct, Ident uint32
403
+ pkg syscall (openbsd-amd64), type Mclpool struct, Grown uint32
404
+ pkg syscall (openbsd-amd64), type RtMetrics struct, Expire uint32
405
+ pkg syscall (openbsd-amd64), type Stat_t struct, Ino uint32
406
+ pkg syscall (openbsd-amd64), type Stat_t struct, Lspare0 int32
407
+ pkg syscall (openbsd-amd64), type Stat_t struct, Lspare1 int32
408
+ pkg syscall (openbsd-amd64), type Stat_t struct, Qspare [2]int64
409
+ pkg syscall (openbsd-amd64), type Statfs_t struct, F_ctime uint32
410
+ pkg syscall (openbsd-amd64), type Statfs_t struct, F_spare [3]uint32
411
+ pkg syscall (openbsd-amd64), type Statfs_t struct, Pad_cgo_1 [4]uint8
412
+ pkg syscall (openbsd-amd64), type Timespec struct, Pad_cgo_0 [4]uint8
413
+ pkg syscall (openbsd-amd64), type Timespec struct, Sec int32
414
+ pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH = 16
415
+ pkg syscall (openbsd-amd64-cgo), const CCR0_FLUSH ideal-int
416
+ pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH = 524288
417
+ pkg syscall (openbsd-amd64-cgo), const CPUID_CFLUSH ideal-int
418
+ pkg syscall (openbsd-amd64-cgo), const EFER_LMA = 1024
419
+ pkg syscall (openbsd-amd64-cgo), const EFER_LMA ideal-int
420
+ pkg syscall (openbsd-amd64-cgo), const EFER_LME = 256
421
+ pkg syscall (openbsd-amd64-cgo), const EFER_LME ideal-int
422
+ pkg syscall (openbsd-amd64-cgo), const EFER_NXE = 2048
423
+ pkg syscall (openbsd-amd64-cgo), const EFER_NXE ideal-int
424
+ pkg syscall (openbsd-amd64-cgo), const EFER_SCE = 1
425
+ pkg syscall (openbsd-amd64-cgo), const EFER_SCE ideal-int
426
+ pkg syscall (openbsd-amd64-cgo), const ImplementsGetwd = false
427
+ pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH = 21
428
+ pkg syscall (openbsd-amd64-cgo), const PMC5_PIPELINE_FLUSH ideal-int
429
+ pkg syscall (openbsd-amd64-cgo), const RTF_FMASK = 63496
430
+ pkg syscall (openbsd-amd64-cgo), const RTM_VERSION = 4
431
+ pkg syscall (openbsd-amd64-cgo), const SIOCBRDGDADDR = 2150132039
432
+ pkg syscall (openbsd-amd64-cgo), const SIOCBRDGSADDR = 3223873860
433
+ pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETRES = 234
434
+ pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_GETTIME = 232
435
+ pkg syscall (openbsd-amd64-cgo), const SYS_CLOCK_SETTIME = 233
436
+ pkg syscall (openbsd-amd64-cgo), const SYS_FHSTATFS = 309
437
+ pkg syscall (openbsd-amd64-cgo), const SYS_FSTAT = 292
438
+ pkg syscall (openbsd-amd64-cgo), const SYS_FSTATAT = 316
439
+ pkg syscall (openbsd-amd64-cgo), const SYS_FSTATFS = 308
440
+ pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMENS = 327
441
+ pkg syscall (openbsd-amd64-cgo), const SYS_FUTIMES = 206
442
+ pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES = 312
443
+ pkg syscall (openbsd-amd64-cgo), const SYS_GETDIRENTRIES ideal-int
444
+ pkg syscall (openbsd-amd64-cgo), const SYS_GETFSSTAT = 306
445
+ pkg syscall (openbsd-amd64-cgo), const SYS_GETITIMER = 86
446
+ pkg syscall (openbsd-amd64-cgo), const SYS_GETRUSAGE = 117
447
+ pkg syscall (openbsd-amd64-cgo), const SYS_GETTIMEOFDAY = 116
448
+ pkg syscall (openbsd-amd64-cgo), const SYS_KEVENT = 270
449
+ pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 37
450
+ pkg syscall (openbsd-amd64-cgo), const SYS_LSTAT = 293
451
+ pkg syscall (openbsd-amd64-cgo), const SYS_NANOSLEEP = 240
452
+ pkg syscall (openbsd-amd64-cgo), const SYS_SELECT = 93
453
+ pkg syscall (openbsd-amd64-cgo), const SYS_SETITIMER = 83
454
+ pkg syscall (openbsd-amd64-cgo), const SYS_SETTIMEOFDAY = 122
455
+ pkg syscall (openbsd-amd64-cgo), const SYS_STAT = 291
456
+ pkg syscall (openbsd-amd64-cgo), const SYS_STATFS = 307
457
+ pkg syscall (openbsd-amd64-cgo), const SYS_UTIMENSAT = 326
458
+ pkg syscall (openbsd-amd64-cgo), const SYS_UTIMES = 138
459
+ pkg syscall (openbsd-amd64-cgo), const SYS_WAIT4 = 7
460
+ pkg syscall (openbsd-amd64-cgo), const SYS___THRSLEEP = 300
461
+ pkg syscall (openbsd-amd64-cgo), const SizeofRtMetrics = 48
462
+ pkg syscall (openbsd-amd64-cgo), const SizeofRtMsghdr = 88
463
+ pkg syscall (openbsd-amd64-cgo), type Dirent struct, Fileno uint32
464
+ pkg syscall (openbsd-amd64-cgo), type FdSet struct, Bits [32]int32
465
+ pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Data int32
466
+ pkg syscall (openbsd-amd64-cgo), type Kevent_t struct, Ident uint32
467
+ pkg syscall (openbsd-amd64-cgo), type Mclpool struct, Grown uint32
468
+ pkg syscall (openbsd-amd64-cgo), type RtMetrics struct, Expire uint32
469
+ pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Ino uint32
470
+ pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Lspare0 int32
471
+ pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Lspare1 int32
472
+ pkg syscall (openbsd-amd64-cgo), type Stat_t struct, Qspare [2]int64
473
+ pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_ctime uint32
474
+ pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, F_spare [3]uint32
475
+ pkg syscall (openbsd-amd64-cgo), type Statfs_t struct, Pad_cgo_1 [4]uint8
476
+ pkg syscall (openbsd-amd64-cgo), type Timespec struct, Pad_cgo_0 [4]uint8
477
+ pkg syscall (openbsd-amd64-cgo), type Timespec struct, Sec int32
478
+ pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983295
479
+ pkg syscall (windows-386), type AddrinfoW struct, Addr uintptr
480
+ pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara uintptr
481
+ pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr
482
+ pkg syscall (windows-386), type CertContext struct, CertInfo uintptr
483
+ pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo uintptr
484
+ pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo uintptr
485
+ pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo uintptr
486
+ pkg syscall (windows-386), type RawSockaddrAny struct, Pad [96]int8
487
+ pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983295
488
+ pkg syscall (windows-amd64), type AddrinfoW struct, Addr uintptr
489
+ pkg syscall (windows-amd64), type CertChainPolicyPara struct, ExtraPolicyPara uintptr
490
+ pkg syscall (windows-amd64), type CertChainPolicyStatus struct, ExtraPolicyStatus uintptr
491
+ pkg syscall (windows-amd64), type CertContext struct, CertInfo uintptr
492
+ pkg syscall (windows-amd64), type CertRevocationInfo struct, CrlInfo uintptr
493
+ pkg syscall (windows-amd64), type CertRevocationInfo struct, OidSpecificInfo uintptr
494
+ pkg syscall (windows-amd64), type CertSimpleChain struct, TrustListInfo uintptr
495
+ pkg syscall (windows-amd64), type RawSockaddrAny struct, Pad [96]int8
496
+ pkg testing, func MainStart(func(string, string) (bool, error), []InternalTest, []InternalBenchmark, []InternalExample) *M
497
+ pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalExample) *M
498
+ pkg testing, func RegisterCover(Cover)
499
+ pkg text/scanner, const GoTokens = 1012
500
+ pkg text/template/parse, type DotNode bool
501
+ pkg text/template/parse, type Node interface { Copy, String, Type }
502
+ pkg unicode, const Version = "10.0.0"
503
+ pkg unicode, const Version = "11.0.0"
504
+ pkg unicode, const Version = "12.0.0"
505
+ pkg unicode, const Version = "13.0.0"
506
+ pkg unicode, const Version = "6.2.0"
507
+ pkg unicode, const Version = "6.3.0"
508
+ pkg unicode, const Version = "7.0.0"
509
+ pkg unicode, const Version = "8.0.0"
510
+ pkg unicode, const Version = "9.0.0"
511
+ pkg html/template, method (*Template) Funcs(FuncMap) *Template
512
+ pkg html/template, type FuncMap map[string]interface{}
513
+ pkg syscall (freebsd-386), const SYS_FSTAT = 189
514
+ pkg syscall (freebsd-386), const SYS_FSTATAT = 493
515
+ pkg syscall (freebsd-386), const SYS_FSTATFS = 397
516
+ pkg syscall (freebsd-386), const SYS_GETDIRENTRIES = 196
517
+ pkg syscall (freebsd-386), const SYS_GETFSSTAT = 395
518
+ pkg syscall (freebsd-386), const SYS_LSTAT = 190
519
+ pkg syscall (freebsd-386), const SYS_LSTAT ideal-int
520
+ pkg syscall (freebsd-386), const SYS_MKNODAT = 498
521
+ pkg syscall (freebsd-386), const SYS_STAT = 188
522
+ pkg syscall (freebsd-386), const SYS_STAT ideal-int
523
+ pkg syscall (freebsd-386), const SYS_STATFS = 396
524
+ pkg syscall (freebsd-386-cgo), const SYS_FSTAT = 189
525
+ pkg syscall (freebsd-386-cgo), const SYS_FSTATAT = 493
526
+ pkg syscall (freebsd-386-cgo), const SYS_FSTATFS = 397
527
+ pkg syscall (freebsd-386-cgo), const SYS_GETDIRENTRIES = 196
528
+ pkg syscall (freebsd-386-cgo), const SYS_GETFSSTAT = 395
529
+ pkg syscall (freebsd-386-cgo), const SYS_LSTAT = 190
530
+ pkg syscall (freebsd-386-cgo), const SYS_LSTAT ideal-int
531
+ pkg syscall (freebsd-386-cgo), const SYS_MKNODAT = 498
532
+ pkg syscall (freebsd-386-cgo), const SYS_STAT = 188
533
+ pkg syscall (freebsd-386-cgo), const SYS_STAT ideal-int
534
+ pkg syscall (freebsd-386-cgo), const SYS_STATFS = 396
535
+ pkg syscall (freebsd-amd64), const SYS_FSTAT = 189
536
+ pkg syscall (freebsd-amd64), const SYS_FSTATAT = 493
537
+ pkg syscall (freebsd-amd64), const SYS_FSTATFS = 397
538
+ pkg syscall (freebsd-amd64), const SYS_GETDIRENTRIES = 196
539
+ pkg syscall (freebsd-amd64), const SYS_GETFSSTAT = 395
540
+ pkg syscall (freebsd-amd64), const SYS_LSTAT = 190
541
+ pkg syscall (freebsd-amd64), const SYS_LSTAT ideal-int
542
+ pkg syscall (freebsd-amd64), const SYS_MKNODAT = 498
543
+ pkg syscall (freebsd-amd64), const SYS_STAT = 188
544
+ pkg syscall (freebsd-amd64), const SYS_STAT ideal-int
545
+ pkg syscall (freebsd-amd64), const SYS_STATFS = 396
546
+ pkg syscall (freebsd-amd64-cgo), const SYS_FSTAT = 189
547
+ pkg syscall (freebsd-amd64-cgo), const SYS_FSTATAT = 493
548
+ pkg syscall (freebsd-amd64-cgo), const SYS_FSTATFS = 397
549
+ pkg syscall (freebsd-amd64-cgo), const SYS_GETDIRENTRIES = 196
550
+ pkg syscall (freebsd-amd64-cgo), const SYS_GETFSSTAT = 395
551
+ pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT = 190
552
+ pkg syscall (freebsd-amd64-cgo), const SYS_LSTAT ideal-int
553
+ pkg syscall (freebsd-amd64-cgo), const SYS_MKNODAT = 498
554
+ pkg syscall (freebsd-amd64-cgo), const SYS_STAT = 188
555
+ pkg syscall (freebsd-amd64-cgo), const SYS_STAT ideal-int
556
+ pkg syscall (freebsd-amd64-cgo), const SYS_STATFS = 396
557
+ pkg syscall (freebsd-arm), const SYS_FSTAT = 189
558
+ pkg syscall (freebsd-arm), const SYS_FSTATAT = 493
559
+ pkg syscall (freebsd-arm), const SYS_FSTATFS = 397
560
+ pkg syscall (freebsd-arm), const SYS_GETDIRENTRIES = 196
561
+ pkg syscall (freebsd-arm), const SYS_GETFSSTAT = 395
562
+ pkg syscall (freebsd-arm), const SYS_LSTAT = 190
563
+ pkg syscall (freebsd-arm), const SYS_LSTAT ideal-int
564
+ pkg syscall (freebsd-arm), const SYS_MKNODAT = 498
565
+ pkg syscall (freebsd-arm), const SYS_STAT = 188
566
+ pkg syscall (freebsd-arm), const SYS_STAT ideal-int
567
+ pkg syscall (freebsd-arm), const SYS_STATFS = 396
568
+ pkg syscall (freebsd-arm-cgo), const SYS_FSTAT = 189
569
+ pkg syscall (freebsd-arm-cgo), const SYS_FSTATAT = 493
570
+ pkg syscall (freebsd-arm-cgo), const SYS_FSTATFS = 397
571
+ pkg syscall (freebsd-arm-cgo), const SYS_GETDIRENTRIES = 196
572
+ pkg syscall (freebsd-arm-cgo), const SYS_GETFSSTAT = 395
573
+ pkg syscall (freebsd-arm-cgo), const SYS_LSTAT = 190
574
+ pkg syscall (freebsd-arm-cgo), const SYS_LSTAT ideal-int
575
+ pkg syscall (freebsd-arm-cgo), const SYS_MKNODAT = 498
576
+ pkg syscall (freebsd-arm-cgo), const SYS_STAT = 188
577
+ pkg syscall (freebsd-arm-cgo), const SYS_STAT ideal-int
578
+ pkg syscall (freebsd-arm-cgo), const SYS_STATFS = 396
579
+ pkg syscall (freebsd-arm64), const SYS_FSTAT = 189
580
+ pkg syscall (freebsd-arm64), const SYS_FSTATAT = 493
581
+ pkg syscall (freebsd-arm64), const SYS_FSTATFS = 397
582
+ pkg syscall (freebsd-arm64), const SYS_GETDIRENTRIES = 196
583
+ pkg syscall (freebsd-arm64), const SYS_GETFSSTAT = 395
584
+ pkg syscall (freebsd-arm64), const SYS_LSTAT = 190
585
+ pkg syscall (freebsd-arm64), const SYS_LSTAT ideal-int
586
+ pkg syscall (freebsd-arm64), const SYS_MKNODAT = 498
587
+ pkg syscall (freebsd-arm64), const SYS_STAT = 188
588
+ pkg syscall (freebsd-arm64), const SYS_STAT ideal-int
589
+ pkg syscall (freebsd-arm64), const SYS_STATFS = 396
590
+ pkg syscall (freebsd-arm64-cgo), const SYS_FSTAT = 189
591
+ pkg syscall (freebsd-arm64-cgo), const SYS_FSTATAT = 493
592
+ pkg syscall (freebsd-arm64-cgo), const SYS_FSTATFS = 397
593
+ pkg syscall (freebsd-arm64-cgo), const SYS_GETDIRENTRIES = 196
594
+ pkg syscall (freebsd-arm64-cgo), const SYS_GETFSSTAT = 395
595
+ pkg syscall (freebsd-arm64-cgo), const SYS_LSTAT = 190
596
+ pkg syscall (freebsd-arm64-cgo), const SYS_LSTAT ideal-int
597
+ pkg syscall (freebsd-arm64-cgo), const SYS_MKNODAT = 498
598
+ pkg syscall (freebsd-arm64-cgo), const SYS_STAT = 188
599
+ pkg syscall (freebsd-arm64-cgo), const SYS_STAT ideal-int
600
+ pkg syscall (freebsd-arm64-cgo), const SYS_STATFS = 396
platform/dbops/binaries/go/go/api/go1.1.txt ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/go/go/api/go1.10.txt ADDED
@@ -0,0 +1,627 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg archive/tar, const FormatGNU = 8
2
+ pkg archive/tar, const FormatGNU Format
3
+ pkg archive/tar, const FormatPAX = 4
4
+ pkg archive/tar, const FormatPAX Format
5
+ pkg archive/tar, const FormatUSTAR = 2
6
+ pkg archive/tar, const FormatUSTAR Format
7
+ pkg archive/tar, const FormatUnknown = 0
8
+ pkg archive/tar, const FormatUnknown Format
9
+ pkg archive/tar, method (Format) String() string
10
+ pkg archive/tar, type Format int
11
+ pkg archive/tar, type Header struct, Format Format
12
+ pkg archive/tar, type Header struct, PAXRecords map[string]string
13
+ pkg archive/zip, method (*Writer) SetComment(string) error
14
+ pkg archive/zip, type FileHeader struct, Modified time.Time
15
+ pkg archive/zip, type FileHeader struct, NonUTF8 bool
16
+ pkg bufio, method (*Reader) Size() int
17
+ pkg bufio, method (*Writer) Size() int
18
+ pkg crypto/tls, const ECDSAWithSHA1 = 515
19
+ pkg crypto/tls, const ECDSAWithSHA1 SignatureScheme
20
+ pkg crypto/x509, const CANotAuthorizedForExtKeyUsage = 9
21
+ pkg crypto/x509, const CANotAuthorizedForExtKeyUsage InvalidReason
22
+ pkg crypto/x509, const ExtKeyUsageMicrosoftCommercialCodeSigning = 12
23
+ pkg crypto/x509, const ExtKeyUsageMicrosoftCommercialCodeSigning ExtKeyUsage
24
+ pkg crypto/x509, const ExtKeyUsageMicrosoftKernelCodeSigning = 13
25
+ pkg crypto/x509, const ExtKeyUsageMicrosoftKernelCodeSigning ExtKeyUsage
26
+ pkg crypto/x509, const NameConstraintsWithoutSANs = 6
27
+ pkg crypto/x509, const NameConstraintsWithoutSANs InvalidReason
28
+ pkg crypto/x509, const TooManyConstraints = 8
29
+ pkg crypto/x509, const TooManyConstraints InvalidReason
30
+ pkg crypto/x509, const UnconstrainedName = 7
31
+ pkg crypto/x509, const UnconstrainedName InvalidReason
32
+ pkg crypto/x509, func MarshalPKCS1PublicKey(*rsa.PublicKey) []uint8
33
+ pkg crypto/x509, func MarshalPKCS8PrivateKey(interface{}) ([]uint8, error)
34
+ pkg crypto/x509, func ParsePKCS1PublicKey([]uint8) (*rsa.PublicKey, error)
35
+ pkg crypto/x509, method (PublicKeyAlgorithm) String() string
36
+ pkg crypto/x509, type Certificate struct, ExcludedEmailAddresses []string
37
+ pkg crypto/x509, type Certificate struct, ExcludedIPRanges []*net.IPNet
38
+ pkg crypto/x509, type Certificate struct, ExcludedURIDomains []string
39
+ pkg crypto/x509, type Certificate struct, PermittedEmailAddresses []string
40
+ pkg crypto/x509, type Certificate struct, PermittedIPRanges []*net.IPNet
41
+ pkg crypto/x509, type Certificate struct, PermittedURIDomains []string
42
+ pkg crypto/x509, type Certificate struct, URIs []*url.URL
43
+ pkg crypto/x509, type CertificateInvalidError struct, Detail string
44
+ pkg crypto/x509, type CertificateRequest struct, URIs []*url.URL
45
+ pkg crypto/x509, type VerifyOptions struct, MaxConstraintComparisions int
46
+ pkg crypto/x509/pkix, method (Name) String() string
47
+ pkg crypto/x509/pkix, method (RDNSequence) String() string
48
+ pkg database/sql, func OpenDB(driver.Connector) *DB
49
+ pkg database/sql/driver, type Connector interface { Connect, Driver }
50
+ pkg database/sql/driver, type Connector interface, Connect(context.Context) (Conn, error)
51
+ pkg database/sql/driver, type Connector interface, Driver() Driver
52
+ pkg database/sql/driver, type DriverContext interface { OpenConnector }
53
+ pkg database/sql/driver, type DriverContext interface, OpenConnector(string) (Connector, error)
54
+ pkg database/sql/driver, type SessionResetter interface { ResetSession }
55
+ pkg database/sql/driver, type SessionResetter interface, ResetSession(context.Context) error
56
+ pkg debug/elf, const R_386_16 = 20
57
+ pkg debug/elf, const R_386_16 R_386
58
+ pkg debug/elf, const R_386_32PLT = 11
59
+ pkg debug/elf, const R_386_32PLT R_386
60
+ pkg debug/elf, const R_386_8 = 22
61
+ pkg debug/elf, const R_386_8 R_386
62
+ pkg debug/elf, const R_386_GOT32X = 43
63
+ pkg debug/elf, const R_386_GOT32X R_386
64
+ pkg debug/elf, const R_386_IRELATIVE = 42
65
+ pkg debug/elf, const R_386_IRELATIVE R_386
66
+ pkg debug/elf, const R_386_PC16 = 21
67
+ pkg debug/elf, const R_386_PC16 R_386
68
+ pkg debug/elf, const R_386_PC8 = 23
69
+ pkg debug/elf, const R_386_PC8 R_386
70
+ pkg debug/elf, const R_386_SIZE32 = 38
71
+ pkg debug/elf, const R_386_SIZE32 R_386
72
+ pkg debug/elf, const R_386_TLS_DESC = 41
73
+ pkg debug/elf, const R_386_TLS_DESC R_386
74
+ pkg debug/elf, const R_386_TLS_DESC_CALL = 40
75
+ pkg debug/elf, const R_386_TLS_DESC_CALL R_386
76
+ pkg debug/elf, const R_386_TLS_GOTDESC = 39
77
+ pkg debug/elf, const R_386_TLS_GOTDESC R_386
78
+ pkg debug/elf, const R_AARCH64_LD64_GOTOFF_LO15 = 310
79
+ pkg debug/elf, const R_AARCH64_LD64_GOTOFF_LO15 R_AARCH64
80
+ pkg debug/elf, const R_AARCH64_LD64_GOTPAGE_LO15 = 313
81
+ pkg debug/elf, const R_AARCH64_LD64_GOTPAGE_LO15 R_AARCH64
82
+ pkg debug/elf, const R_AARCH64_TLSGD_ADR_PREL21 = 512
83
+ pkg debug/elf, const R_AARCH64_TLSGD_ADR_PREL21 R_AARCH64
84
+ pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G0_NC = 516
85
+ pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G0_NC R_AARCH64
86
+ pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G1 = 515
87
+ pkg debug/elf, const R_AARCH64_TLSGD_MOVW_G1 R_AARCH64
88
+ pkg debug/elf, const R_AARCH64_TLSLD_ADR_PAGE21 = 518
89
+ pkg debug/elf, const R_AARCH64_TLSLD_ADR_PAGE21 R_AARCH64
90
+ pkg debug/elf, const R_AARCH64_TLSLD_ADR_PREL21 = 517
91
+ pkg debug/elf, const R_AARCH64_TLSLD_ADR_PREL21 R_AARCH64
92
+ pkg debug/elf, const R_AARCH64_TLSLD_LDST128_DTPREL_LO12 = 572
93
+ pkg debug/elf, const R_AARCH64_TLSLD_LDST128_DTPREL_LO12 R_AARCH64
94
+ pkg debug/elf, const R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC = 573
95
+ pkg debug/elf, const R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC R_AARCH64
96
+ pkg debug/elf, const R_AARCH64_TLSLE_LDST128_TPREL_LO12 = 570
97
+ pkg debug/elf, const R_AARCH64_TLSLE_LDST128_TPREL_LO12 R_AARCH64
98
+ pkg debug/elf, const R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC = 571
99
+ pkg debug/elf, const R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC R_AARCH64
100
+ pkg debug/elf, const R_ARM_ABS32_NOI = 55
101
+ pkg debug/elf, const R_ARM_ABS32_NOI R_ARM
102
+ pkg debug/elf, const R_ARM_ALU_PCREL_15_8 = 33
103
+ pkg debug/elf, const R_ARM_ALU_PCREL_15_8 R_ARM
104
+ pkg debug/elf, const R_ARM_ALU_PCREL_23_15 = 34
105
+ pkg debug/elf, const R_ARM_ALU_PCREL_23_15 R_ARM
106
+ pkg debug/elf, const R_ARM_ALU_PCREL_7_0 = 32
107
+ pkg debug/elf, const R_ARM_ALU_PCREL_7_0 R_ARM
108
+ pkg debug/elf, const R_ARM_ALU_PC_G0 = 58
109
+ pkg debug/elf, const R_ARM_ALU_PC_G0 R_ARM
110
+ pkg debug/elf, const R_ARM_ALU_PC_G0_NC = 57
111
+ pkg debug/elf, const R_ARM_ALU_PC_G0_NC R_ARM
112
+ pkg debug/elf, const R_ARM_ALU_PC_G1 = 60
113
+ pkg debug/elf, const R_ARM_ALU_PC_G1 R_ARM
114
+ pkg debug/elf, const R_ARM_ALU_PC_G1_NC = 59
115
+ pkg debug/elf, const R_ARM_ALU_PC_G1_NC R_ARM
116
+ pkg debug/elf, const R_ARM_ALU_PC_G2 = 61
117
+ pkg debug/elf, const R_ARM_ALU_PC_G2 R_ARM
118
+ pkg debug/elf, const R_ARM_ALU_SBREL_19_12_NC = 36
119
+ pkg debug/elf, const R_ARM_ALU_SBREL_19_12_NC R_ARM
120
+ pkg debug/elf, const R_ARM_ALU_SBREL_27_20_CK = 37
121
+ pkg debug/elf, const R_ARM_ALU_SBREL_27_20_CK R_ARM
122
+ pkg debug/elf, const R_ARM_ALU_SB_G0 = 71
123
+ pkg debug/elf, const R_ARM_ALU_SB_G0 R_ARM
124
+ pkg debug/elf, const R_ARM_ALU_SB_G0_NC = 70
125
+ pkg debug/elf, const R_ARM_ALU_SB_G0_NC R_ARM
126
+ pkg debug/elf, const R_ARM_ALU_SB_G1 = 73
127
+ pkg debug/elf, const R_ARM_ALU_SB_G1 R_ARM
128
+ pkg debug/elf, const R_ARM_ALU_SB_G1_NC = 72
129
+ pkg debug/elf, const R_ARM_ALU_SB_G1_NC R_ARM
130
+ pkg debug/elf, const R_ARM_ALU_SB_G2 = 74
131
+ pkg debug/elf, const R_ARM_ALU_SB_G2 R_ARM
132
+ pkg debug/elf, const R_ARM_BASE_ABS = 31
133
+ pkg debug/elf, const R_ARM_BASE_ABS R_ARM
134
+ pkg debug/elf, const R_ARM_CALL = 28
135
+ pkg debug/elf, const R_ARM_CALL R_ARM
136
+ pkg debug/elf, const R_ARM_GOTOFF12 = 98
137
+ pkg debug/elf, const R_ARM_GOTOFF12 R_ARM
138
+ pkg debug/elf, const R_ARM_GOTRELAX = 99
139
+ pkg debug/elf, const R_ARM_GOTRELAX R_ARM
140
+ pkg debug/elf, const R_ARM_GOT_ABS = 95
141
+ pkg debug/elf, const R_ARM_GOT_ABS R_ARM
142
+ pkg debug/elf, const R_ARM_GOT_BREL12 = 97
143
+ pkg debug/elf, const R_ARM_GOT_BREL12 R_ARM
144
+ pkg debug/elf, const R_ARM_GOT_PREL = 96
145
+ pkg debug/elf, const R_ARM_GOT_PREL R_ARM
146
+ pkg debug/elf, const R_ARM_IRELATIVE = 160
147
+ pkg debug/elf, const R_ARM_IRELATIVE R_ARM
148
+ pkg debug/elf, const R_ARM_JUMP24 = 29
149
+ pkg debug/elf, const R_ARM_JUMP24 R_ARM
150
+ pkg debug/elf, const R_ARM_LDC_PC_G0 = 67
151
+ pkg debug/elf, const R_ARM_LDC_PC_G0 R_ARM
152
+ pkg debug/elf, const R_ARM_LDC_PC_G1 = 68
153
+ pkg debug/elf, const R_ARM_LDC_PC_G1 R_ARM
154
+ pkg debug/elf, const R_ARM_LDC_PC_G2 = 69
155
+ pkg debug/elf, const R_ARM_LDC_PC_G2 R_ARM
156
+ pkg debug/elf, const R_ARM_LDC_SB_G0 = 81
157
+ pkg debug/elf, const R_ARM_LDC_SB_G0 R_ARM
158
+ pkg debug/elf, const R_ARM_LDC_SB_G1 = 82
159
+ pkg debug/elf, const R_ARM_LDC_SB_G1 R_ARM
160
+ pkg debug/elf, const R_ARM_LDC_SB_G2 = 83
161
+ pkg debug/elf, const R_ARM_LDC_SB_G2 R_ARM
162
+ pkg debug/elf, const R_ARM_LDRS_PC_G0 = 64
163
+ pkg debug/elf, const R_ARM_LDRS_PC_G0 R_ARM
164
+ pkg debug/elf, const R_ARM_LDRS_PC_G1 = 65
165
+ pkg debug/elf, const R_ARM_LDRS_PC_G1 R_ARM
166
+ pkg debug/elf, const R_ARM_LDRS_PC_G2 = 66
167
+ pkg debug/elf, const R_ARM_LDRS_PC_G2 R_ARM
168
+ pkg debug/elf, const R_ARM_LDRS_SB_G0 = 78
169
+ pkg debug/elf, const R_ARM_LDRS_SB_G0 R_ARM
170
+ pkg debug/elf, const R_ARM_LDRS_SB_G1 = 79
171
+ pkg debug/elf, const R_ARM_LDRS_SB_G1 R_ARM
172
+ pkg debug/elf, const R_ARM_LDRS_SB_G2 = 80
173
+ pkg debug/elf, const R_ARM_LDRS_SB_G2 R_ARM
174
+ pkg debug/elf, const R_ARM_LDR_PC_G1 = 62
175
+ pkg debug/elf, const R_ARM_LDR_PC_G1 R_ARM
176
+ pkg debug/elf, const R_ARM_LDR_PC_G2 = 63
177
+ pkg debug/elf, const R_ARM_LDR_PC_G2 R_ARM
178
+ pkg debug/elf, const R_ARM_LDR_SBREL_11_10_NC = 35
179
+ pkg debug/elf, const R_ARM_LDR_SBREL_11_10_NC R_ARM
180
+ pkg debug/elf, const R_ARM_LDR_SB_G0 = 75
181
+ pkg debug/elf, const R_ARM_LDR_SB_G0 R_ARM
182
+ pkg debug/elf, const R_ARM_LDR_SB_G1 = 76
183
+ pkg debug/elf, const R_ARM_LDR_SB_G1 R_ARM
184
+ pkg debug/elf, const R_ARM_LDR_SB_G2 = 77
185
+ pkg debug/elf, const R_ARM_LDR_SB_G2 R_ARM
186
+ pkg debug/elf, const R_ARM_ME_TOO = 128
187
+ pkg debug/elf, const R_ARM_ME_TOO R_ARM
188
+ pkg debug/elf, const R_ARM_MOVT_ABS = 44
189
+ pkg debug/elf, const R_ARM_MOVT_ABS R_ARM
190
+ pkg debug/elf, const R_ARM_MOVT_BREL = 85
191
+ pkg debug/elf, const R_ARM_MOVT_BREL R_ARM
192
+ pkg debug/elf, const R_ARM_MOVT_PREL = 46
193
+ pkg debug/elf, const R_ARM_MOVT_PREL R_ARM
194
+ pkg debug/elf, const R_ARM_MOVW_ABS_NC = 43
195
+ pkg debug/elf, const R_ARM_MOVW_ABS_NC R_ARM
196
+ pkg debug/elf, const R_ARM_MOVW_BREL = 86
197
+ pkg debug/elf, const R_ARM_MOVW_BREL R_ARM
198
+ pkg debug/elf, const R_ARM_MOVW_BREL_NC = 84
199
+ pkg debug/elf, const R_ARM_MOVW_BREL_NC R_ARM
200
+ pkg debug/elf, const R_ARM_MOVW_PREL_NC = 45
201
+ pkg debug/elf, const R_ARM_MOVW_PREL_NC R_ARM
202
+ pkg debug/elf, const R_ARM_PLT32_ABS = 94
203
+ pkg debug/elf, const R_ARM_PLT32_ABS R_ARM
204
+ pkg debug/elf, const R_ARM_PREL31 = 42
205
+ pkg debug/elf, const R_ARM_PREL31 R_ARM
206
+ pkg debug/elf, const R_ARM_PRIVATE_0 = 112
207
+ pkg debug/elf, const R_ARM_PRIVATE_0 R_ARM
208
+ pkg debug/elf, const R_ARM_PRIVATE_1 = 113
209
+ pkg debug/elf, const R_ARM_PRIVATE_1 R_ARM
210
+ pkg debug/elf, const R_ARM_PRIVATE_10 = 122
211
+ pkg debug/elf, const R_ARM_PRIVATE_10 R_ARM
212
+ pkg debug/elf, const R_ARM_PRIVATE_11 = 123
213
+ pkg debug/elf, const R_ARM_PRIVATE_11 R_ARM
214
+ pkg debug/elf, const R_ARM_PRIVATE_12 = 124
215
+ pkg debug/elf, const R_ARM_PRIVATE_12 R_ARM
216
+ pkg debug/elf, const R_ARM_PRIVATE_13 = 125
217
+ pkg debug/elf, const R_ARM_PRIVATE_13 R_ARM
218
+ pkg debug/elf, const R_ARM_PRIVATE_14 = 126
219
+ pkg debug/elf, const R_ARM_PRIVATE_14 R_ARM
220
+ pkg debug/elf, const R_ARM_PRIVATE_15 = 127
221
+ pkg debug/elf, const R_ARM_PRIVATE_15 R_ARM
222
+ pkg debug/elf, const R_ARM_PRIVATE_2 = 114
223
+ pkg debug/elf, const R_ARM_PRIVATE_2 R_ARM
224
+ pkg debug/elf, const R_ARM_PRIVATE_3 = 115
225
+ pkg debug/elf, const R_ARM_PRIVATE_3 R_ARM
226
+ pkg debug/elf, const R_ARM_PRIVATE_4 = 116
227
+ pkg debug/elf, const R_ARM_PRIVATE_4 R_ARM
228
+ pkg debug/elf, const R_ARM_PRIVATE_5 = 117
229
+ pkg debug/elf, const R_ARM_PRIVATE_5 R_ARM
230
+ pkg debug/elf, const R_ARM_PRIVATE_6 = 118
231
+ pkg debug/elf, const R_ARM_PRIVATE_6 R_ARM
232
+ pkg debug/elf, const R_ARM_PRIVATE_7 = 119
233
+ pkg debug/elf, const R_ARM_PRIVATE_7 R_ARM
234
+ pkg debug/elf, const R_ARM_PRIVATE_8 = 120
235
+ pkg debug/elf, const R_ARM_PRIVATE_8 R_ARM
236
+ pkg debug/elf, const R_ARM_PRIVATE_9 = 121
237
+ pkg debug/elf, const R_ARM_PRIVATE_9 R_ARM
238
+ pkg debug/elf, const R_ARM_REL32_NOI = 56
239
+ pkg debug/elf, const R_ARM_REL32_NOI R_ARM
240
+ pkg debug/elf, const R_ARM_RXPC25 = 249
241
+ pkg debug/elf, const R_ARM_RXPC25 R_ARM
242
+ pkg debug/elf, const R_ARM_SBREL31 = 39
243
+ pkg debug/elf, const R_ARM_SBREL31 R_ARM
244
+ pkg debug/elf, const R_ARM_TARGET1 = 38
245
+ pkg debug/elf, const R_ARM_TARGET1 R_ARM
246
+ pkg debug/elf, const R_ARM_TARGET2 = 41
247
+ pkg debug/elf, const R_ARM_TARGET2 R_ARM
248
+ pkg debug/elf, const R_ARM_THM_ALU_ABS_G0_NC = 132
249
+ pkg debug/elf, const R_ARM_THM_ALU_ABS_G0_NC R_ARM
250
+ pkg debug/elf, const R_ARM_THM_ALU_ABS_G1_NC = 133
251
+ pkg debug/elf, const R_ARM_THM_ALU_ABS_G1_NC R_ARM
252
+ pkg debug/elf, const R_ARM_THM_ALU_ABS_G2_NC = 134
253
+ pkg debug/elf, const R_ARM_THM_ALU_ABS_G2_NC R_ARM
254
+ pkg debug/elf, const R_ARM_THM_ALU_ABS_G3 = 135
255
+ pkg debug/elf, const R_ARM_THM_ALU_ABS_G3 R_ARM
256
+ pkg debug/elf, const R_ARM_THM_ALU_PREL_11_0 = 53
257
+ pkg debug/elf, const R_ARM_THM_ALU_PREL_11_0 R_ARM
258
+ pkg debug/elf, const R_ARM_THM_GOT_BREL12 = 131
259
+ pkg debug/elf, const R_ARM_THM_GOT_BREL12 R_ARM
260
+ pkg debug/elf, const R_ARM_THM_JUMP11 = 102
261
+ pkg debug/elf, const R_ARM_THM_JUMP11 R_ARM
262
+ pkg debug/elf, const R_ARM_THM_JUMP19 = 51
263
+ pkg debug/elf, const R_ARM_THM_JUMP19 R_ARM
264
+ pkg debug/elf, const R_ARM_THM_JUMP24 = 30
265
+ pkg debug/elf, const R_ARM_THM_JUMP24 R_ARM
266
+ pkg debug/elf, const R_ARM_THM_JUMP6 = 52
267
+ pkg debug/elf, const R_ARM_THM_JUMP6 R_ARM
268
+ pkg debug/elf, const R_ARM_THM_JUMP8 = 103
269
+ pkg debug/elf, const R_ARM_THM_JUMP8 R_ARM
270
+ pkg debug/elf, const R_ARM_THM_MOVT_ABS = 48
271
+ pkg debug/elf, const R_ARM_THM_MOVT_ABS R_ARM
272
+ pkg debug/elf, const R_ARM_THM_MOVT_BREL = 88
273
+ pkg debug/elf, const R_ARM_THM_MOVT_BREL R_ARM
274
+ pkg debug/elf, const R_ARM_THM_MOVT_PREL = 50
275
+ pkg debug/elf, const R_ARM_THM_MOVT_PREL R_ARM
276
+ pkg debug/elf, const R_ARM_THM_MOVW_ABS_NC = 47
277
+ pkg debug/elf, const R_ARM_THM_MOVW_ABS_NC R_ARM
278
+ pkg debug/elf, const R_ARM_THM_MOVW_BREL = 89
279
+ pkg debug/elf, const R_ARM_THM_MOVW_BREL R_ARM
280
+ pkg debug/elf, const R_ARM_THM_MOVW_BREL_NC = 87
281
+ pkg debug/elf, const R_ARM_THM_MOVW_BREL_NC R_ARM
282
+ pkg debug/elf, const R_ARM_THM_MOVW_PREL_NC = 49
283
+ pkg debug/elf, const R_ARM_THM_MOVW_PREL_NC R_ARM
284
+ pkg debug/elf, const R_ARM_THM_PC12 = 54
285
+ pkg debug/elf, const R_ARM_THM_PC12 R_ARM
286
+ pkg debug/elf, const R_ARM_THM_TLS_CALL = 93
287
+ pkg debug/elf, const R_ARM_THM_TLS_CALL R_ARM
288
+ pkg debug/elf, const R_ARM_THM_TLS_DESCSEQ16 = 129
289
+ pkg debug/elf, const R_ARM_THM_TLS_DESCSEQ16 R_ARM
290
+ pkg debug/elf, const R_ARM_THM_TLS_DESCSEQ32 = 130
291
+ pkg debug/elf, const R_ARM_THM_TLS_DESCSEQ32 R_ARM
292
+ pkg debug/elf, const R_ARM_TLS_CALL = 91
293
+ pkg debug/elf, const R_ARM_TLS_CALL R_ARM
294
+ pkg debug/elf, const R_ARM_TLS_DESCSEQ = 92
295
+ pkg debug/elf, const R_ARM_TLS_DESCSEQ R_ARM
296
+ pkg debug/elf, const R_ARM_TLS_DTPMOD32 = 17
297
+ pkg debug/elf, const R_ARM_TLS_DTPMOD32 R_ARM
298
+ pkg debug/elf, const R_ARM_TLS_DTPOFF32 = 18
299
+ pkg debug/elf, const R_ARM_TLS_DTPOFF32 R_ARM
300
+ pkg debug/elf, const R_ARM_TLS_GD32 = 104
301
+ pkg debug/elf, const R_ARM_TLS_GD32 R_ARM
302
+ pkg debug/elf, const R_ARM_TLS_GOTDESC = 90
303
+ pkg debug/elf, const R_ARM_TLS_GOTDESC R_ARM
304
+ pkg debug/elf, const R_ARM_TLS_IE12GP = 111
305
+ pkg debug/elf, const R_ARM_TLS_IE12GP R_ARM
306
+ pkg debug/elf, const R_ARM_TLS_IE32 = 107
307
+ pkg debug/elf, const R_ARM_TLS_IE32 R_ARM
308
+ pkg debug/elf, const R_ARM_TLS_LDM32 = 105
309
+ pkg debug/elf, const R_ARM_TLS_LDM32 R_ARM
310
+ pkg debug/elf, const R_ARM_TLS_LDO12 = 109
311
+ pkg debug/elf, const R_ARM_TLS_LDO12 R_ARM
312
+ pkg debug/elf, const R_ARM_TLS_LDO32 = 106
313
+ pkg debug/elf, const R_ARM_TLS_LDO32 R_ARM
314
+ pkg debug/elf, const R_ARM_TLS_LE12 = 110
315
+ pkg debug/elf, const R_ARM_TLS_LE12 R_ARM
316
+ pkg debug/elf, const R_ARM_TLS_LE32 = 108
317
+ pkg debug/elf, const R_ARM_TLS_LE32 R_ARM
318
+ pkg debug/elf, const R_ARM_TLS_TPOFF32 = 19
319
+ pkg debug/elf, const R_ARM_TLS_TPOFF32 R_ARM
320
+ pkg debug/elf, const R_ARM_V4BX = 40
321
+ pkg debug/elf, const R_ARM_V4BX R_ARM
322
+ pkg debug/elf, const R_PPC64_ADDR16_HIGH = 110
323
+ pkg debug/elf, const R_PPC64_ADDR16_HIGH R_PPC64
324
+ pkg debug/elf, const R_PPC64_ADDR16_HIGHA = 111
325
+ pkg debug/elf, const R_PPC64_ADDR16_HIGHA R_PPC64
326
+ pkg debug/elf, const R_PPC64_ADDR64_LOCAL = 117
327
+ pkg debug/elf, const R_PPC64_ADDR64_LOCAL R_PPC64
328
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGH = 114
329
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGH R_PPC64
330
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGHA = 115
331
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGHA R_PPC64
332
+ pkg debug/elf, const R_PPC64_ENTRY = 118
333
+ pkg debug/elf, const R_PPC64_ENTRY R_PPC64
334
+ pkg debug/elf, const R_PPC64_IRELATIVE = 248
335
+ pkg debug/elf, const R_PPC64_IRELATIVE R_PPC64
336
+ pkg debug/elf, const R_PPC64_JMP_IREL = 247
337
+ pkg debug/elf, const R_PPC64_JMP_IREL R_PPC64
338
+ pkg debug/elf, const R_PPC64_PLT16_LO_DS = 60
339
+ pkg debug/elf, const R_PPC64_PLT16_LO_DS R_PPC64
340
+ pkg debug/elf, const R_PPC64_PLTGOT16 = 52
341
+ pkg debug/elf, const R_PPC64_PLTGOT16 R_PPC64
342
+ pkg debug/elf, const R_PPC64_PLTGOT16_DS = 65
343
+ pkg debug/elf, const R_PPC64_PLTGOT16_DS R_PPC64
344
+ pkg debug/elf, const R_PPC64_PLTGOT16_HA = 55
345
+ pkg debug/elf, const R_PPC64_PLTGOT16_HA R_PPC64
346
+ pkg debug/elf, const R_PPC64_PLTGOT16_HI = 54
347
+ pkg debug/elf, const R_PPC64_PLTGOT16_HI R_PPC64
348
+ pkg debug/elf, const R_PPC64_PLTGOT16_LO = 53
349
+ pkg debug/elf, const R_PPC64_PLTGOT16_LO R_PPC64
350
+ pkg debug/elf, const R_PPC64_PLTGOT_LO_DS = 66
351
+ pkg debug/elf, const R_PPC64_PLTGOT_LO_DS R_PPC64
352
+ pkg debug/elf, const R_PPC64_REL16DX_HA = 246
353
+ pkg debug/elf, const R_PPC64_REL16DX_HA R_PPC64
354
+ pkg debug/elf, const R_PPC64_REL24_NOTOC = 116
355
+ pkg debug/elf, const R_PPC64_REL24_NOTOC R_PPC64
356
+ pkg debug/elf, const R_PPC64_SECTOFF_DS = 61
357
+ pkg debug/elf, const R_PPC64_SECTOFF_DS R_PPC64
358
+ pkg debug/elf, const R_PPC64_SECTOFF_LO_DS = 61
359
+ pkg debug/elf, const R_PPC64_SECTOFF_LO_DS R_PPC64
360
+ pkg debug/elf, const R_PPC64_TOCSAVE = 109
361
+ pkg debug/elf, const R_PPC64_TOCSAVE R_PPC64
362
+ pkg debug/elf, const R_PPC64_TPREL16_HIGH = 112
363
+ pkg debug/elf, const R_PPC64_TPREL16_HIGH R_PPC64
364
+ pkg debug/elf, const R_PPC64_TPREL16_HIGHA = 113
365
+ pkg debug/elf, const R_PPC64_TPREL16_HIGHA R_PPC64
366
+ pkg debug/elf, const R_X86_64_GOT64 = 27
367
+ pkg debug/elf, const R_X86_64_GOT64 R_X86_64
368
+ pkg debug/elf, const R_X86_64_GOTOFF64 = 25
369
+ pkg debug/elf, const R_X86_64_GOTOFF64 R_X86_64
370
+ pkg debug/elf, const R_X86_64_GOTPC32 = 26
371
+ pkg debug/elf, const R_X86_64_GOTPC32 R_X86_64
372
+ pkg debug/elf, const R_X86_64_GOTPC32_TLSDESC = 34
373
+ pkg debug/elf, const R_X86_64_GOTPC32_TLSDESC R_X86_64
374
+ pkg debug/elf, const R_X86_64_GOTPC64 = 29
375
+ pkg debug/elf, const R_X86_64_GOTPC64 R_X86_64
376
+ pkg debug/elf, const R_X86_64_GOTPCREL64 = 28
377
+ pkg debug/elf, const R_X86_64_GOTPCREL64 R_X86_64
378
+ pkg debug/elf, const R_X86_64_GOTPCRELX = 41
379
+ pkg debug/elf, const R_X86_64_GOTPCRELX R_X86_64
380
+ pkg debug/elf, const R_X86_64_GOTPLT64 = 30
381
+ pkg debug/elf, const R_X86_64_GOTPLT64 R_X86_64
382
+ pkg debug/elf, const R_X86_64_IRELATIVE = 37
383
+ pkg debug/elf, const R_X86_64_IRELATIVE R_X86_64
384
+ pkg debug/elf, const R_X86_64_PC32_BND = 39
385
+ pkg debug/elf, const R_X86_64_PC32_BND R_X86_64
386
+ pkg debug/elf, const R_X86_64_PC64 = 24
387
+ pkg debug/elf, const R_X86_64_PC64 R_X86_64
388
+ pkg debug/elf, const R_X86_64_PLT32_BND = 40
389
+ pkg debug/elf, const R_X86_64_PLT32_BND R_X86_64
390
+ pkg debug/elf, const R_X86_64_PLTOFF64 = 31
391
+ pkg debug/elf, const R_X86_64_PLTOFF64 R_X86_64
392
+ pkg debug/elf, const R_X86_64_RELATIVE64 = 38
393
+ pkg debug/elf, const R_X86_64_RELATIVE64 R_X86_64
394
+ pkg debug/elf, const R_X86_64_REX_GOTPCRELX = 42
395
+ pkg debug/elf, const R_X86_64_REX_GOTPCRELX R_X86_64
396
+ pkg debug/elf, const R_X86_64_SIZE32 = 32
397
+ pkg debug/elf, const R_X86_64_SIZE32 R_X86_64
398
+ pkg debug/elf, const R_X86_64_SIZE64 = 33
399
+ pkg debug/elf, const R_X86_64_SIZE64 R_X86_64
400
+ pkg debug/elf, const R_X86_64_TLSDESC = 36
401
+ pkg debug/elf, const R_X86_64_TLSDESC R_X86_64
402
+ pkg debug/elf, const R_X86_64_TLSDESC_CALL = 35
403
+ pkg debug/elf, const R_X86_64_TLSDESC_CALL R_X86_64
404
+ pkg debug/macho, const ARM64_RELOC_ADDEND = 10
405
+ pkg debug/macho, const ARM64_RELOC_ADDEND RelocTypeARM64
406
+ pkg debug/macho, const ARM64_RELOC_BRANCH26 = 2
407
+ pkg debug/macho, const ARM64_RELOC_BRANCH26 RelocTypeARM64
408
+ pkg debug/macho, const ARM64_RELOC_GOT_LOAD_PAGE21 = 5
409
+ pkg debug/macho, const ARM64_RELOC_GOT_LOAD_PAGE21 RelocTypeARM64
410
+ pkg debug/macho, const ARM64_RELOC_GOT_LOAD_PAGEOFF12 = 6
411
+ pkg debug/macho, const ARM64_RELOC_GOT_LOAD_PAGEOFF12 RelocTypeARM64
412
+ pkg debug/macho, const ARM64_RELOC_PAGE21 = 3
413
+ pkg debug/macho, const ARM64_RELOC_PAGE21 RelocTypeARM64
414
+ pkg debug/macho, const ARM64_RELOC_PAGEOFF12 = 4
415
+ pkg debug/macho, const ARM64_RELOC_PAGEOFF12 RelocTypeARM64
416
+ pkg debug/macho, const ARM64_RELOC_POINTER_TO_GOT = 7
417
+ pkg debug/macho, const ARM64_RELOC_POINTER_TO_GOT RelocTypeARM64
418
+ pkg debug/macho, const ARM64_RELOC_SUBTRACTOR = 1
419
+ pkg debug/macho, const ARM64_RELOC_SUBTRACTOR RelocTypeARM64
420
+ pkg debug/macho, const ARM64_RELOC_TLVP_LOAD_PAGE21 = 8
421
+ pkg debug/macho, const ARM64_RELOC_TLVP_LOAD_PAGE21 RelocTypeARM64
422
+ pkg debug/macho, const ARM64_RELOC_TLVP_LOAD_PAGEOFF12 = 9
423
+ pkg debug/macho, const ARM64_RELOC_TLVP_LOAD_PAGEOFF12 RelocTypeARM64
424
+ pkg debug/macho, const ARM64_RELOC_UNSIGNED = 0
425
+ pkg debug/macho, const ARM64_RELOC_UNSIGNED RelocTypeARM64
426
+ pkg debug/macho, const ARM_RELOC_BR24 = 5
427
+ pkg debug/macho, const ARM_RELOC_BR24 RelocTypeARM
428
+ pkg debug/macho, const ARM_RELOC_HALF = 8
429
+ pkg debug/macho, const ARM_RELOC_HALF RelocTypeARM
430
+ pkg debug/macho, const ARM_RELOC_HALF_SECTDIFF = 9
431
+ pkg debug/macho, const ARM_RELOC_HALF_SECTDIFF RelocTypeARM
432
+ pkg debug/macho, const ARM_RELOC_LOCAL_SECTDIFF = 3
433
+ pkg debug/macho, const ARM_RELOC_LOCAL_SECTDIFF RelocTypeARM
434
+ pkg debug/macho, const ARM_RELOC_PAIR = 1
435
+ pkg debug/macho, const ARM_RELOC_PAIR RelocTypeARM
436
+ pkg debug/macho, const ARM_RELOC_PB_LA_PTR = 4
437
+ pkg debug/macho, const ARM_RELOC_PB_LA_PTR RelocTypeARM
438
+ pkg debug/macho, const ARM_RELOC_SECTDIFF = 2
439
+ pkg debug/macho, const ARM_RELOC_SECTDIFF RelocTypeARM
440
+ pkg debug/macho, const ARM_RELOC_VANILLA = 0
441
+ pkg debug/macho, const ARM_RELOC_VANILLA RelocTypeARM
442
+ pkg debug/macho, const ARM_THUMB_32BIT_BRANCH = 7
443
+ pkg debug/macho, const ARM_THUMB_32BIT_BRANCH RelocTypeARM
444
+ pkg debug/macho, const ARM_THUMB_RELOC_BR22 = 6
445
+ pkg debug/macho, const ARM_THUMB_RELOC_BR22 RelocTypeARM
446
+ pkg debug/macho, const FlagAllModsBound = 4096
447
+ pkg debug/macho, const FlagAllModsBound uint32
448
+ pkg debug/macho, const FlagAllowStackExecution = 131072
449
+ pkg debug/macho, const FlagAllowStackExecution uint32
450
+ pkg debug/macho, const FlagAppExtensionSafe = 33554432
451
+ pkg debug/macho, const FlagAppExtensionSafe uint32
452
+ pkg debug/macho, const FlagBindAtLoad = 8
453
+ pkg debug/macho, const FlagBindAtLoad uint32
454
+ pkg debug/macho, const FlagBindsToWeak = 65536
455
+ pkg debug/macho, const FlagBindsToWeak uint32
456
+ pkg debug/macho, const FlagCanonical = 16384
457
+ pkg debug/macho, const FlagCanonical uint32
458
+ pkg debug/macho, const FlagDeadStrippableDylib = 4194304
459
+ pkg debug/macho, const FlagDeadStrippableDylib uint32
460
+ pkg debug/macho, const FlagDyldLink = 4
461
+ pkg debug/macho, const FlagDyldLink uint32
462
+ pkg debug/macho, const FlagForceFlat = 256
463
+ pkg debug/macho, const FlagForceFlat uint32
464
+ pkg debug/macho, const FlagHasTLVDescriptors = 8388608
465
+ pkg debug/macho, const FlagHasTLVDescriptors uint32
466
+ pkg debug/macho, const FlagIncrLink = 2
467
+ pkg debug/macho, const FlagIncrLink uint32
468
+ pkg debug/macho, const FlagLazyInit = 64
469
+ pkg debug/macho, const FlagLazyInit uint32
470
+ pkg debug/macho, const FlagNoFixPrebinding = 1024
471
+ pkg debug/macho, const FlagNoFixPrebinding uint32
472
+ pkg debug/macho, const FlagNoHeapExecution = 16777216
473
+ pkg debug/macho, const FlagNoHeapExecution uint32
474
+ pkg debug/macho, const FlagNoMultiDefs = 512
475
+ pkg debug/macho, const FlagNoMultiDefs uint32
476
+ pkg debug/macho, const FlagNoReexportedDylibs = 1048576
477
+ pkg debug/macho, const FlagNoReexportedDylibs uint32
478
+ pkg debug/macho, const FlagNoUndefs = 1
479
+ pkg debug/macho, const FlagNoUndefs uint32
480
+ pkg debug/macho, const FlagPIE = 2097152
481
+ pkg debug/macho, const FlagPIE uint32
482
+ pkg debug/macho, const FlagPrebindable = 2048
483
+ pkg debug/macho, const FlagPrebindable uint32
484
+ pkg debug/macho, const FlagPrebound = 16
485
+ pkg debug/macho, const FlagPrebound uint32
486
+ pkg debug/macho, const FlagRootSafe = 262144
487
+ pkg debug/macho, const FlagRootSafe uint32
488
+ pkg debug/macho, const FlagSetuidSafe = 524288
489
+ pkg debug/macho, const FlagSetuidSafe uint32
490
+ pkg debug/macho, const FlagSplitSegs = 32
491
+ pkg debug/macho, const FlagSplitSegs uint32
492
+ pkg debug/macho, const FlagSubsectionsViaSymbols = 8192
493
+ pkg debug/macho, const FlagSubsectionsViaSymbols uint32
494
+ pkg debug/macho, const FlagTwoLevel = 128
495
+ pkg debug/macho, const FlagTwoLevel uint32
496
+ pkg debug/macho, const FlagWeakDefines = 32768
497
+ pkg debug/macho, const FlagWeakDefines uint32
498
+ pkg debug/macho, const GENERIC_RELOC_LOCAL_SECTDIFF = 4
499
+ pkg debug/macho, const GENERIC_RELOC_LOCAL_SECTDIFF RelocTypeGeneric
500
+ pkg debug/macho, const GENERIC_RELOC_PAIR = 1
501
+ pkg debug/macho, const GENERIC_RELOC_PAIR RelocTypeGeneric
502
+ pkg debug/macho, const GENERIC_RELOC_PB_LA_PTR = 3
503
+ pkg debug/macho, const GENERIC_RELOC_PB_LA_PTR RelocTypeGeneric
504
+ pkg debug/macho, const GENERIC_RELOC_SECTDIFF = 2
505
+ pkg debug/macho, const GENERIC_RELOC_SECTDIFF RelocTypeGeneric
506
+ pkg debug/macho, const GENERIC_RELOC_TLV = 5
507
+ pkg debug/macho, const GENERIC_RELOC_TLV RelocTypeGeneric
508
+ pkg debug/macho, const GENERIC_RELOC_VANILLA = 0
509
+ pkg debug/macho, const GENERIC_RELOC_VANILLA RelocTypeGeneric
510
+ pkg debug/macho, const LoadCmdRpath = 2147483676
511
+ pkg debug/macho, const LoadCmdRpath LoadCmd
512
+ pkg debug/macho, const X86_64_RELOC_BRANCH = 2
513
+ pkg debug/macho, const X86_64_RELOC_BRANCH RelocTypeX86_64
514
+ pkg debug/macho, const X86_64_RELOC_GOT = 4
515
+ pkg debug/macho, const X86_64_RELOC_GOT RelocTypeX86_64
516
+ pkg debug/macho, const X86_64_RELOC_GOT_LOAD = 3
517
+ pkg debug/macho, const X86_64_RELOC_GOT_LOAD RelocTypeX86_64
518
+ pkg debug/macho, const X86_64_RELOC_SIGNED = 1
519
+ pkg debug/macho, const X86_64_RELOC_SIGNED RelocTypeX86_64
520
+ pkg debug/macho, const X86_64_RELOC_SIGNED_1 = 6
521
+ pkg debug/macho, const X86_64_RELOC_SIGNED_1 RelocTypeX86_64
522
+ pkg debug/macho, const X86_64_RELOC_SIGNED_2 = 7
523
+ pkg debug/macho, const X86_64_RELOC_SIGNED_2 RelocTypeX86_64
524
+ pkg debug/macho, const X86_64_RELOC_SIGNED_4 = 8
525
+ pkg debug/macho, const X86_64_RELOC_SIGNED_4 RelocTypeX86_64
526
+ pkg debug/macho, const X86_64_RELOC_SUBTRACTOR = 5
527
+ pkg debug/macho, const X86_64_RELOC_SUBTRACTOR RelocTypeX86_64
528
+ pkg debug/macho, const X86_64_RELOC_TLV = 9
529
+ pkg debug/macho, const X86_64_RELOC_TLV RelocTypeX86_64
530
+ pkg debug/macho, const X86_64_RELOC_UNSIGNED = 0
531
+ pkg debug/macho, const X86_64_RELOC_UNSIGNED RelocTypeX86_64
532
+ pkg debug/macho, method (RelocTypeARM) GoString() string
533
+ pkg debug/macho, method (RelocTypeARM) String() string
534
+ pkg debug/macho, method (RelocTypeARM64) GoString() string
535
+ pkg debug/macho, method (RelocTypeARM64) String() string
536
+ pkg debug/macho, method (RelocTypeGeneric) GoString() string
537
+ pkg debug/macho, method (RelocTypeGeneric) String() string
538
+ pkg debug/macho, method (RelocTypeX86_64) GoString() string
539
+ pkg debug/macho, method (RelocTypeX86_64) String() string
540
+ pkg debug/macho, method (Rpath) Raw() []uint8
541
+ pkg debug/macho, method (Type) GoString() string
542
+ pkg debug/macho, method (Type) String() string
543
+ pkg debug/macho, type Reloc struct
544
+ pkg debug/macho, type Reloc struct, Addr uint32
545
+ pkg debug/macho, type Reloc struct, Extern bool
546
+ pkg debug/macho, type Reloc struct, Len uint8
547
+ pkg debug/macho, type Reloc struct, Pcrel bool
548
+ pkg debug/macho, type Reloc struct, Scattered bool
549
+ pkg debug/macho, type Reloc struct, Type uint8
550
+ pkg debug/macho, type Reloc struct, Value uint32
551
+ pkg debug/macho, type RelocTypeARM int
552
+ pkg debug/macho, type RelocTypeARM64 int
553
+ pkg debug/macho, type RelocTypeGeneric int
554
+ pkg debug/macho, type RelocTypeX86_64 int
555
+ pkg debug/macho, type Rpath struct
556
+ pkg debug/macho, type Rpath struct, Path string
557
+ pkg debug/macho, type Rpath struct, embedded LoadBytes
558
+ pkg debug/macho, type RpathCmd struct
559
+ pkg debug/macho, type RpathCmd struct, Cmd LoadCmd
560
+ pkg debug/macho, type RpathCmd struct, Len uint32
561
+ pkg debug/macho, type RpathCmd struct, Path uint32
562
+ pkg debug/macho, type Section struct, Relocs []Reloc
563
+ pkg encoding/asn1, const TagNumericString = 18
564
+ pkg encoding/asn1, const TagNumericString ideal-int
565
+ pkg encoding/asn1, func MarshalWithParams(interface{}, string) ([]uint8, error)
566
+ pkg encoding/csv, type ParseError struct, StartLine int
567
+ pkg encoding/hex, func NewDecoder(io.Reader) io.Reader
568
+ pkg encoding/hex, func NewEncoder(io.Writer) io.Writer
569
+ pkg encoding/json, method (*Decoder) DisallowUnknownFields()
570
+ pkg encoding/xml, func NewTokenDecoder(TokenReader) *Decoder
571
+ pkg encoding/xml, type TokenReader interface { Token }
572
+ pkg encoding/xml, type TokenReader interface, Token() (Token, error)
573
+ pkg flag, method (*FlagSet) ErrorHandling() ErrorHandling
574
+ pkg flag, method (*FlagSet) Name() string
575
+ pkg flag, method (*FlagSet) Output() io.Writer
576
+ pkg html/template, type Srcset string
577
+ pkg math, func Erfcinv(float64) float64
578
+ pkg math, func Erfinv(float64) float64
579
+ pkg math, func Round(float64) float64
580
+ pkg math, func RoundToEven(float64) float64
581
+ pkg math/big, const MaxBase = 62
582
+ pkg math/big, method (*Float) Sqrt(*Float) *Float
583
+ pkg math/big, method (*Int) CmpAbs(*Int) int
584
+ pkg math/rand, func Shuffle(int, func(int, int))
585
+ pkg math/rand, method (*Rand) Shuffle(int, func(int, int))
586
+ pkg net, method (*TCPListener) SyscallConn() (syscall.RawConn, error)
587
+ pkg net, method (*UnixListener) SyscallConn() (syscall.RawConn, error)
588
+ pkg net/smtp, method (*Client) Noop() error
589
+ pkg os, func IsTimeout(error) bool
590
+ pkg os, method (*File) SetDeadline(time.Time) error
591
+ pkg os, method (*File) SetReadDeadline(time.Time) error
592
+ pkg os, method (*File) SetWriteDeadline(time.Time) error
593
+ pkg os, method (*PathError) Timeout() bool
594
+ pkg os, method (*SyscallError) Timeout() bool
595
+ pkg os, var ErrNoDeadline error
596
+ pkg strings, method (*Builder) Grow(int)
597
+ pkg strings, method (*Builder) Len() int
598
+ pkg strings, method (*Builder) Reset()
599
+ pkg strings, method (*Builder) String() string
600
+ pkg strings, method (*Builder) Write([]uint8) (int, error)
601
+ pkg strings, method (*Builder) WriteByte(uint8) error
602
+ pkg strings, method (*Builder) WriteRune(int32) (int, error)
603
+ pkg strings, method (*Builder) WriteString(string) (int, error)
604
+ pkg strings, type Builder struct
605
+ pkg syscall (freebsd-386), const SYS_UTIMENSAT = 547
606
+ pkg syscall (freebsd-386), const SYS_UTIMENSAT ideal-int
607
+ pkg syscall (freebsd-386-cgo), const SYS_UTIMENSAT = 547
608
+ pkg syscall (freebsd-386-cgo), const SYS_UTIMENSAT ideal-int
609
+ pkg syscall (freebsd-amd64), const SYS_UTIMENSAT = 547
610
+ pkg syscall (freebsd-amd64), const SYS_UTIMENSAT ideal-int
611
+ pkg syscall (freebsd-amd64-cgo), const SYS_UTIMENSAT = 547
612
+ pkg syscall (freebsd-amd64-cgo), const SYS_UTIMENSAT ideal-int
613
+ pkg syscall (freebsd-arm), const SYS_UTIMENSAT = 547
614
+ pkg syscall (freebsd-arm), const SYS_UTIMENSAT ideal-int
615
+ pkg syscall (freebsd-arm-cgo), const SYS_UTIMENSAT = 547
616
+ pkg syscall (freebsd-arm-cgo), const SYS_UTIMENSAT ideal-int
617
+ pkg syscall (windows-386), func CreateProcessAsUser(Token, *uint16, *uint16, *SecurityAttributes, *SecurityAttributes, bool, uint32, *uint16, *uint16, *StartupInfo, *ProcessInformation) error
618
+ pkg syscall (windows-386), type SysProcAttr struct, Token Token
619
+ pkg syscall (windows-amd64), func CreateProcessAsUser(Token, *uint16, *uint16, *SecurityAttributes, *SecurityAttributes, bool, uint32, *uint16, *uint16, *StartupInfo, *ProcessInformation) error
620
+ pkg syscall (windows-amd64), type SysProcAttr struct, Token Token
621
+ pkg time, func LoadLocationFromTZData(string, []uint8) (*Location, error)
622
+ pkg unicode, const Version = "10.0.0"
623
+ pkg unicode, var Masaram_Gondi *RangeTable
624
+ pkg unicode, var Nushu *RangeTable
625
+ pkg unicode, var Regional_Indicator *RangeTable
626
+ pkg unicode, var Soyombo *RangeTable
627
+ pkg unicode, var Zanabazar_Square *RangeTable
platform/dbops/binaries/go/go/api/go1.11.txt ADDED
@@ -0,0 +1,559 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg crypto/cipher, func NewGCMWithTagSize(Block, int) (AEAD, error)
2
+ pkg crypto/rsa, method (*PrivateKey) Size() int
3
+ pkg crypto/rsa, method (*PublicKey) Size() int
4
+ pkg crypto/tls, method (*ConnectionState) ExportKeyingMaterial(string, []uint8, int) ([]uint8, error)
5
+ pkg database/sql, method (IsolationLevel) String() string
6
+ pkg database/sql, type DBStats struct, Idle int
7
+ pkg database/sql, type DBStats struct, InUse int
8
+ pkg database/sql, type DBStats struct, MaxIdleClosed int64
9
+ pkg database/sql, type DBStats struct, MaxLifetimeClosed int64
10
+ pkg database/sql, type DBStats struct, MaxOpenConnections int
11
+ pkg database/sql, type DBStats struct, WaitCount int64
12
+ pkg database/sql, type DBStats struct, WaitDuration time.Duration
13
+ pkg debug/elf, const ELFOSABI_AROS = 15
14
+ pkg debug/elf, const ELFOSABI_AROS OSABI
15
+ pkg debug/elf, const ELFOSABI_CLOUDABI = 17
16
+ pkg debug/elf, const ELFOSABI_CLOUDABI OSABI
17
+ pkg debug/elf, const ELFOSABI_FENIXOS = 16
18
+ pkg debug/elf, const ELFOSABI_FENIXOS OSABI
19
+ pkg debug/elf, const EM_56800EX = 200
20
+ pkg debug/elf, const EM_56800EX Machine
21
+ pkg debug/elf, const EM_68HC05 = 72
22
+ pkg debug/elf, const EM_68HC05 Machine
23
+ pkg debug/elf, const EM_68HC08 = 71
24
+ pkg debug/elf, const EM_68HC08 Machine
25
+ pkg debug/elf, const EM_68HC11 = 70
26
+ pkg debug/elf, const EM_68HC11 Machine
27
+ pkg debug/elf, const EM_68HC16 = 69
28
+ pkg debug/elf, const EM_68HC16 Machine
29
+ pkg debug/elf, const EM_78KOR = 199
30
+ pkg debug/elf, const EM_78KOR Machine
31
+ pkg debug/elf, const EM_8051 = 165
32
+ pkg debug/elf, const EM_8051 Machine
33
+ pkg debug/elf, const EM_ALTERA_NIOS2 = 113
34
+ pkg debug/elf, const EM_ALTERA_NIOS2 Machine
35
+ pkg debug/elf, const EM_AMDGPU = 224
36
+ pkg debug/elf, const EM_AMDGPU Machine
37
+ pkg debug/elf, const EM_ARCA = 109
38
+ pkg debug/elf, const EM_ARCA Machine
39
+ pkg debug/elf, const EM_ARC_COMPACT = 93
40
+ pkg debug/elf, const EM_ARC_COMPACT Machine
41
+ pkg debug/elf, const EM_ARC_COMPACT2 = 195
42
+ pkg debug/elf, const EM_ARC_COMPACT2 Machine
43
+ pkg debug/elf, const EM_AVR = 83
44
+ pkg debug/elf, const EM_AVR Machine
45
+ pkg debug/elf, const EM_AVR32 = 185
46
+ pkg debug/elf, const EM_AVR32 Machine
47
+ pkg debug/elf, const EM_BA1 = 201
48
+ pkg debug/elf, const EM_BA1 Machine
49
+ pkg debug/elf, const EM_BA2 = 202
50
+ pkg debug/elf, const EM_BA2 Machine
51
+ pkg debug/elf, const EM_BLACKFIN = 106
52
+ pkg debug/elf, const EM_BLACKFIN Machine
53
+ pkg debug/elf, const EM_BPF = 247
54
+ pkg debug/elf, const EM_BPF Machine
55
+ pkg debug/elf, const EM_C166 = 116
56
+ pkg debug/elf, const EM_C166 Machine
57
+ pkg debug/elf, const EM_CDP = 215
58
+ pkg debug/elf, const EM_CDP Machine
59
+ pkg debug/elf, const EM_CE = 119
60
+ pkg debug/elf, const EM_CE Machine
61
+ pkg debug/elf, const EM_CLOUDSHIELD = 192
62
+ pkg debug/elf, const EM_CLOUDSHIELD Machine
63
+ pkg debug/elf, const EM_COGE = 216
64
+ pkg debug/elf, const EM_COGE Machine
65
+ pkg debug/elf, const EM_COOL = 217
66
+ pkg debug/elf, const EM_COOL Machine
67
+ pkg debug/elf, const EM_COREA_1ST = 193
68
+ pkg debug/elf, const EM_COREA_1ST Machine
69
+ pkg debug/elf, const EM_COREA_2ND = 194
70
+ pkg debug/elf, const EM_COREA_2ND Machine
71
+ pkg debug/elf, const EM_CR = 103
72
+ pkg debug/elf, const EM_CR Machine
73
+ pkg debug/elf, const EM_CR16 = 177
74
+ pkg debug/elf, const EM_CR16 Machine
75
+ pkg debug/elf, const EM_CRAYNV2 = 172
76
+ pkg debug/elf, const EM_CRAYNV2 Machine
77
+ pkg debug/elf, const EM_CRIS = 76
78
+ pkg debug/elf, const EM_CRIS Machine
79
+ pkg debug/elf, const EM_CRX = 114
80
+ pkg debug/elf, const EM_CRX Machine
81
+ pkg debug/elf, const EM_CSR_KALIMBA = 219
82
+ pkg debug/elf, const EM_CSR_KALIMBA Machine
83
+ pkg debug/elf, const EM_CUDA = 190
84
+ pkg debug/elf, const EM_CUDA Machine
85
+ pkg debug/elf, const EM_CYPRESS_M8C = 161
86
+ pkg debug/elf, const EM_CYPRESS_M8C Machine
87
+ pkg debug/elf, const EM_D10V = 85
88
+ pkg debug/elf, const EM_D10V Machine
89
+ pkg debug/elf, const EM_D30V = 86
90
+ pkg debug/elf, const EM_D30V Machine
91
+ pkg debug/elf, const EM_DSP24 = 136
92
+ pkg debug/elf, const EM_DSP24 Machine
93
+ pkg debug/elf, const EM_DSPIC30F = 118
94
+ pkg debug/elf, const EM_DSPIC30F Machine
95
+ pkg debug/elf, const EM_DXP = 112
96
+ pkg debug/elf, const EM_DXP Machine
97
+ pkg debug/elf, const EM_ECOG1 = 168
98
+ pkg debug/elf, const EM_ECOG1 Machine
99
+ pkg debug/elf, const EM_ECOG16 = 176
100
+ pkg debug/elf, const EM_ECOG16 Machine
101
+ pkg debug/elf, const EM_ECOG1X = 168
102
+ pkg debug/elf, const EM_ECOG1X Machine
103
+ pkg debug/elf, const EM_ECOG2 = 134
104
+ pkg debug/elf, const EM_ECOG2 Machine
105
+ pkg debug/elf, const EM_ETPU = 178
106
+ pkg debug/elf, const EM_ETPU Machine
107
+ pkg debug/elf, const EM_EXCESS = 111
108
+ pkg debug/elf, const EM_EXCESS Machine
109
+ pkg debug/elf, const EM_F2MC16 = 104
110
+ pkg debug/elf, const EM_F2MC16 Machine
111
+ pkg debug/elf, const EM_FIREPATH = 78
112
+ pkg debug/elf, const EM_FIREPATH Machine
113
+ pkg debug/elf, const EM_FR30 = 84
114
+ pkg debug/elf, const EM_FR30 Machine
115
+ pkg debug/elf, const EM_FT32 = 222
116
+ pkg debug/elf, const EM_FT32 Machine
117
+ pkg debug/elf, const EM_FX66 = 66
118
+ pkg debug/elf, const EM_FX66 Machine
119
+ pkg debug/elf, const EM_HUANY = 81
120
+ pkg debug/elf, const EM_HUANY Machine
121
+ pkg debug/elf, const EM_INTEL205 = 205
122
+ pkg debug/elf, const EM_INTEL205 Machine
123
+ pkg debug/elf, const EM_INTEL206 = 206
124
+ pkg debug/elf, const EM_INTEL206 Machine
125
+ pkg debug/elf, const EM_INTEL207 = 207
126
+ pkg debug/elf, const EM_INTEL207 Machine
127
+ pkg debug/elf, const EM_INTEL208 = 208
128
+ pkg debug/elf, const EM_INTEL208 Machine
129
+ pkg debug/elf, const EM_INTEL209 = 209
130
+ pkg debug/elf, const EM_INTEL209 Machine
131
+ pkg debug/elf, const EM_IP2K = 101
132
+ pkg debug/elf, const EM_IP2K Machine
133
+ pkg debug/elf, const EM_JAVELIN = 77
134
+ pkg debug/elf, const EM_JAVELIN Machine
135
+ pkg debug/elf, const EM_K10M = 181
136
+ pkg debug/elf, const EM_K10M Machine
137
+ pkg debug/elf, const EM_KM32 = 210
138
+ pkg debug/elf, const EM_KM32 Machine
139
+ pkg debug/elf, const EM_KMX16 = 212
140
+ pkg debug/elf, const EM_KMX16 Machine
141
+ pkg debug/elf, const EM_KMX32 = 211
142
+ pkg debug/elf, const EM_KMX32 Machine
143
+ pkg debug/elf, const EM_KMX8 = 213
144
+ pkg debug/elf, const EM_KMX8 Machine
145
+ pkg debug/elf, const EM_KVARC = 214
146
+ pkg debug/elf, const EM_KVARC Machine
147
+ pkg debug/elf, const EM_L10M = 180
148
+ pkg debug/elf, const EM_L10M Machine
149
+ pkg debug/elf, const EM_LANAI = 244
150
+ pkg debug/elf, const EM_LANAI Machine
151
+ pkg debug/elf, const EM_LATTICEMICO32 = 138
152
+ pkg debug/elf, const EM_LATTICEMICO32 Machine
153
+ pkg debug/elf, const EM_M16C = 117
154
+ pkg debug/elf, const EM_M16C Machine
155
+ pkg debug/elf, const EM_M32C = 120
156
+ pkg debug/elf, const EM_M32C Machine
157
+ pkg debug/elf, const EM_M32R = 88
158
+ pkg debug/elf, const EM_M32R Machine
159
+ pkg debug/elf, const EM_MANIK = 171
160
+ pkg debug/elf, const EM_MANIK Machine
161
+ pkg debug/elf, const EM_MAX = 102
162
+ pkg debug/elf, const EM_MAX Machine
163
+ pkg debug/elf, const EM_MAXQ30 = 169
164
+ pkg debug/elf, const EM_MAXQ30 Machine
165
+ pkg debug/elf, const EM_MCHP_PIC = 204
166
+ pkg debug/elf, const EM_MCHP_PIC Machine
167
+ pkg debug/elf, const EM_MCST_ELBRUS = 175
168
+ pkg debug/elf, const EM_MCST_ELBRUS Machine
169
+ pkg debug/elf, const EM_METAG = 174
170
+ pkg debug/elf, const EM_METAG Machine
171
+ pkg debug/elf, const EM_MICROBLAZE = 189
172
+ pkg debug/elf, const EM_MICROBLAZE Machine
173
+ pkg debug/elf, const EM_MMDSP_PLUS = 160
174
+ pkg debug/elf, const EM_MMDSP_PLUS Machine
175
+ pkg debug/elf, const EM_MMIX = 80
176
+ pkg debug/elf, const EM_MMIX Machine
177
+ pkg debug/elf, const EM_MN10200 = 90
178
+ pkg debug/elf, const EM_MN10200 Machine
179
+ pkg debug/elf, const EM_MN10300 = 89
180
+ pkg debug/elf, const EM_MN10300 Machine
181
+ pkg debug/elf, const EM_MOXIE = 223
182
+ pkg debug/elf, const EM_MOXIE Machine
183
+ pkg debug/elf, const EM_MSP430 = 105
184
+ pkg debug/elf, const EM_MSP430 Machine
185
+ pkg debug/elf, const EM_NDS32 = 167
186
+ pkg debug/elf, const EM_NDS32 Machine
187
+ pkg debug/elf, const EM_NORC = 218
188
+ pkg debug/elf, const EM_NORC Machine
189
+ pkg debug/elf, const EM_NS32K = 97
190
+ pkg debug/elf, const EM_NS32K Machine
191
+ pkg debug/elf, const EM_OPEN8 = 196
192
+ pkg debug/elf, const EM_OPEN8 Machine
193
+ pkg debug/elf, const EM_OPENRISC = 92
194
+ pkg debug/elf, const EM_OPENRISC Machine
195
+ pkg debug/elf, const EM_PDP10 = 64
196
+ pkg debug/elf, const EM_PDP10 Machine
197
+ pkg debug/elf, const EM_PDP11 = 65
198
+ pkg debug/elf, const EM_PDP11 Machine
199
+ pkg debug/elf, const EM_PDSP = 63
200
+ pkg debug/elf, const EM_PDSP Machine
201
+ pkg debug/elf, const EM_PJ = 91
202
+ pkg debug/elf, const EM_PJ Machine
203
+ pkg debug/elf, const EM_PRISM = 82
204
+ pkg debug/elf, const EM_PRISM Machine
205
+ pkg debug/elf, const EM_QDSP6 = 164
206
+ pkg debug/elf, const EM_QDSP6 Machine
207
+ pkg debug/elf, const EM_R32C = 162
208
+ pkg debug/elf, const EM_R32C Machine
209
+ pkg debug/elf, const EM_RISCV = 243
210
+ pkg debug/elf, const EM_RISCV Machine
211
+ pkg debug/elf, const EM_RL78 = 197
212
+ pkg debug/elf, const EM_RL78 Machine
213
+ pkg debug/elf, const EM_RS08 = 132
214
+ pkg debug/elf, const EM_RS08 Machine
215
+ pkg debug/elf, const EM_RX = 173
216
+ pkg debug/elf, const EM_RX Machine
217
+ pkg debug/elf, const EM_SCORE7 = 135
218
+ pkg debug/elf, const EM_SCORE7 Machine
219
+ pkg debug/elf, const EM_SEP = 108
220
+ pkg debug/elf, const EM_SEP Machine
221
+ pkg debug/elf, const EM_SE_C17 = 139
222
+ pkg debug/elf, const EM_SE_C17 Machine
223
+ pkg debug/elf, const EM_SE_C33 = 107
224
+ pkg debug/elf, const EM_SE_C33 Machine
225
+ pkg debug/elf, const EM_SHARC = 133
226
+ pkg debug/elf, const EM_SHARC Machine
227
+ pkg debug/elf, const EM_SLE9X = 179
228
+ pkg debug/elf, const EM_SLE9X Machine
229
+ pkg debug/elf, const EM_SNP1K = 99
230
+ pkg debug/elf, const EM_SNP1K Machine
231
+ pkg debug/elf, const EM_ST19 = 74
232
+ pkg debug/elf, const EM_ST19 Machine
233
+ pkg debug/elf, const EM_ST200 = 100
234
+ pkg debug/elf, const EM_ST200 Machine
235
+ pkg debug/elf, const EM_ST7 = 68
236
+ pkg debug/elf, const EM_ST7 Machine
237
+ pkg debug/elf, const EM_ST9PLUS = 67
238
+ pkg debug/elf, const EM_ST9PLUS Machine
239
+ pkg debug/elf, const EM_STM8 = 186
240
+ pkg debug/elf, const EM_STM8 Machine
241
+ pkg debug/elf, const EM_STXP7X = 166
242
+ pkg debug/elf, const EM_STXP7X Machine
243
+ pkg debug/elf, const EM_SVX = 73
244
+ pkg debug/elf, const EM_SVX Machine
245
+ pkg debug/elf, const EM_TILE64 = 187
246
+ pkg debug/elf, const EM_TILE64 Machine
247
+ pkg debug/elf, const EM_TILEGX = 191
248
+ pkg debug/elf, const EM_TILEGX Machine
249
+ pkg debug/elf, const EM_TILEPRO = 188
250
+ pkg debug/elf, const EM_TILEPRO Machine
251
+ pkg debug/elf, const EM_TI_ARP32 = 143
252
+ pkg debug/elf, const EM_TI_ARP32 Machine
253
+ pkg debug/elf, const EM_TI_C2000 = 141
254
+ pkg debug/elf, const EM_TI_C2000 Machine
255
+ pkg debug/elf, const EM_TI_C5500 = 142
256
+ pkg debug/elf, const EM_TI_C5500 Machine
257
+ pkg debug/elf, const EM_TI_C6000 = 140
258
+ pkg debug/elf, const EM_TI_C6000 Machine
259
+ pkg debug/elf, const EM_TI_PRU = 144
260
+ pkg debug/elf, const EM_TI_PRU Machine
261
+ pkg debug/elf, const EM_TMM_GPP = 96
262
+ pkg debug/elf, const EM_TMM_GPP Machine
263
+ pkg debug/elf, const EM_TPC = 98
264
+ pkg debug/elf, const EM_TPC Machine
265
+ pkg debug/elf, const EM_TRIMEDIA = 163
266
+ pkg debug/elf, const EM_TRIMEDIA Machine
267
+ pkg debug/elf, const EM_TSK3000 = 131
268
+ pkg debug/elf, const EM_TSK3000 Machine
269
+ pkg debug/elf, const EM_UNICORE = 110
270
+ pkg debug/elf, const EM_UNICORE Machine
271
+ pkg debug/elf, const EM_V850 = 87
272
+ pkg debug/elf, const EM_V850 Machine
273
+ pkg debug/elf, const EM_VAX = 75
274
+ pkg debug/elf, const EM_VAX Machine
275
+ pkg debug/elf, const EM_VIDEOCORE = 95
276
+ pkg debug/elf, const EM_VIDEOCORE Machine
277
+ pkg debug/elf, const EM_VIDEOCORE3 = 137
278
+ pkg debug/elf, const EM_VIDEOCORE3 Machine
279
+ pkg debug/elf, const EM_VIDEOCORE5 = 198
280
+ pkg debug/elf, const EM_VIDEOCORE5 Machine
281
+ pkg debug/elf, const EM_VISIUM = 221
282
+ pkg debug/elf, const EM_VISIUM Machine
283
+ pkg debug/elf, const EM_XCORE = 203
284
+ pkg debug/elf, const EM_XCORE Machine
285
+ pkg debug/elf, const EM_XGATE = 115
286
+ pkg debug/elf, const EM_XGATE Machine
287
+ pkg debug/elf, const EM_XIMO16 = 170
288
+ pkg debug/elf, const EM_XIMO16 Machine
289
+ pkg debug/elf, const EM_XTENSA = 94
290
+ pkg debug/elf, const EM_XTENSA Machine
291
+ pkg debug/elf, const EM_Z80 = 220
292
+ pkg debug/elf, const EM_Z80 Machine
293
+ pkg debug/elf, const EM_ZSP = 79
294
+ pkg debug/elf, const EM_ZSP Machine
295
+ pkg debug/elf, const R_RISCV_32 = 1
296
+ pkg debug/elf, const R_RISCV_32 R_RISCV
297
+ pkg debug/elf, const R_RISCV_64 = 2
298
+ pkg debug/elf, const R_RISCV_64 R_RISCV
299
+ pkg debug/elf, const R_RISCV_ADD16 = 34
300
+ pkg debug/elf, const R_RISCV_ADD16 R_RISCV
301
+ pkg debug/elf, const R_RISCV_ADD32 = 35
302
+ pkg debug/elf, const R_RISCV_ADD32 R_RISCV
303
+ pkg debug/elf, const R_RISCV_ADD64 = 36
304
+ pkg debug/elf, const R_RISCV_ADD64 R_RISCV
305
+ pkg debug/elf, const R_RISCV_ADD8 = 33
306
+ pkg debug/elf, const R_RISCV_ADD8 R_RISCV
307
+ pkg debug/elf, const R_RISCV_ALIGN = 43
308
+ pkg debug/elf, const R_RISCV_ALIGN R_RISCV
309
+ pkg debug/elf, const R_RISCV_BRANCH = 16
310
+ pkg debug/elf, const R_RISCV_BRANCH R_RISCV
311
+ pkg debug/elf, const R_RISCV_CALL = 18
312
+ pkg debug/elf, const R_RISCV_CALL R_RISCV
313
+ pkg debug/elf, const R_RISCV_CALL_PLT = 19
314
+ pkg debug/elf, const R_RISCV_CALL_PLT R_RISCV
315
+ pkg debug/elf, const R_RISCV_COPY = 4
316
+ pkg debug/elf, const R_RISCV_COPY R_RISCV
317
+ pkg debug/elf, const R_RISCV_GNU_VTENTRY = 42
318
+ pkg debug/elf, const R_RISCV_GNU_VTENTRY R_RISCV
319
+ pkg debug/elf, const R_RISCV_GNU_VTINHERIT = 41
320
+ pkg debug/elf, const R_RISCV_GNU_VTINHERIT R_RISCV
321
+ pkg debug/elf, const R_RISCV_GOT_HI20 = 20
322
+ pkg debug/elf, const R_RISCV_GOT_HI20 R_RISCV
323
+ pkg debug/elf, const R_RISCV_GPREL_I = 47
324
+ pkg debug/elf, const R_RISCV_GPREL_I R_RISCV
325
+ pkg debug/elf, const R_RISCV_GPREL_S = 48
326
+ pkg debug/elf, const R_RISCV_GPREL_S R_RISCV
327
+ pkg debug/elf, const R_RISCV_HI20 = 26
328
+ pkg debug/elf, const R_RISCV_HI20 R_RISCV
329
+ pkg debug/elf, const R_RISCV_JAL = 17
330
+ pkg debug/elf, const R_RISCV_JAL R_RISCV
331
+ pkg debug/elf, const R_RISCV_JUMP_SLOT = 5
332
+ pkg debug/elf, const R_RISCV_JUMP_SLOT R_RISCV
333
+ pkg debug/elf, const R_RISCV_LO12_I = 27
334
+ pkg debug/elf, const R_RISCV_LO12_I R_RISCV
335
+ pkg debug/elf, const R_RISCV_LO12_S = 28
336
+ pkg debug/elf, const R_RISCV_LO12_S R_RISCV
337
+ pkg debug/elf, const R_RISCV_NONE = 0
338
+ pkg debug/elf, const R_RISCV_NONE R_RISCV
339
+ pkg debug/elf, const R_RISCV_PCREL_HI20 = 23
340
+ pkg debug/elf, const R_RISCV_PCREL_HI20 R_RISCV
341
+ pkg debug/elf, const R_RISCV_PCREL_LO12_I = 24
342
+ pkg debug/elf, const R_RISCV_PCREL_LO12_I R_RISCV
343
+ pkg debug/elf, const R_RISCV_PCREL_LO12_S = 25
344
+ pkg debug/elf, const R_RISCV_PCREL_LO12_S R_RISCV
345
+ pkg debug/elf, const R_RISCV_RELATIVE = 3
346
+ pkg debug/elf, const R_RISCV_RELATIVE R_RISCV
347
+ pkg debug/elf, const R_RISCV_RELAX = 51
348
+ pkg debug/elf, const R_RISCV_RELAX R_RISCV
349
+ pkg debug/elf, const R_RISCV_RVC_BRANCH = 44
350
+ pkg debug/elf, const R_RISCV_RVC_BRANCH R_RISCV
351
+ pkg debug/elf, const R_RISCV_RVC_JUMP = 45
352
+ pkg debug/elf, const R_RISCV_RVC_JUMP R_RISCV
353
+ pkg debug/elf, const R_RISCV_RVC_LUI = 46
354
+ pkg debug/elf, const R_RISCV_RVC_LUI R_RISCV
355
+ pkg debug/elf, const R_RISCV_SET16 = 55
356
+ pkg debug/elf, const R_RISCV_SET16 R_RISCV
357
+ pkg debug/elf, const R_RISCV_SET32 = 56
358
+ pkg debug/elf, const R_RISCV_SET32 R_RISCV
359
+ pkg debug/elf, const R_RISCV_SET6 = 53
360
+ pkg debug/elf, const R_RISCV_SET6 R_RISCV
361
+ pkg debug/elf, const R_RISCV_SET8 = 54
362
+ pkg debug/elf, const R_RISCV_SET8 R_RISCV
363
+ pkg debug/elf, const R_RISCV_SUB16 = 38
364
+ pkg debug/elf, const R_RISCV_SUB16 R_RISCV
365
+ pkg debug/elf, const R_RISCV_SUB32 = 39
366
+ pkg debug/elf, const R_RISCV_SUB32 R_RISCV
367
+ pkg debug/elf, const R_RISCV_SUB6 = 52
368
+ pkg debug/elf, const R_RISCV_SUB6 R_RISCV
369
+ pkg debug/elf, const R_RISCV_SUB64 = 40
370
+ pkg debug/elf, const R_RISCV_SUB64 R_RISCV
371
+ pkg debug/elf, const R_RISCV_SUB8 = 37
372
+ pkg debug/elf, const R_RISCV_SUB8 R_RISCV
373
+ pkg debug/elf, const R_RISCV_TLS_DTPMOD32 = 6
374
+ pkg debug/elf, const R_RISCV_TLS_DTPMOD32 R_RISCV
375
+ pkg debug/elf, const R_RISCV_TLS_DTPMOD64 = 7
376
+ pkg debug/elf, const R_RISCV_TLS_DTPMOD64 R_RISCV
377
+ pkg debug/elf, const R_RISCV_TLS_DTPREL32 = 8
378
+ pkg debug/elf, const R_RISCV_TLS_DTPREL32 R_RISCV
379
+ pkg debug/elf, const R_RISCV_TLS_DTPREL64 = 9
380
+ pkg debug/elf, const R_RISCV_TLS_DTPREL64 R_RISCV
381
+ pkg debug/elf, const R_RISCV_TLS_GD_HI20 = 22
382
+ pkg debug/elf, const R_RISCV_TLS_GD_HI20 R_RISCV
383
+ pkg debug/elf, const R_RISCV_TLS_GOT_HI20 = 21
384
+ pkg debug/elf, const R_RISCV_TLS_GOT_HI20 R_RISCV
385
+ pkg debug/elf, const R_RISCV_TLS_TPREL32 = 10
386
+ pkg debug/elf, const R_RISCV_TLS_TPREL32 R_RISCV
387
+ pkg debug/elf, const R_RISCV_TLS_TPREL64 = 11
388
+ pkg debug/elf, const R_RISCV_TLS_TPREL64 R_RISCV
389
+ pkg debug/elf, const R_RISCV_TPREL_ADD = 32
390
+ pkg debug/elf, const R_RISCV_TPREL_ADD R_RISCV
391
+ pkg debug/elf, const R_RISCV_TPREL_HI20 = 29
392
+ pkg debug/elf, const R_RISCV_TPREL_HI20 R_RISCV
393
+ pkg debug/elf, const R_RISCV_TPREL_I = 49
394
+ pkg debug/elf, const R_RISCV_TPREL_I R_RISCV
395
+ pkg debug/elf, const R_RISCV_TPREL_LO12_I = 30
396
+ pkg debug/elf, const R_RISCV_TPREL_LO12_I R_RISCV
397
+ pkg debug/elf, const R_RISCV_TPREL_LO12_S = 31
398
+ pkg debug/elf, const R_RISCV_TPREL_LO12_S R_RISCV
399
+ pkg debug/elf, const R_RISCV_TPREL_S = 50
400
+ pkg debug/elf, const R_RISCV_TPREL_S R_RISCV
401
+ pkg debug/elf, method (R_RISCV) GoString() string
402
+ pkg debug/elf, method (R_RISCV) String() string
403
+ pkg debug/elf, type R_RISCV int
404
+ pkg debug/macho, const CpuArm64 = 16777228
405
+ pkg debug/macho, const CpuArm64 Cpu
406
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_ARCHITECTURE = 7
407
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_ARCHITECTURE ideal-int
408
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BASERELOC = 5
409
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BASERELOC ideal-int
410
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT = 11
411
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT ideal-int
412
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR = 14
413
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR ideal-int
414
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DEBUG = 6
415
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DEBUG ideal-int
416
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT = 13
417
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT ideal-int
418
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXCEPTION = 3
419
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXCEPTION ideal-int
420
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXPORT = 0
421
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_EXPORT ideal-int
422
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_GLOBALPTR = 8
423
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_GLOBALPTR ideal-int
424
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IAT = 12
425
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IAT ideal-int
426
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IMPORT = 1
427
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_IMPORT ideal-int
428
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG = 10
429
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG ideal-int
430
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_RESOURCE = 2
431
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_RESOURCE ideal-int
432
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_SECURITY = 4
433
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_SECURITY ideal-int
434
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_TLS = 9
435
+ pkg debug/pe, const IMAGE_DIRECTORY_ENTRY_TLS ideal-int
436
+ pkg debug/pe, const IMAGE_FILE_MACHINE_ARM64 = 43620
437
+ pkg debug/pe, const IMAGE_FILE_MACHINE_ARM64 ideal-int
438
+ pkg go/ast, type CompositeLit struct, Incomplete bool
439
+ pkg go/token, method (*File) AddLineColumnInfo(int, string, int, int)
440
+ pkg go/types, func NewInterfaceType([]*Func, []Type) *Interface
441
+ pkg go/types, method (*Interface) EmbeddedType(int) Type
442
+ pkg go/types, method (*Var) Embedded() bool
443
+ pkg net, method (*ListenConfig) Listen(context.Context, string, string) (Listener, error)
444
+ pkg net, method (*ListenConfig) ListenPacket(context.Context, string, string) (PacketConn, error)
445
+ pkg net, type Dialer struct, Control func(string, string, syscall.RawConn) error
446
+ pkg net, type ListenConfig struct
447
+ pkg net, type ListenConfig struct, Control func(string, string, syscall.RawConn) error
448
+ pkg net/http, const SameSiteDefaultMode = 1
449
+ pkg net/http, const SameSiteDefaultMode SameSite
450
+ pkg net/http, const SameSiteLaxMode = 2
451
+ pkg net/http, const SameSiteLaxMode SameSite
452
+ pkg net/http, const SameSiteStrictMode = 3
453
+ pkg net/http, const SameSiteStrictMode SameSite
454
+ pkg net/http, const StatusMisdirectedRequest = 421
455
+ pkg net/http, const StatusMisdirectedRequest ideal-int
456
+ pkg net/http, type Cookie struct, SameSite SameSite
457
+ pkg net/http, type SameSite int
458
+ pkg net/http, type Transport struct, MaxConnsPerHost int
459
+ pkg net/http/httptrace, type ClientTrace struct, Got1xxResponse func(int, textproto.MIMEHeader) error
460
+ pkg net/http/httptrace, type ClientTrace struct, WroteHeaderField func(string, []string)
461
+ pkg net/http/httputil, type ReverseProxy struct, ErrorHandler func(http.ResponseWriter, *http.Request, error)
462
+ pkg os, const ModeIrregular = 524288
463
+ pkg os, const ModeIrregular FileMode
464
+ pkg os, const ModeType = 2399666176
465
+ pkg os, func UserCacheDir() (string, error)
466
+ pkg os/signal, func Ignored(os.Signal) bool
467
+ pkg regexp/syntax, method (Op) String() string
468
+ pkg runtime/trace, func IsEnabled() bool
469
+ pkg runtime/trace, func Log(context.Context, string, string)
470
+ pkg runtime/trace, func Logf(context.Context, string, string, ...interface{})
471
+ pkg runtime/trace, func NewTask(context.Context, string) (context.Context, *Task)
472
+ pkg runtime/trace, func StartRegion(context.Context, string) *Region
473
+ pkg runtime/trace, func WithRegion(context.Context, string, func())
474
+ pkg runtime/trace, method (*Region) End()
475
+ pkg runtime/trace, method (*Task) End()
476
+ pkg runtime/trace, type Region struct
477
+ pkg runtime/trace, type Task struct
478
+ pkg syscall (netbsd-386), func Accept4(int, int) (int, Sockaddr, error)
479
+ pkg syscall (netbsd-386), func Pipe2([]int, int) error
480
+ pkg syscall (netbsd-386-cgo), func Accept4(int, int) (int, Sockaddr, error)
481
+ pkg syscall (netbsd-386-cgo), func Pipe2([]int, int) error
482
+ pkg syscall (netbsd-amd64), func Accept4(int, int) (int, Sockaddr, error)
483
+ pkg syscall (netbsd-amd64), func Pipe2([]int, int) error
484
+ pkg syscall (netbsd-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error)
485
+ pkg syscall (netbsd-amd64-cgo), func Pipe2([]int, int) error
486
+ pkg syscall (netbsd-arm), func Accept4(int, int) (int, Sockaddr, error)
487
+ pkg syscall (netbsd-arm), func Pipe2([]int, int) error
488
+ pkg syscall (netbsd-arm-cgo), func Accept4(int, int) (int, Sockaddr, error)
489
+ pkg syscall (netbsd-arm-cgo), func Pipe2([]int, int) error
490
+ pkg syscall (openbsd-386), const SOCK_CLOEXEC = 32768
491
+ pkg syscall (openbsd-386), const SOCK_CLOEXEC ideal-int
492
+ pkg syscall (openbsd-386), const SOCK_NONBLOCK = 16384
493
+ pkg syscall (openbsd-386), const SOCK_NONBLOCK ideal-int
494
+ pkg syscall (openbsd-386), const SYS_ACCEPT4 = 93
495
+ pkg syscall (openbsd-386), const SYS_ACCEPT4 ideal-int
496
+ pkg syscall (openbsd-386), const SYS_PIPE2 = 101
497
+ pkg syscall (openbsd-386), const SYS_PIPE2 ideal-int
498
+ pkg syscall (openbsd-386), func Accept4(int, int) (int, Sockaddr, error)
499
+ pkg syscall (openbsd-386), func Pipe2([]int, int) error
500
+ pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC = 32768
501
+ pkg syscall (openbsd-386-cgo), const SOCK_CLOEXEC ideal-int
502
+ pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK = 16384
503
+ pkg syscall (openbsd-386-cgo), const SOCK_NONBLOCK ideal-int
504
+ pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 = 93
505
+ pkg syscall (openbsd-386-cgo), const SYS_ACCEPT4 ideal-int
506
+ pkg syscall (openbsd-386-cgo), const SYS_PIPE2 = 101
507
+ pkg syscall (openbsd-386-cgo), const SYS_PIPE2 ideal-int
508
+ pkg syscall (openbsd-386-cgo), func Accept4(int, int) (int, Sockaddr, error)
509
+ pkg syscall (openbsd-386-cgo), func Pipe2([]int, int) error
510
+ pkg syscall (openbsd-amd64), const SOCK_CLOEXEC = 32768
511
+ pkg syscall (openbsd-amd64), const SOCK_CLOEXEC ideal-int
512
+ pkg syscall (openbsd-amd64), const SOCK_NONBLOCK = 16384
513
+ pkg syscall (openbsd-amd64), const SOCK_NONBLOCK ideal-int
514
+ pkg syscall (openbsd-amd64), const SYS_ACCEPT4 = 93
515
+ pkg syscall (openbsd-amd64), const SYS_ACCEPT4 ideal-int
516
+ pkg syscall (openbsd-amd64), const SYS_PIPE2 = 101
517
+ pkg syscall (openbsd-amd64), const SYS_PIPE2 ideal-int
518
+ pkg syscall (openbsd-amd64), func Accept4(int, int) (int, Sockaddr, error)
519
+ pkg syscall (openbsd-amd64), func Pipe2([]int, int) error
520
+ pkg syscall (openbsd-amd64-cgo), const SOCK_CLOEXEC = 32768
521
+ pkg syscall (openbsd-amd64-cgo), const SOCK_CLOEXEC ideal-int
522
+ pkg syscall (openbsd-amd64-cgo), const SOCK_NONBLOCK = 16384
523
+ pkg syscall (openbsd-amd64-cgo), const SOCK_NONBLOCK ideal-int
524
+ pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT4 = 93
525
+ pkg syscall (openbsd-amd64-cgo), const SYS_ACCEPT4 ideal-int
526
+ pkg syscall (openbsd-amd64-cgo), const SYS_PIPE2 = 101
527
+ pkg syscall (openbsd-amd64-cgo), const SYS_PIPE2 ideal-int
528
+ pkg syscall (openbsd-amd64-cgo), func Accept4(int, int) (int, Sockaddr, error)
529
+ pkg syscall (openbsd-amd64-cgo), func Pipe2([]int, int) error
530
+ pkg syscall (windows-386), const TOKEN_ADJUST_SESSIONID = 256
531
+ pkg syscall (windows-386), const TOKEN_ADJUST_SESSIONID ideal-int
532
+ pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983551
533
+ pkg syscall (windows-386), type AddrinfoW struct, Addr Pointer
534
+ pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara Pointer
535
+ pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus Pointer
536
+ pkg syscall (windows-386), type CertContext struct, CertInfo *CertInfo
537
+ pkg syscall (windows-386), type CertInfo struct
538
+ pkg syscall (windows-386), type CertRevocationCrlInfo struct
539
+ pkg syscall (windows-386), type CertRevocationInfo struct, CrlInfo *CertRevocationCrlInfo
540
+ pkg syscall (windows-386), type CertRevocationInfo struct, OidSpecificInfo Pointer
541
+ pkg syscall (windows-386), type CertSimpleChain struct, TrustListInfo *CertTrustListInfo
542
+ pkg syscall (windows-386), type CertTrustListInfo struct
543
+ pkg syscall (windows-386), type Pointer *struct
544
+ pkg syscall (windows-amd64), const TOKEN_ADJUST_SESSIONID = 256
545
+ pkg syscall (windows-amd64), const TOKEN_ADJUST_SESSIONID ideal-int
546
+ pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983551
547
+ pkg syscall (windows-amd64), type AddrinfoW struct, Addr Pointer
548
+ pkg syscall (windows-amd64), type CertChainPolicyPara struct, ExtraPolicyPara Pointer
549
+ pkg syscall (windows-amd64), type CertChainPolicyStatus struct, ExtraPolicyStatus Pointer
550
+ pkg syscall (windows-amd64), type CertContext struct, CertInfo *CertInfo
551
+ pkg syscall (windows-amd64), type CertInfo struct
552
+ pkg syscall (windows-amd64), type CertRevocationCrlInfo struct
553
+ pkg syscall (windows-amd64), type CertRevocationInfo struct, CrlInfo *CertRevocationCrlInfo
554
+ pkg syscall (windows-amd64), type CertRevocationInfo struct, OidSpecificInfo Pointer
555
+ pkg syscall (windows-amd64), type CertSimpleChain struct, TrustListInfo *CertTrustListInfo
556
+ pkg syscall (windows-amd64), type CertTrustListInfo struct
557
+ pkg syscall (windows-amd64), type Pointer *struct
558
+ pkg syscall, const ImplementsGetwd = true
559
+ pkg text/template/parse, type PipeNode struct, IsAssign bool
platform/dbops/binaries/go/go/api/go1.12.txt ADDED
@@ -0,0 +1,228 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg bytes, func ReplaceAll([]uint8, []uint8, []uint8) []uint8
2
+ pkg crypto/tls, const TLS_AES_128_GCM_SHA256 = 4865
3
+ pkg crypto/tls, const TLS_AES_128_GCM_SHA256 uint16
4
+ pkg crypto/tls, const TLS_AES_256_GCM_SHA384 = 4866
5
+ pkg crypto/tls, const TLS_AES_256_GCM_SHA384 uint16
6
+ pkg crypto/tls, const TLS_CHACHA20_POLY1305_SHA256 = 4867
7
+ pkg crypto/tls, const TLS_CHACHA20_POLY1305_SHA256 uint16
8
+ pkg crypto/tls, const VersionTLS13 = 772
9
+ pkg crypto/tls, const VersionTLS13 ideal-int
10
+ pkg crypto/tls, type RecordHeaderError struct, Conn net.Conn
11
+ pkg debug/elf, const R_RISCV_32_PCREL = 57
12
+ pkg debug/elf, const R_RISCV_32_PCREL R_RISCV
13
+ pkg debug/pe, const IMAGE_FILE_MACHINE_ARMNT = 452
14
+ pkg debug/pe, const IMAGE_FILE_MACHINE_ARMNT ideal-int
15
+ pkg expvar, method (*Map) Delete(string)
16
+ pkg go/doc, const PreserveAST = 4
17
+ pkg go/doc, const PreserveAST Mode
18
+ pkg go/importer, func ForCompiler(*token.FileSet, string, Lookup) types.Importer
19
+ pkg go/token, method (*File) LineStart(int) Pos
20
+ pkg io, type StringWriter interface { WriteString }
21
+ pkg io, type StringWriter interface, WriteString(string) (int, error)
22
+ pkg log, method (*Logger) Writer() io.Writer
23
+ pkg math/bits, func Add(uint, uint, uint) (uint, uint)
24
+ pkg math/bits, func Add32(uint32, uint32, uint32) (uint32, uint32)
25
+ pkg math/bits, func Add64(uint64, uint64, uint64) (uint64, uint64)
26
+ pkg math/bits, func Div(uint, uint, uint) (uint, uint)
27
+ pkg math/bits, func Div32(uint32, uint32, uint32) (uint32, uint32)
28
+ pkg math/bits, func Div64(uint64, uint64, uint64) (uint64, uint64)
29
+ pkg math/bits, func Mul(uint, uint) (uint, uint)
30
+ pkg math/bits, func Mul32(uint32, uint32) (uint32, uint32)
31
+ pkg math/bits, func Mul64(uint64, uint64) (uint64, uint64)
32
+ pkg math/bits, func Sub(uint, uint, uint) (uint, uint)
33
+ pkg math/bits, func Sub32(uint32, uint32, uint32) (uint32, uint32)
34
+ pkg math/bits, func Sub64(uint64, uint64, uint64) (uint64, uint64)
35
+ pkg net/http, const StatusTooEarly = 425
36
+ pkg net/http, const StatusTooEarly ideal-int
37
+ pkg net/http, method (*Client) CloseIdleConnections()
38
+ pkg os, const ModeType = 2401763328
39
+ pkg os, func UserHomeDir() (string, error)
40
+ pkg os, method (*File) SyscallConn() (syscall.RawConn, error)
41
+ pkg os, method (*ProcessState) ExitCode() int
42
+ pkg os/exec, method (ExitError) ExitCode() int
43
+ pkg reflect, method (*MapIter) Key() Value
44
+ pkg reflect, method (*MapIter) Next() bool
45
+ pkg reflect, method (*MapIter) Value() Value
46
+ pkg reflect, method (Value) MapRange() *MapIter
47
+ pkg reflect, type MapIter struct
48
+ pkg runtime/debug, func ReadBuildInfo() (*BuildInfo, bool)
49
+ pkg runtime/debug, type BuildInfo struct
50
+ pkg runtime/debug, type BuildInfo struct, Deps []*Module
51
+ pkg runtime/debug, type BuildInfo struct, Main Module
52
+ pkg runtime/debug, type BuildInfo struct, Path string
53
+ pkg runtime/debug, type Module struct
54
+ pkg runtime/debug, type Module struct, Path string
55
+ pkg runtime/debug, type Module struct, Replace *Module
56
+ pkg runtime/debug, type Module struct, Sum string
57
+ pkg runtime/debug, type Module struct, Version string
58
+ pkg strings, func ReplaceAll(string, string, string) string
59
+ pkg strings, method (*Builder) Cap() int
60
+ pkg syscall (freebsd-386), const S_IRWXG = 56
61
+ pkg syscall (freebsd-386), const S_IRWXG ideal-int
62
+ pkg syscall (freebsd-386), const S_IRWXO = 7
63
+ pkg syscall (freebsd-386), const S_IRWXO ideal-int
64
+ pkg syscall (freebsd-386), func Fstatat(int, string, *Stat_t, int) error
65
+ pkg syscall (freebsd-386), func Mknod(string, uint32, uint64) error
66
+ pkg syscall (freebsd-386), type Dirent struct, Fileno uint64
67
+ pkg syscall (freebsd-386), type Dirent struct, Namlen uint16
68
+ pkg syscall (freebsd-386), type Dirent struct, Off int64
69
+ pkg syscall (freebsd-386), type Dirent struct, Pad0 uint8
70
+ pkg syscall (freebsd-386), type Dirent struct, Pad1 uint16
71
+ pkg syscall (freebsd-386), type Stat_t struct, Atim_ext int32
72
+ pkg syscall (freebsd-386), type Stat_t struct, Blksize int32
73
+ pkg syscall (freebsd-386), type Stat_t struct, Btim_ext int32
74
+ pkg syscall (freebsd-386), type Stat_t struct, Ctim_ext int32
75
+ pkg syscall (freebsd-386), type Stat_t struct, Dev uint64
76
+ pkg syscall (freebsd-386), type Stat_t struct, Gen uint64
77
+ pkg syscall (freebsd-386), type Stat_t struct, Ino uint64
78
+ pkg syscall (freebsd-386), type Stat_t struct, Mtim_ext int32
79
+ pkg syscall (freebsd-386), type Stat_t struct, Nlink uint64
80
+ pkg syscall (freebsd-386), type Stat_t struct, Padding0 int16
81
+ pkg syscall (freebsd-386), type Stat_t struct, Padding1 int32
82
+ pkg syscall (freebsd-386), type Stat_t struct, Rdev uint64
83
+ pkg syscall (freebsd-386), type Stat_t struct, Spare [10]uint64
84
+ pkg syscall (freebsd-386), type Statfs_t struct, Mntfromname [1024]int8
85
+ pkg syscall (freebsd-386), type Statfs_t struct, Mntonname [1024]int8
86
+ pkg syscall (freebsd-386-cgo), const S_IRWXG = 56
87
+ pkg syscall (freebsd-386-cgo), const S_IRWXG ideal-int
88
+ pkg syscall (freebsd-386-cgo), const S_IRWXO = 7
89
+ pkg syscall (freebsd-386-cgo), const S_IRWXO ideal-int
90
+ pkg syscall (freebsd-386-cgo), func Fstatat(int, string, *Stat_t, int) error
91
+ pkg syscall (freebsd-386-cgo), func Mknod(string, uint32, uint64) error
92
+ pkg syscall (freebsd-386-cgo), type Dirent struct, Fileno uint64
93
+ pkg syscall (freebsd-386-cgo), type Dirent struct, Namlen uint16
94
+ pkg syscall (freebsd-386-cgo), type Dirent struct, Off int64
95
+ pkg syscall (freebsd-386-cgo), type Dirent struct, Pad0 uint8
96
+ pkg syscall (freebsd-386-cgo), type Dirent struct, Pad1 uint16
97
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Atim_ext int32
98
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Blksize int32
99
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Btim_ext int32
100
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Ctim_ext int32
101
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Dev uint64
102
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Gen uint64
103
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Ino uint64
104
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Mtim_ext int32
105
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Nlink uint64
106
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Padding0 int16
107
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Padding1 int32
108
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Rdev uint64
109
+ pkg syscall (freebsd-386-cgo), type Stat_t struct, Spare [10]uint64
110
+ pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntfromname [1024]int8
111
+ pkg syscall (freebsd-386-cgo), type Statfs_t struct, Mntonname [1024]int8
112
+ pkg syscall (freebsd-amd64), const S_IRWXG = 56
113
+ pkg syscall (freebsd-amd64), const S_IRWXG ideal-int
114
+ pkg syscall (freebsd-amd64), const S_IRWXO = 7
115
+ pkg syscall (freebsd-amd64), const S_IRWXO ideal-int
116
+ pkg syscall (freebsd-amd64), func Fstatat(int, string, *Stat_t, int) error
117
+ pkg syscall (freebsd-amd64), func Mknod(string, uint32, uint64) error
118
+ pkg syscall (freebsd-amd64), type Dirent struct, Fileno uint64
119
+ pkg syscall (freebsd-amd64), type Dirent struct, Namlen uint16
120
+ pkg syscall (freebsd-amd64), type Dirent struct, Off int64
121
+ pkg syscall (freebsd-amd64), type Dirent struct, Pad0 uint8
122
+ pkg syscall (freebsd-amd64), type Dirent struct, Pad1 uint16
123
+ pkg syscall (freebsd-amd64), type Stat_t struct, Blksize int32
124
+ pkg syscall (freebsd-amd64), type Stat_t struct, Dev uint64
125
+ pkg syscall (freebsd-amd64), type Stat_t struct, Gen uint64
126
+ pkg syscall (freebsd-amd64), type Stat_t struct, Ino uint64
127
+ pkg syscall (freebsd-amd64), type Stat_t struct, Nlink uint64
128
+ pkg syscall (freebsd-amd64), type Stat_t struct, Padding0 int16
129
+ pkg syscall (freebsd-amd64), type Stat_t struct, Padding1 int32
130
+ pkg syscall (freebsd-amd64), type Stat_t struct, Rdev uint64
131
+ pkg syscall (freebsd-amd64), type Stat_t struct, Spare [10]uint64
132
+ pkg syscall (freebsd-amd64), type Statfs_t struct, Mntfromname [1024]int8
133
+ pkg syscall (freebsd-amd64), type Statfs_t struct, Mntonname [1024]int8
134
+ pkg syscall (freebsd-amd64-cgo), const S_IRWXG = 56
135
+ pkg syscall (freebsd-amd64-cgo), const S_IRWXG ideal-int
136
+ pkg syscall (freebsd-amd64-cgo), const S_IRWXO = 7
137
+ pkg syscall (freebsd-amd64-cgo), const S_IRWXO ideal-int
138
+ pkg syscall (freebsd-amd64-cgo), func Fstatat(int, string, *Stat_t, int) error
139
+ pkg syscall (freebsd-amd64-cgo), func Mknod(string, uint32, uint64) error
140
+ pkg syscall (freebsd-amd64-cgo), type Dirent struct, Fileno uint64
141
+ pkg syscall (freebsd-amd64-cgo), type Dirent struct, Namlen uint16
142
+ pkg syscall (freebsd-amd64-cgo), type Dirent struct, Off int64
143
+ pkg syscall (freebsd-amd64-cgo), type Dirent struct, Pad0 uint8
144
+ pkg syscall (freebsd-amd64-cgo), type Dirent struct, Pad1 uint16
145
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Blksize int32
146
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Dev uint64
147
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Gen uint64
148
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Ino uint64
149
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Nlink uint64
150
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Padding0 int16
151
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Padding1 int32
152
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Rdev uint64
153
+ pkg syscall (freebsd-amd64-cgo), type Stat_t struct, Spare [10]uint64
154
+ pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntfromname [1024]int8
155
+ pkg syscall (freebsd-amd64-cgo), type Statfs_t struct, Mntonname [1024]int8
156
+ pkg syscall (freebsd-arm), const S_IRWXG = 56
157
+ pkg syscall (freebsd-arm), const S_IRWXG ideal-int
158
+ pkg syscall (freebsd-arm), const S_IRWXO = 7
159
+ pkg syscall (freebsd-arm), const S_IRWXO ideal-int
160
+ pkg syscall (freebsd-arm), func Fstatat(int, string, *Stat_t, int) error
161
+ pkg syscall (freebsd-arm), func Mknod(string, uint32, uint64) error
162
+ pkg syscall (freebsd-arm), type Dirent struct, Fileno uint64
163
+ pkg syscall (freebsd-arm), type Dirent struct, Namlen uint16
164
+ pkg syscall (freebsd-arm), type Dirent struct, Off int64
165
+ pkg syscall (freebsd-arm), type Dirent struct, Pad0 uint8
166
+ pkg syscall (freebsd-arm), type Dirent struct, Pad1 uint16
167
+ pkg syscall (freebsd-arm), type Stat_t struct, Blksize int32
168
+ pkg syscall (freebsd-arm), type Stat_t struct, Dev uint64
169
+ pkg syscall (freebsd-arm), type Stat_t struct, Gen uint64
170
+ pkg syscall (freebsd-arm), type Stat_t struct, Ino uint64
171
+ pkg syscall (freebsd-arm), type Stat_t struct, Nlink uint64
172
+ pkg syscall (freebsd-arm), type Stat_t struct, Padding0 int16
173
+ pkg syscall (freebsd-arm), type Stat_t struct, Padding1 int32
174
+ pkg syscall (freebsd-arm), type Stat_t struct, Rdev uint64
175
+ pkg syscall (freebsd-arm), type Stat_t struct, Spare [10]uint64
176
+ pkg syscall (freebsd-arm), type Statfs_t struct, Mntfromname [1024]int8
177
+ pkg syscall (freebsd-arm), type Statfs_t struct, Mntonname [1024]int8
178
+ pkg syscall (freebsd-arm-cgo), const S_IRWXG = 56
179
+ pkg syscall (freebsd-arm-cgo), const S_IRWXG ideal-int
180
+ pkg syscall (freebsd-arm-cgo), const S_IRWXO = 7
181
+ pkg syscall (freebsd-arm-cgo), const S_IRWXO ideal-int
182
+ pkg syscall (freebsd-arm-cgo), func Fstatat(int, string, *Stat_t, int) error
183
+ pkg syscall (freebsd-arm-cgo), func Mknod(string, uint32, uint64) error
184
+ pkg syscall (freebsd-arm-cgo), type Dirent struct, Fileno uint64
185
+ pkg syscall (freebsd-arm-cgo), type Dirent struct, Namlen uint16
186
+ pkg syscall (freebsd-arm-cgo), type Dirent struct, Off int64
187
+ pkg syscall (freebsd-arm-cgo), type Dirent struct, Pad0 uint8
188
+ pkg syscall (freebsd-arm-cgo), type Dirent struct, Pad1 uint16
189
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Blksize int32
190
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Dev uint64
191
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Gen uint64
192
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Ino uint64
193
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Nlink uint64
194
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Padding0 int16
195
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Padding1 int32
196
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Rdev uint64
197
+ pkg syscall (freebsd-arm-cgo), type Stat_t struct, Spare [10]uint64
198
+ pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntfromname [1024]int8
199
+ pkg syscall (freebsd-arm-cgo), type Statfs_t struct, Mntonname [1024]int8
200
+ pkg syscall (openbsd-386), const S_IRWXG = 56
201
+ pkg syscall (openbsd-386), const S_IRWXG ideal-int
202
+ pkg syscall (openbsd-386), const S_IRWXO = 7
203
+ pkg syscall (openbsd-386), const S_IRWXO ideal-int
204
+ pkg syscall (openbsd-386-cgo), const S_IRWXG = 56
205
+ pkg syscall (openbsd-386-cgo), const S_IRWXG ideal-int
206
+ pkg syscall (openbsd-386-cgo), const S_IRWXO = 7
207
+ pkg syscall (openbsd-386-cgo), const S_IRWXO ideal-int
208
+ pkg syscall (openbsd-amd64), const S_IRWXG = 56
209
+ pkg syscall (openbsd-amd64), const S_IRWXG ideal-int
210
+ pkg syscall (openbsd-amd64), const S_IRWXO = 7
211
+ pkg syscall (openbsd-amd64), const S_IRWXO ideal-int
212
+ pkg syscall (openbsd-amd64-cgo), const S_IRWXG = 56
213
+ pkg syscall (openbsd-amd64-cgo), const S_IRWXG ideal-int
214
+ pkg syscall (openbsd-amd64-cgo), const S_IRWXO = 7
215
+ pkg syscall (openbsd-amd64-cgo), const S_IRWXO ideal-int
216
+ pkg syscall (windows-386), const UNIX_PATH_MAX = 108
217
+ pkg syscall (windows-386), const UNIX_PATH_MAX ideal-int
218
+ pkg syscall (windows-386), func Syscall18(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
219
+ pkg syscall (windows-386), type RawSockaddrAny struct, Pad [100]int8
220
+ pkg syscall (windows-386), type RawSockaddrUnix struct, Family uint16
221
+ pkg syscall (windows-386), type RawSockaddrUnix struct, Path [108]int8
222
+ pkg syscall (windows-amd64), const UNIX_PATH_MAX = 108
223
+ pkg syscall (windows-amd64), const UNIX_PATH_MAX ideal-int
224
+ pkg syscall (windows-amd64), func Syscall18(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
225
+ pkg syscall (windows-amd64), type RawSockaddrAny struct, Pad [100]int8
226
+ pkg syscall (windows-amd64), type RawSockaddrUnix struct, Family uint16
227
+ pkg syscall (windows-amd64), type RawSockaddrUnix struct, Path [108]int8
228
+ pkg syscall, type RawSockaddrUnix struct
platform/dbops/binaries/go/go/api/go1.13.txt ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/go/go/api/go1.14.txt ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/go/go/api/go1.15.txt ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg bufio, var ErrBadReadCount error
2
+ pkg crypto, method (Hash) String() string
3
+ pkg crypto/ecdsa, func SignASN1(io.Reader, *PrivateKey, []uint8) ([]uint8, error)
4
+ pkg crypto/ecdsa, func VerifyASN1(*PublicKey, []uint8, []uint8) bool
5
+ pkg crypto/ecdsa, method (*PrivateKey) Equal(crypto.PrivateKey) bool
6
+ pkg crypto/ecdsa, method (*PublicKey) Equal(crypto.PublicKey) bool
7
+ pkg crypto/ed25519, method (PrivateKey) Equal(crypto.PrivateKey) bool
8
+ pkg crypto/ed25519, method (PublicKey) Equal(crypto.PublicKey) bool
9
+ pkg crypto/elliptic, func MarshalCompressed(Curve, *big.Int, *big.Int) []uint8
10
+ pkg crypto/elliptic, func UnmarshalCompressed(Curve, []uint8) (*big.Int, *big.Int)
11
+ pkg crypto/rsa, method (*PrivateKey) Equal(crypto.PrivateKey) bool
12
+ pkg crypto/rsa, method (*PublicKey) Equal(crypto.PublicKey) bool
13
+ pkg crypto/tls, method (*Dialer) Dial(string, string) (net.Conn, error)
14
+ pkg crypto/tls, method (*Dialer) DialContext(context.Context, string, string) (net.Conn, error)
15
+ pkg crypto/tls, method (ClientAuthType) String() string
16
+ pkg crypto/tls, method (CurveID) String() string
17
+ pkg crypto/tls, method (SignatureScheme) String() string
18
+ pkg crypto/tls, type Config struct, VerifyConnection func(ConnectionState) error
19
+ pkg crypto/tls, type Dialer struct
20
+ pkg crypto/tls, type Dialer struct, Config *Config
21
+ pkg crypto/tls, type Dialer struct, NetDialer *net.Dialer
22
+ pkg crypto/x509, func CreateRevocationList(io.Reader, *RevocationList, *Certificate, crypto.Signer) ([]uint8, error)
23
+ pkg crypto/x509, type RevocationList struct
24
+ pkg crypto/x509, type RevocationList struct, ExtraExtensions []pkix.Extension
25
+ pkg crypto/x509, type RevocationList struct, NextUpdate time.Time
26
+ pkg crypto/x509, type RevocationList struct, Number *big.Int
27
+ pkg crypto/x509, type RevocationList struct, RevokedCertificates []pkix.RevokedCertificate
28
+ pkg crypto/x509, type RevocationList struct, SignatureAlgorithm SignatureAlgorithm
29
+ pkg crypto/x509, type RevocationList struct, ThisUpdate time.Time
30
+ pkg database/sql, method (*DB) SetConnMaxIdleTime(time.Duration)
31
+ pkg database/sql, method (*Row) Err() error
32
+ pkg database/sql, type DBStats struct, MaxIdleTimeClosed int64
33
+ pkg database/sql/driver, type Validator interface { IsValid }
34
+ pkg database/sql/driver, type Validator interface, IsValid() bool
35
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_APPCONTAINER = 4096
36
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_APPCONTAINER ideal-int
37
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE = 64
38
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE ideal-int
39
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY = 128
40
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY ideal-int
41
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_GUARD_CF = 16384
42
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_GUARD_CF ideal-int
43
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA = 32
44
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_HIGH_ENTROPY_VA ideal-int
45
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_BIND = 2048
46
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_BIND ideal-int
47
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_ISOLATION = 512
48
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_ISOLATION ideal-int
49
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_SEH = 1024
50
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NO_SEH ideal-int
51
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NX_COMPAT = 256
52
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_NX_COMPAT ideal-int
53
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE = 32768
54
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE ideal-int
55
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_WDM_DRIVER = 8192
56
+ pkg debug/pe, const IMAGE_DLLCHARACTERISTICS_WDM_DRIVER ideal-int
57
+ pkg debug/pe, const IMAGE_FILE_32BIT_MACHINE = 256
58
+ pkg debug/pe, const IMAGE_FILE_32BIT_MACHINE ideal-int
59
+ pkg debug/pe, const IMAGE_FILE_AGGRESIVE_WS_TRIM = 16
60
+ pkg debug/pe, const IMAGE_FILE_AGGRESIVE_WS_TRIM ideal-int
61
+ pkg debug/pe, const IMAGE_FILE_BYTES_REVERSED_HI = 32768
62
+ pkg debug/pe, const IMAGE_FILE_BYTES_REVERSED_HI ideal-int
63
+ pkg debug/pe, const IMAGE_FILE_BYTES_REVERSED_LO = 128
64
+ pkg debug/pe, const IMAGE_FILE_BYTES_REVERSED_LO ideal-int
65
+ pkg debug/pe, const IMAGE_FILE_DEBUG_STRIPPED = 512
66
+ pkg debug/pe, const IMAGE_FILE_DEBUG_STRIPPED ideal-int
67
+ pkg debug/pe, const IMAGE_FILE_DLL = 8192
68
+ pkg debug/pe, const IMAGE_FILE_DLL ideal-int
69
+ pkg debug/pe, const IMAGE_FILE_EXECUTABLE_IMAGE = 2
70
+ pkg debug/pe, const IMAGE_FILE_EXECUTABLE_IMAGE ideal-int
71
+ pkg debug/pe, const IMAGE_FILE_LARGE_ADDRESS_AWARE = 32
72
+ pkg debug/pe, const IMAGE_FILE_LARGE_ADDRESS_AWARE ideal-int
73
+ pkg debug/pe, const IMAGE_FILE_LINE_NUMS_STRIPPED = 4
74
+ pkg debug/pe, const IMAGE_FILE_LINE_NUMS_STRIPPED ideal-int
75
+ pkg debug/pe, const IMAGE_FILE_LOCAL_SYMS_STRIPPED = 8
76
+ pkg debug/pe, const IMAGE_FILE_LOCAL_SYMS_STRIPPED ideal-int
77
+ pkg debug/pe, const IMAGE_FILE_NET_RUN_FROM_SWAP = 2048
78
+ pkg debug/pe, const IMAGE_FILE_NET_RUN_FROM_SWAP ideal-int
79
+ pkg debug/pe, const IMAGE_FILE_RELOCS_STRIPPED = 1
80
+ pkg debug/pe, const IMAGE_FILE_RELOCS_STRIPPED ideal-int
81
+ pkg debug/pe, const IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP = 1024
82
+ pkg debug/pe, const IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP ideal-int
83
+ pkg debug/pe, const IMAGE_FILE_SYSTEM = 4096
84
+ pkg debug/pe, const IMAGE_FILE_SYSTEM ideal-int
85
+ pkg debug/pe, const IMAGE_FILE_UP_SYSTEM_ONLY = 16384
86
+ pkg debug/pe, const IMAGE_FILE_UP_SYSTEM_ONLY ideal-int
87
+ pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_APPLICATION = 10
88
+ pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_APPLICATION ideal-int
89
+ pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER = 11
90
+ pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER ideal-int
91
+ pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_ROM = 13
92
+ pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_ROM ideal-int
93
+ pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER = 12
94
+ pkg debug/pe, const IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER ideal-int
95
+ pkg debug/pe, const IMAGE_SUBSYSTEM_NATIVE = 1
96
+ pkg debug/pe, const IMAGE_SUBSYSTEM_NATIVE ideal-int
97
+ pkg debug/pe, const IMAGE_SUBSYSTEM_NATIVE_WINDOWS = 8
98
+ pkg debug/pe, const IMAGE_SUBSYSTEM_NATIVE_WINDOWS ideal-int
99
+ pkg debug/pe, const IMAGE_SUBSYSTEM_OS2_CUI = 5
100
+ pkg debug/pe, const IMAGE_SUBSYSTEM_OS2_CUI ideal-int
101
+ pkg debug/pe, const IMAGE_SUBSYSTEM_POSIX_CUI = 7
102
+ pkg debug/pe, const IMAGE_SUBSYSTEM_POSIX_CUI ideal-int
103
+ pkg debug/pe, const IMAGE_SUBSYSTEM_UNKNOWN = 0
104
+ pkg debug/pe, const IMAGE_SUBSYSTEM_UNKNOWN ideal-int
105
+ pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION = 16
106
+ pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_BOOT_APPLICATION ideal-int
107
+ pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_CE_GUI = 9
108
+ pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_CE_GUI ideal-int
109
+ pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_CUI = 3
110
+ pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_CUI ideal-int
111
+ pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_GUI = 2
112
+ pkg debug/pe, const IMAGE_SUBSYSTEM_WINDOWS_GUI ideal-int
113
+ pkg debug/pe, const IMAGE_SUBSYSTEM_XBOX = 14
114
+ pkg debug/pe, const IMAGE_SUBSYSTEM_XBOX ideal-int
115
+ pkg math/big, method (*Int) FillBytes([]uint8) []uint8
116
+ pkg net, method (*Resolver) LookupIP(context.Context, string, string) ([]IP, error)
117
+ pkg net/url, method (*URL) EscapedFragment() string
118
+ pkg net/url, method (*URL) Redacted() string
119
+ pkg net/url, type URL struct, RawFragment string
120
+ pkg os, method (*File) ReadFrom(io.Reader) (int64, error)
121
+ pkg os, var ErrDeadlineExceeded error
122
+ pkg regexp, method (*Regexp) SubexpIndex(string) int
123
+ pkg strconv, func FormatComplex(complex128, uint8, int, int) string
124
+ pkg strconv, func ParseComplex(string, int) (complex128, error)
125
+ pkg sync, method (*Map) LoadAndDelete(interface{}) (interface{}, bool)
126
+ pkg testing, method (*B) TempDir() string
127
+ pkg testing, method (*T) Deadline() (time.Time, bool)
128
+ pkg testing, method (*T) TempDir() string
129
+ pkg testing, type TB interface, TempDir() string
130
+ pkg time, method (*Ticker) Reset(Duration)
platform/dbops/binaries/go/go/api/go1.16.txt ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/go/go/api/go1.17.txt ADDED
@@ -0,0 +1,303 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 (freebsd-arm64), const MaxInt = 9223372036854775807
97
+ pkg math (freebsd-arm64), const MaxUint = 18446744073709551615
98
+ pkg math (freebsd-arm64), const MinInt = -9223372036854775808
99
+ pkg math (freebsd-arm64-cgo), const MaxInt = 9223372036854775807
100
+ pkg math (freebsd-arm64-cgo), const MaxUint = 18446744073709551615
101
+ pkg math (freebsd-arm64-cgo), const MinInt = -9223372036854775808
102
+ pkg math (linux-386), const MaxInt = 2147483647
103
+ pkg math (linux-386), const MaxUint = 4294967295
104
+ pkg math (linux-386), const MinInt = -2147483648
105
+ pkg math (linux-386-cgo), const MaxInt = 2147483647
106
+ pkg math (linux-386-cgo), const MaxUint = 4294967295
107
+ pkg math (linux-386-cgo), const MinInt = -2147483648
108
+ pkg math (linux-amd64), const MaxInt = 9223372036854775807
109
+ pkg math (linux-amd64), const MaxUint = 18446744073709551615
110
+ pkg math (linux-amd64), const MinInt = -9223372036854775808
111
+ pkg math (linux-amd64-cgo), const MaxInt = 9223372036854775807
112
+ pkg math (linux-amd64-cgo), const MaxUint = 18446744073709551615
113
+ pkg math (linux-amd64-cgo), const MinInt = -9223372036854775808
114
+ pkg math (linux-arm), const MaxInt = 2147483647
115
+ pkg math (linux-arm), const MaxUint = 4294967295
116
+ pkg math (linux-arm), const MinInt = -2147483648
117
+ pkg math (linux-arm-cgo), const MaxInt = 2147483647
118
+ pkg math (linux-arm-cgo), const MaxUint = 4294967295
119
+ pkg math (linux-arm-cgo), const MinInt = -2147483648
120
+ pkg math (netbsd-386), const MaxInt = 2147483647
121
+ pkg math (netbsd-386), const MaxUint = 4294967295
122
+ pkg math (netbsd-386), const MinInt = -2147483648
123
+ pkg math (netbsd-386-cgo), const MaxInt = 2147483647
124
+ pkg math (netbsd-386-cgo), const MaxUint = 4294967295
125
+ pkg math (netbsd-386-cgo), const MinInt = -2147483648
126
+ pkg math (netbsd-amd64), const MaxInt = 9223372036854775807
127
+ pkg math (netbsd-amd64), const MaxUint = 18446744073709551615
128
+ pkg math (netbsd-amd64), const MinInt = -9223372036854775808
129
+ pkg math (netbsd-amd64-cgo), const MaxInt = 9223372036854775807
130
+ pkg math (netbsd-amd64-cgo), const MaxUint = 18446744073709551615
131
+ pkg math (netbsd-amd64-cgo), const MinInt = -9223372036854775808
132
+ pkg math (netbsd-arm), const MaxInt = 2147483647
133
+ pkg math (netbsd-arm), const MaxUint = 4294967295
134
+ pkg math (netbsd-arm), const MinInt = -2147483648
135
+ pkg math (netbsd-arm-cgo), const MaxInt = 2147483647
136
+ pkg math (netbsd-arm-cgo), const MaxUint = 4294967295
137
+ pkg math (netbsd-arm-cgo), const MinInt = -2147483648
138
+ pkg math (netbsd-arm64), const MaxInt = 9223372036854775807
139
+ pkg math (netbsd-arm64), const MaxUint = 18446744073709551615
140
+ pkg math (netbsd-arm64), const MinInt = -9223372036854775808
141
+ pkg math (netbsd-arm64-cgo), const MaxInt = 9223372036854775807
142
+ pkg math (netbsd-arm64-cgo), const MaxUint = 18446744073709551615
143
+ pkg math (netbsd-arm64-cgo), const MinInt = -9223372036854775808
144
+ pkg math (openbsd-386), const MaxInt = 2147483647
145
+ pkg math (openbsd-386), const MaxUint = 4294967295
146
+ pkg math (openbsd-386), const MinInt = -2147483648
147
+ pkg math (openbsd-386-cgo), const MaxInt = 2147483647
148
+ pkg math (openbsd-386-cgo), const MaxUint = 4294967295
149
+ pkg math (openbsd-386-cgo), const MinInt = -2147483648
150
+ pkg math (openbsd-amd64), const MaxInt = 9223372036854775807
151
+ pkg math (openbsd-amd64), const MaxUint = 18446744073709551615
152
+ pkg math (openbsd-amd64), const MinInt = -9223372036854775808
153
+ pkg math (openbsd-amd64-cgo), const MaxInt = 9223372036854775807
154
+ pkg math (openbsd-amd64-cgo), const MaxUint = 18446744073709551615
155
+ pkg math (openbsd-amd64-cgo), const MinInt = -9223372036854775808
156
+ pkg math (windows-386), const MaxInt = 2147483647
157
+ pkg math (windows-386), const MaxUint = 4294967295
158
+ pkg math (windows-386), const MinInt = -2147483648
159
+ pkg math (windows-amd64), const MaxInt = 9223372036854775807
160
+ pkg math (windows-amd64), const MaxUint = 18446744073709551615
161
+ pkg math (windows-amd64), const MinInt = -9223372036854775808
162
+ pkg math, const MaxFloat64 = 1.79769e+308 // 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368
163
+ pkg math, const MaxInt ideal-int
164
+ pkg math, const MaxUint ideal-int
165
+ pkg math, const MinInt ideal-int
166
+ pkg math, const SmallestNonzeroFloat32 = 1.4013e-45 // 1/713623846352979940529142984724747568191373312
167
+ pkg math, const SmallestNonzeroFloat64 = 4.94066e-324 // 1/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784
168
+ pkg net, method (*ParseError) Temporary() bool
169
+ pkg net, method (*ParseError) Timeout() bool
170
+ pkg net, method (IP) IsPrivate() bool
171
+ pkg net/http, func AllowQuerySemicolons(Handler) Handler
172
+ pkg net/url, method (Values) Has(string) bool
173
+ pkg reflect, func VisibleFields(Type) []StructField
174
+ pkg reflect, method (Method) IsExported() bool
175
+ pkg reflect, method (StructField) IsExported() bool
176
+ pkg reflect, method (Value) CanConvert(Type) bool
177
+ pkg reflect, method (Value) InterfaceData //deprecated
178
+ pkg runtime/cgo (darwin-amd64-cgo), func NewHandle(interface{}) Handle
179
+ pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Delete()
180
+ pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Value() interface{}
181
+ pkg runtime/cgo (darwin-amd64-cgo), type Handle uintptr
182
+ pkg runtime/cgo (darwin-arm64-cgo), func NewHandle(interface{}) Handle
183
+ pkg runtime/cgo (darwin-arm64-cgo), method (Handle) Delete()
184
+ pkg runtime/cgo (darwin-arm64-cgo), method (Handle) Value() interface{}
185
+ pkg runtime/cgo (darwin-arm64-cgo), type Handle uintptr
186
+ pkg runtime/cgo (freebsd-386-cgo), func NewHandle(interface{}) Handle
187
+ pkg runtime/cgo (freebsd-386-cgo), method (Handle) Delete()
188
+ pkg runtime/cgo (freebsd-386-cgo), method (Handle) Value() interface{}
189
+ pkg runtime/cgo (freebsd-386-cgo), type Handle uintptr
190
+ pkg runtime/cgo (freebsd-amd64-cgo), func NewHandle(interface{}) Handle
191
+ pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Delete()
192
+ pkg runtime/cgo (freebsd-amd64-cgo), method (Handle) Value() interface{}
193
+ pkg runtime/cgo (freebsd-amd64-cgo), type Handle uintptr
194
+ pkg runtime/cgo (freebsd-arm-cgo), func NewHandle(interface{}) Handle
195
+ pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Delete()
196
+ pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Value() interface{}
197
+ pkg runtime/cgo (freebsd-arm-cgo), type Handle uintptr
198
+ pkg runtime/cgo (freebsd-arm64-cgo), func NewHandle(interface{}) Handle
199
+ pkg runtime/cgo (freebsd-arm64-cgo), method (Handle) Delete()
200
+ pkg runtime/cgo (freebsd-arm64-cgo), method (Handle) Value() interface{}
201
+ pkg runtime/cgo (freebsd-arm64-cgo), type Handle uintptr
202
+ pkg runtime/cgo (linux-386-cgo), func NewHandle(interface{}) Handle
203
+ pkg runtime/cgo (linux-386-cgo), method (Handle) Delete()
204
+ pkg runtime/cgo (linux-386-cgo), method (Handle) Value() interface{}
205
+ pkg runtime/cgo (linux-386-cgo), type Handle uintptr
206
+ pkg runtime/cgo (linux-amd64-cgo), func NewHandle(interface{}) Handle
207
+ pkg runtime/cgo (linux-amd64-cgo), method (Handle) Delete()
208
+ pkg runtime/cgo (linux-amd64-cgo), method (Handle) Value() interface{}
209
+ pkg runtime/cgo (linux-amd64-cgo), type Handle uintptr
210
+ pkg runtime/cgo (linux-arm-cgo), func NewHandle(interface{}) Handle
211
+ pkg runtime/cgo (linux-arm-cgo), method (Handle) Delete()
212
+ pkg runtime/cgo (linux-arm-cgo), method (Handle) Value() interface{}
213
+ pkg runtime/cgo (linux-arm-cgo), type Handle uintptr
214
+ pkg runtime/cgo (netbsd-386-cgo), func NewHandle(interface{}) Handle
215
+ pkg runtime/cgo (netbsd-386-cgo), method (Handle) Delete()
216
+ pkg runtime/cgo (netbsd-386-cgo), method (Handle) Value() interface{}
217
+ pkg runtime/cgo (netbsd-386-cgo), type Handle uintptr
218
+ pkg runtime/cgo (netbsd-amd64-cgo), func NewHandle(interface{}) Handle
219
+ pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Delete()
220
+ pkg runtime/cgo (netbsd-amd64-cgo), method (Handle) Value() interface{}
221
+ pkg runtime/cgo (netbsd-amd64-cgo), type Handle uintptr
222
+ pkg runtime/cgo (netbsd-arm-cgo), func NewHandle(interface{}) Handle
223
+ pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Delete()
224
+ pkg runtime/cgo (netbsd-arm-cgo), method (Handle) Value() interface{}
225
+ pkg runtime/cgo (netbsd-arm-cgo), type Handle uintptr
226
+ pkg runtime/cgo (netbsd-arm64-cgo), func NewHandle(interface{}) Handle
227
+ pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Delete()
228
+ pkg runtime/cgo (netbsd-arm64-cgo), method (Handle) Value() interface{}
229
+ pkg runtime/cgo (netbsd-arm64-cgo), type Handle uintptr
230
+ pkg runtime/cgo (openbsd-386-cgo), func NewHandle(interface{}) Handle
231
+ pkg runtime/cgo (openbsd-386-cgo), method (Handle) Delete()
232
+ pkg runtime/cgo (openbsd-386-cgo), method (Handle) Value() interface{}
233
+ pkg runtime/cgo (openbsd-386-cgo), type Handle uintptr
234
+ pkg runtime/cgo (openbsd-amd64-cgo), func NewHandle(interface{}) Handle
235
+ pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Delete()
236
+ pkg runtime/cgo (openbsd-amd64-cgo), method (Handle) Value() interface{}
237
+ pkg runtime/cgo (openbsd-amd64-cgo), type Handle uintptr
238
+ pkg strconv, func QuotedPrefix(string) (string, error)
239
+ pkg sync/atomic, method (*Value) CompareAndSwap(interface{}, interface{}) bool
240
+ pkg sync/atomic, method (*Value) Swap(interface{}) interface{}
241
+ pkg syscall (netbsd-386), const SYS_WAIT6 = 481
242
+ pkg syscall (netbsd-386), const SYS_WAIT6 ideal-int
243
+ pkg syscall (netbsd-386), const WEXITED = 32
244
+ pkg syscall (netbsd-386), const WEXITED ideal-int
245
+ pkg syscall (netbsd-386-cgo), const SYS_WAIT6 = 481
246
+ pkg syscall (netbsd-386-cgo), const SYS_WAIT6 ideal-int
247
+ pkg syscall (netbsd-386-cgo), const WEXITED = 32
248
+ pkg syscall (netbsd-386-cgo), const WEXITED ideal-int
249
+ pkg syscall (netbsd-amd64), const SYS_WAIT6 = 481
250
+ pkg syscall (netbsd-amd64), const SYS_WAIT6 ideal-int
251
+ pkg syscall (netbsd-amd64), const WEXITED = 32
252
+ pkg syscall (netbsd-amd64), const WEXITED ideal-int
253
+ pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 = 481
254
+ pkg syscall (netbsd-amd64-cgo), const SYS_WAIT6 ideal-int
255
+ pkg syscall (netbsd-amd64-cgo), const WEXITED = 32
256
+ pkg syscall (netbsd-amd64-cgo), const WEXITED ideal-int
257
+ pkg syscall (netbsd-arm), const SYS_WAIT6 = 481
258
+ pkg syscall (netbsd-arm), const SYS_WAIT6 ideal-int
259
+ pkg syscall (netbsd-arm), const WEXITED = 32
260
+ pkg syscall (netbsd-arm), const WEXITED ideal-int
261
+ pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 = 481
262
+ pkg syscall (netbsd-arm-cgo), const SYS_WAIT6 ideal-int
263
+ pkg syscall (netbsd-arm-cgo), const WEXITED = 32
264
+ pkg syscall (netbsd-arm-cgo), const WEXITED ideal-int
265
+ pkg syscall (netbsd-arm64), const SYS_WAIT6 = 481
266
+ pkg syscall (netbsd-arm64), const SYS_WAIT6 ideal-int
267
+ pkg syscall (netbsd-arm64), const WEXITED = 32
268
+ pkg syscall (netbsd-arm64), const WEXITED ideal-int
269
+ pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 = 481
270
+ pkg syscall (netbsd-arm64-cgo), const SYS_WAIT6 ideal-int
271
+ pkg syscall (netbsd-arm64-cgo), const WEXITED = 32
272
+ pkg syscall (netbsd-arm64-cgo), const WEXITED ideal-int
273
+ pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC = 2048
274
+ pkg syscall (openbsd-386), const MSG_CMSG_CLOEXEC ideal-int
275
+ pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC = 2048
276
+ pkg syscall (openbsd-386-cgo), const MSG_CMSG_CLOEXEC ideal-int
277
+ pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
278
+ pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC ideal-int
279
+ pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048
280
+ pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int
281
+ pkg syscall (windows-386), func CreateIoCompletionPort //deprecated
282
+ pkg syscall (windows-386), func GetQueuedCompletionStatus //deprecated
283
+ pkg syscall (windows-386), func PostQueuedCompletionStatus //deprecated
284
+ pkg syscall (windows-386), type SysProcAttr struct, AdditionalInheritedHandles []Handle
285
+ pkg syscall (windows-386), type SysProcAttr struct, ParentProcess Handle
286
+ pkg syscall (windows-amd64), func CreateIoCompletionPort //deprecated
287
+ pkg syscall (windows-amd64), func GetQueuedCompletionStatus //deprecated
288
+ pkg syscall (windows-amd64), func PostQueuedCompletionStatus //deprecated
289
+ pkg syscall (windows-amd64), type SysProcAttr struct, AdditionalInheritedHandles []Handle
290
+ pkg syscall (windows-amd64), type SysProcAttr struct, ParentProcess Handle
291
+ pkg testing, method (*B) Setenv(string, string)
292
+ pkg testing, method (*T) Setenv(string, string)
293
+ pkg testing, type TB interface, Setenv(string, string)
294
+ pkg text/template/parse, const SkipFuncCheck = 2
295
+ pkg text/template/parse, const SkipFuncCheck Mode
296
+ pkg time, const Layout = "01/02 03:04:05PM '06 -0700"
297
+ pkg time, const Layout ideal-string
298
+ pkg time, func UnixMicro(int64) Time
299
+ pkg time, func UnixMilli(int64) Time
300
+ pkg time, method (Time) GoString() string
301
+ pkg time, method (Time) IsDST() bool
302
+ pkg time, method (Time) UnixMicro() int64
303
+ pkg time, method (Time) UnixMilli() int64
platform/dbops/binaries/go/go/api/go1.18.txt ADDED
@@ -0,0 +1,253 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg bufio, method (*Writer) AvailableBuffer() []uint8
2
+ pkg bufio, method (ReadWriter) AvailableBuffer() []uint8
3
+ pkg bytes, func Cut([]uint8, []uint8) ([]uint8, []uint8, bool)
4
+ pkg bytes, func Title //deprecated
5
+ pkg crypto/tls, method (*Conn) NetConn() net.Conn
6
+ pkg crypto/tls, type Config struct, PreferServerCipherSuites //deprecated
7
+ pkg crypto/x509, method (*CertPool) Subjects //deprecated
8
+ pkg debug/buildinfo, func Read(io.ReaderAt) (*debug.BuildInfo, error)
9
+ pkg debug/buildinfo, func ReadFile(string) (*debug.BuildInfo, error)
10
+ pkg debug/buildinfo, type BuildInfo = debug.BuildInfo
11
+ pkg debug/dwarf, type BasicType struct, DataBitOffset int64
12
+ pkg debug/dwarf, type StructField struct, DataBitOffset int64
13
+ pkg debug/elf, const R_PPC64_RELATIVE = 22
14
+ pkg debug/elf, const R_PPC64_RELATIVE R_PPC64
15
+ pkg debug/plan9obj, var ErrNoSymbols error
16
+ pkg go/ast, method (*IndexListExpr) End() token.Pos
17
+ pkg go/ast, method (*IndexListExpr) Pos() token.Pos
18
+ pkg go/ast, type FuncType struct, TypeParams *FieldList
19
+ pkg go/ast, type IndexListExpr struct
20
+ pkg go/ast, type IndexListExpr struct, Indices []Expr
21
+ pkg go/ast, type IndexListExpr struct, Lbrack token.Pos
22
+ pkg go/ast, type IndexListExpr struct, Rbrack token.Pos
23
+ pkg go/ast, type IndexListExpr struct, X Expr
24
+ pkg go/ast, type TypeSpec struct, TypeParams *FieldList
25
+ pkg go/constant, method (Kind) String() string
26
+ pkg go/token, const TILDE = 88
27
+ pkg go/token, const TILDE Token
28
+ pkg go/types, func Instantiate(*Context, Type, []Type, bool) (Type, error)
29
+ pkg go/types, func NewContext() *Context
30
+ pkg go/types, func NewSignature //deprecated
31
+ pkg go/types, func NewSignatureType(*Var, []*TypeParam, []*TypeParam, *Tuple, *Tuple, bool) *Signature
32
+ pkg go/types, func NewTerm(bool, Type) *Term
33
+ pkg go/types, func NewTypeParam(*TypeName, Type) *TypeParam
34
+ pkg go/types, func NewUnion([]*Term) *Union
35
+ pkg go/types, method (*ArgumentError) Error() string
36
+ pkg go/types, method (*ArgumentError) Unwrap() error
37
+ pkg go/types, method (*Interface) IsComparable() bool
38
+ pkg go/types, method (*Interface) IsImplicit() bool
39
+ pkg go/types, method (*Interface) IsMethodSet() bool
40
+ pkg go/types, method (*Interface) MarkImplicit()
41
+ pkg go/types, method (*Named) Origin() *Named
42
+ pkg go/types, method (*Named) SetTypeParams([]*TypeParam)
43
+ pkg go/types, method (*Named) TypeArgs() *TypeList
44
+ pkg go/types, method (*Named) TypeParams() *TypeParamList
45
+ pkg go/types, method (*Signature) RecvTypeParams() *TypeParamList
46
+ pkg go/types, method (*Signature) TypeParams() *TypeParamList
47
+ pkg go/types, method (*Term) String() string
48
+ pkg go/types, method (*Term) Tilde() bool
49
+ pkg go/types, method (*Term) Type() Type
50
+ pkg go/types, method (*TypeList) At(int) Type
51
+ pkg go/types, method (*TypeList) Len() int
52
+ pkg go/types, method (*TypeParam) Constraint() Type
53
+ pkg go/types, method (*TypeParam) Index() int
54
+ pkg go/types, method (*TypeParam) Obj() *TypeName
55
+ pkg go/types, method (*TypeParam) SetConstraint(Type)
56
+ pkg go/types, method (*TypeParam) String() string
57
+ pkg go/types, method (*TypeParam) Underlying() Type
58
+ pkg go/types, method (*TypeParamList) At(int) *TypeParam
59
+ pkg go/types, method (*TypeParamList) Len() int
60
+ pkg go/types, method (*Union) Len() int
61
+ pkg go/types, method (*Union) String() string
62
+ pkg go/types, method (*Union) Term(int) *Term
63
+ pkg go/types, method (*Union) Underlying() Type
64
+ pkg go/types, type ArgumentError struct
65
+ pkg go/types, type ArgumentError struct, Err error
66
+ pkg go/types, type ArgumentError struct, Index int
67
+ pkg go/types, type Config struct, Context *Context
68
+ pkg go/types, type Config struct, GoVersion string
69
+ pkg go/types, type Context struct
70
+ pkg go/types, type Info struct, Instances map[*ast.Ident]Instance
71
+ pkg go/types, type Instance struct
72
+ pkg go/types, type Instance struct, Type Type
73
+ pkg go/types, type Instance struct, TypeArgs *TypeList
74
+ pkg go/types, type Term struct
75
+ pkg go/types, type TypeList struct
76
+ pkg go/types, type TypeParam struct
77
+ pkg go/types, type TypeParamList struct
78
+ pkg go/types, type Union struct
79
+ pkg net, func TCPAddrFromAddrPort(netip.AddrPort) *TCPAddr
80
+ pkg net, func UDPAddrFromAddrPort(netip.AddrPort) *UDPAddr
81
+ pkg net, method (*Resolver) LookupNetIP(context.Context, string, string) ([]netip.Addr, error)
82
+ pkg net, method (*TCPAddr) AddrPort() netip.AddrPort
83
+ pkg net, method (*UDPAddr) AddrPort() netip.AddrPort
84
+ pkg net, method (*UDPConn) ReadFromUDPAddrPort([]uint8) (int, netip.AddrPort, error)
85
+ pkg net, method (*UDPConn) ReadMsgUDPAddrPort([]uint8, []uint8) (int, int, int, netip.AddrPort, error)
86
+ pkg net, method (*UDPConn) WriteMsgUDPAddrPort([]uint8, []uint8, netip.AddrPort) (int, int, error)
87
+ pkg net, method (*UDPConn) WriteToUDPAddrPort([]uint8, netip.AddrPort) (int, error)
88
+ pkg net, type Error interface, Temporary //deprecated
89
+ pkg net/http, func MaxBytesHandler(Handler, int64) Handler
90
+ pkg net/http, method (*Cookie) Valid() error
91
+ pkg net/netip, func AddrFrom16([16]uint8) Addr
92
+ pkg net/netip, func AddrFrom4([4]uint8) Addr
93
+ pkg net/netip, func AddrFromSlice([]uint8) (Addr, bool)
94
+ pkg net/netip, func AddrPortFrom(Addr, uint16) AddrPort
95
+ pkg net/netip, func IPv4Unspecified() Addr
96
+ pkg net/netip, func IPv6LinkLocalAllNodes() Addr
97
+ pkg net/netip, func IPv6Unspecified() Addr
98
+ pkg net/netip, func MustParseAddr(string) Addr
99
+ pkg net/netip, func MustParseAddrPort(string) AddrPort
100
+ pkg net/netip, func MustParsePrefix(string) Prefix
101
+ pkg net/netip, func ParseAddr(string) (Addr, error)
102
+ pkg net/netip, func ParseAddrPort(string) (AddrPort, error)
103
+ pkg net/netip, func ParsePrefix(string) (Prefix, error)
104
+ pkg net/netip, func PrefixFrom(Addr, int) Prefix
105
+ pkg net/netip, method (*Addr) UnmarshalBinary([]uint8) error
106
+ pkg net/netip, method (*Addr) UnmarshalText([]uint8) error
107
+ pkg net/netip, method (*AddrPort) UnmarshalBinary([]uint8) error
108
+ pkg net/netip, method (*AddrPort) UnmarshalText([]uint8) error
109
+ pkg net/netip, method (*Prefix) UnmarshalBinary([]uint8) error
110
+ pkg net/netip, method (*Prefix) UnmarshalText([]uint8) error
111
+ pkg net/netip, method (Addr) AppendTo([]uint8) []uint8
112
+ pkg net/netip, method (Addr) As16() [16]uint8
113
+ pkg net/netip, method (Addr) As4() [4]uint8
114
+ pkg net/netip, method (Addr) AsSlice() []uint8
115
+ pkg net/netip, method (Addr) BitLen() int
116
+ pkg net/netip, method (Addr) Compare(Addr) int
117
+ pkg net/netip, method (Addr) Is4() bool
118
+ pkg net/netip, method (Addr) Is4In6() bool
119
+ pkg net/netip, method (Addr) Is6() bool
120
+ pkg net/netip, method (Addr) IsGlobalUnicast() bool
121
+ pkg net/netip, method (Addr) IsInterfaceLocalMulticast() bool
122
+ pkg net/netip, method (Addr) IsLinkLocalMulticast() bool
123
+ pkg net/netip, method (Addr) IsLinkLocalUnicast() bool
124
+ pkg net/netip, method (Addr) IsLoopback() bool
125
+ pkg net/netip, method (Addr) IsMulticast() bool
126
+ pkg net/netip, method (Addr) IsPrivate() bool
127
+ pkg net/netip, method (Addr) IsUnspecified() bool
128
+ pkg net/netip, method (Addr) IsValid() bool
129
+ pkg net/netip, method (Addr) Less(Addr) bool
130
+ pkg net/netip, method (Addr) MarshalBinary() ([]uint8, error)
131
+ pkg net/netip, method (Addr) MarshalText() ([]uint8, error)
132
+ pkg net/netip, method (Addr) Next() Addr
133
+ pkg net/netip, method (Addr) Prefix(int) (Prefix, error)
134
+ pkg net/netip, method (Addr) Prev() Addr
135
+ pkg net/netip, method (Addr) String() string
136
+ pkg net/netip, method (Addr) StringExpanded() string
137
+ pkg net/netip, method (Addr) Unmap() Addr
138
+ pkg net/netip, method (Addr) WithZone(string) Addr
139
+ pkg net/netip, method (Addr) Zone() string
140
+ pkg net/netip, method (AddrPort) Addr() Addr
141
+ pkg net/netip, method (AddrPort) AppendTo([]uint8) []uint8
142
+ pkg net/netip, method (AddrPort) IsValid() bool
143
+ pkg net/netip, method (AddrPort) MarshalBinary() ([]uint8, error)
144
+ pkg net/netip, method (AddrPort) MarshalText() ([]uint8, error)
145
+ pkg net/netip, method (AddrPort) Port() uint16
146
+ pkg net/netip, method (AddrPort) String() string
147
+ pkg net/netip, method (Prefix) Addr() Addr
148
+ pkg net/netip, method (Prefix) AppendTo([]uint8) []uint8
149
+ pkg net/netip, method (Prefix) Bits() int
150
+ pkg net/netip, method (Prefix) Contains(Addr) bool
151
+ pkg net/netip, method (Prefix) IsSingleIP() bool
152
+ pkg net/netip, method (Prefix) IsValid() bool
153
+ pkg net/netip, method (Prefix) MarshalBinary() ([]uint8, error)
154
+ pkg net/netip, method (Prefix) MarshalText() ([]uint8, error)
155
+ pkg net/netip, method (Prefix) Masked() Prefix
156
+ pkg net/netip, method (Prefix) Overlaps(Prefix) bool
157
+ pkg net/netip, method (Prefix) String() string
158
+ pkg net/netip, type Addr struct
159
+ pkg net/netip, type AddrPort struct
160
+ pkg net/netip, type Prefix struct
161
+ pkg reflect, const Pointer = 22
162
+ pkg reflect, const Pointer Kind
163
+ pkg reflect, func PointerTo(Type) Type
164
+ pkg reflect, method (*MapIter) Reset(Value)
165
+ pkg reflect, method (Value) CanComplex() bool
166
+ pkg reflect, method (Value) CanFloat() bool
167
+ pkg reflect, method (Value) CanInt() bool
168
+ pkg reflect, method (Value) CanUint() bool
169
+ pkg reflect, method (Value) FieldByIndexErr([]int) (Value, error)
170
+ pkg reflect, method (Value) SetIterKey(*MapIter)
171
+ pkg reflect, method (Value) SetIterValue(*MapIter)
172
+ pkg reflect, method (Value) UnsafePointer() unsafe.Pointer
173
+ pkg runtime/debug, func ParseBuildInfo(string) (*BuildInfo, error)
174
+ pkg runtime/debug, method (*BuildInfo) String() string
175
+ pkg runtime/debug, type BuildInfo struct, GoVersion string
176
+ pkg runtime/debug, type BuildInfo struct, Settings []BuildSetting
177
+ pkg runtime/debug, type BuildSetting struct
178
+ pkg runtime/debug, type BuildSetting struct, Key string
179
+ pkg runtime/debug, type BuildSetting struct, Value string
180
+ pkg strings, func Clone(string) string
181
+ pkg strings, func Cut(string, string) (string, string, bool)
182
+ pkg strings, func Title //deprecated
183
+ pkg sync, method (*Mutex) TryLock() bool
184
+ pkg sync, method (*RWMutex) TryLock() bool
185
+ pkg sync, method (*RWMutex) TryRLock() bool
186
+ pkg syscall (freebsd-386), type SysProcAttr struct, Pdeathsig Signal
187
+ pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pdeathsig Signal
188
+ pkg syscall (freebsd-amd64), type SysProcAttr struct, Pdeathsig Signal
189
+ pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pdeathsig Signal
190
+ pkg syscall (freebsd-arm), type SysProcAttr struct, Pdeathsig Signal
191
+ pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pdeathsig Signal
192
+ pkg syscall (freebsd-arm64), type SysProcAttr struct, Pdeathsig Signal
193
+ pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Pdeathsig Signal
194
+ pkg syscall (windows-386), func Syscall //deprecated
195
+ pkg syscall (windows-386), func Syscall12 //deprecated
196
+ pkg syscall (windows-386), func Syscall15 //deprecated
197
+ pkg syscall (windows-386), func Syscall18 //deprecated
198
+ pkg syscall (windows-386), func Syscall6 //deprecated
199
+ pkg syscall (windows-386), func Syscall9 //deprecated
200
+ pkg syscall (windows-386), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)
201
+ pkg syscall (windows-amd64), func Syscall //deprecated
202
+ pkg syscall (windows-amd64), func Syscall12 //deprecated
203
+ pkg syscall (windows-amd64), func Syscall15 //deprecated
204
+ pkg syscall (windows-amd64), func Syscall18 //deprecated
205
+ pkg syscall (windows-amd64), func Syscall6 //deprecated
206
+ pkg syscall (windows-amd64), func Syscall9 //deprecated
207
+ pkg syscall (windows-amd64), func SyscallN(uintptr, ...uintptr) (uintptr, uintptr, Errno)
208
+ pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalFuzzTarget, []InternalExample) *M
209
+ pkg testing, method (*F) Add(...interface{})
210
+ pkg testing, method (*F) Cleanup(func())
211
+ pkg testing, method (*F) Error(...interface{})
212
+ pkg testing, method (*F) Errorf(string, ...interface{})
213
+ pkg testing, method (*F) Fail()
214
+ pkg testing, method (*F) FailNow()
215
+ pkg testing, method (*F) Failed() bool
216
+ pkg testing, method (*F) Fatal(...interface{})
217
+ pkg testing, method (*F) Fatalf(string, ...interface{})
218
+ pkg testing, method (*F) Fuzz(interface{})
219
+ pkg testing, method (*F) Helper()
220
+ pkg testing, method (*F) Log(...interface{})
221
+ pkg testing, method (*F) Logf(string, ...interface{})
222
+ pkg testing, method (*F) Name() string
223
+ pkg testing, method (*F) Setenv(string, string)
224
+ pkg testing, method (*F) Skip(...interface{})
225
+ pkg testing, method (*F) SkipNow()
226
+ pkg testing, method (*F) Skipf(string, ...interface{})
227
+ pkg testing, method (*F) Skipped() bool
228
+ pkg testing, method (*F) TempDir() string
229
+ pkg testing, type F struct
230
+ pkg testing, type InternalFuzzTarget struct
231
+ pkg testing, type InternalFuzzTarget struct, Fn func(*F)
232
+ pkg testing, type InternalFuzzTarget struct, Name string
233
+ pkg text/template/parse, const NodeBreak = 21
234
+ pkg text/template/parse, const NodeBreak NodeType
235
+ pkg text/template/parse, const NodeContinue = 22
236
+ pkg text/template/parse, const NodeContinue NodeType
237
+ pkg text/template/parse, method (*BreakNode) Copy() Node
238
+ pkg text/template/parse, method (*BreakNode) String() string
239
+ pkg text/template/parse, method (*ContinueNode) Copy() Node
240
+ pkg text/template/parse, method (*ContinueNode) String() string
241
+ pkg text/template/parse, method (BreakNode) Position() Pos
242
+ pkg text/template/parse, method (BreakNode) Type() NodeType
243
+ pkg text/template/parse, method (ContinueNode) Position() Pos
244
+ pkg text/template/parse, method (ContinueNode) Type() NodeType
245
+ pkg text/template/parse, type BreakNode struct
246
+ pkg text/template/parse, type BreakNode struct, Line int
247
+ pkg text/template/parse, type BreakNode struct, embedded NodeType
248
+ pkg text/template/parse, type BreakNode struct, embedded Pos
249
+ pkg text/template/parse, type ContinueNode struct
250
+ pkg text/template/parse, type ContinueNode struct, Line int
251
+ pkg text/template/parse, type ContinueNode struct, embedded NodeType
252
+ pkg text/template/parse, type ContinueNode struct, embedded Pos
253
+ pkg unicode/utf8, func AppendRune([]uint8, int32) []uint8
platform/dbops/binaries/go/go/api/go1.19.txt ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg crypto/x509, func ParseRevocationList([]uint8) (*RevocationList, error) #50674
2
+ pkg crypto/x509, method (*CertPool) Clone() *CertPool #35044
3
+ pkg crypto/x509, method (*CertPool) Equal(*CertPool) bool #46057
4
+ pkg crypto/x509, method (*RevocationList) CheckSignatureFrom(*Certificate) error #50674
5
+ pkg crypto/x509, type RevocationList struct, AuthorityKeyId []uint8 #50674
6
+ pkg crypto/x509, type RevocationList struct, Extensions []pkix.Extension #50674
7
+ pkg crypto/x509, type RevocationList struct, Issuer pkix.Name #50674
8
+ pkg crypto/x509, type RevocationList struct, Raw []uint8 #50674
9
+ pkg crypto/x509, type RevocationList struct, RawIssuer []uint8 #50674
10
+ pkg crypto/x509, type RevocationList struct, RawTBSRevocationList []uint8 #50674
11
+ pkg crypto/x509, type RevocationList struct, Signature []uint8 #50674
12
+ pkg debug/elf, const EM_LOONGARCH = 258 #46229
13
+ pkg debug/elf, const EM_LOONGARCH Machine #46229
14
+ pkg debug/elf, const R_LARCH_32 = 1 #46229
15
+ pkg debug/elf, const R_LARCH_32 R_LARCH #46229
16
+ pkg debug/elf, const R_LARCH_64 = 2 #46229
17
+ pkg debug/elf, const R_LARCH_64 R_LARCH #46229
18
+ pkg debug/elf, const R_LARCH_ADD16 = 48 #46229
19
+ pkg debug/elf, const R_LARCH_ADD16 R_LARCH #46229
20
+ pkg debug/elf, const R_LARCH_ADD24 = 49 #46229
21
+ pkg debug/elf, const R_LARCH_ADD24 R_LARCH #46229
22
+ pkg debug/elf, const R_LARCH_ADD32 = 50 #46229
23
+ pkg debug/elf, const R_LARCH_ADD32 R_LARCH #46229
24
+ pkg debug/elf, const R_LARCH_ADD64 = 51 #46229
25
+ pkg debug/elf, const R_LARCH_ADD64 R_LARCH #46229
26
+ pkg debug/elf, const R_LARCH_ADD8 = 47 #46229
27
+ pkg debug/elf, const R_LARCH_ADD8 R_LARCH #46229
28
+ pkg debug/elf, const R_LARCH_COPY = 4 #46229
29
+ pkg debug/elf, const R_LARCH_COPY R_LARCH #46229
30
+ pkg debug/elf, const R_LARCH_IRELATIVE = 12 #46229
31
+ pkg debug/elf, const R_LARCH_IRELATIVE R_LARCH #46229
32
+ pkg debug/elf, const R_LARCH_JUMP_SLOT = 5 #46229
33
+ pkg debug/elf, const R_LARCH_JUMP_SLOT R_LARCH #46229
34
+ pkg debug/elf, const R_LARCH_MARK_LA = 20 #46229
35
+ pkg debug/elf, const R_LARCH_MARK_LA R_LARCH #46229
36
+ pkg debug/elf, const R_LARCH_MARK_PCREL = 21 #46229
37
+ pkg debug/elf, const R_LARCH_MARK_PCREL R_LARCH #46229
38
+ pkg debug/elf, const R_LARCH_NONE = 0 #46229
39
+ pkg debug/elf, const R_LARCH_NONE R_LARCH #46229
40
+ pkg debug/elf, const R_LARCH_RELATIVE = 3 #46229
41
+ pkg debug/elf, const R_LARCH_RELATIVE R_LARCH #46229
42
+ pkg debug/elf, const R_LARCH_SOP_ADD = 35 #46229
43
+ pkg debug/elf, const R_LARCH_SOP_ADD R_LARCH #46229
44
+ pkg debug/elf, const R_LARCH_SOP_AND = 36 #46229
45
+ pkg debug/elf, const R_LARCH_SOP_AND R_LARCH #46229
46
+ pkg debug/elf, const R_LARCH_SOP_ASSERT = 30 #46229
47
+ pkg debug/elf, const R_LARCH_SOP_ASSERT R_LARCH #46229
48
+ pkg debug/elf, const R_LARCH_SOP_IF_ELSE = 37 #46229
49
+ pkg debug/elf, const R_LARCH_SOP_IF_ELSE R_LARCH #46229
50
+ pkg debug/elf, const R_LARCH_SOP_NOT = 31 #46229
51
+ pkg debug/elf, const R_LARCH_SOP_NOT R_LARCH #46229
52
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_0_10_10_16_S2 = 45 #46229
53
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_0_10_10_16_S2 R_LARCH #46229
54
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_0_5_10_16_S2 = 44 #46229
55
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_0_5_10_16_S2 R_LARCH #46229
56
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_12 = 40 #46229
57
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_12 R_LARCH #46229
58
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_16 = 41 #46229
59
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_16 R_LARCH #46229
60
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_16_S2 = 42 #46229
61
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_16_S2 R_LARCH #46229
62
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_5 = 38 #46229
63
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_10_5 R_LARCH #46229
64
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_5_20 = 43 #46229
65
+ pkg debug/elf, const R_LARCH_SOP_POP_32_S_5_20 R_LARCH #46229
66
+ pkg debug/elf, const R_LARCH_SOP_POP_32_U = 46 #46229
67
+ pkg debug/elf, const R_LARCH_SOP_POP_32_U R_LARCH #46229
68
+ pkg debug/elf, const R_LARCH_SOP_POP_32_U_10_12 = 39 #46229
69
+ pkg debug/elf, const R_LARCH_SOP_POP_32_U_10_12 R_LARCH #46229
70
+ pkg debug/elf, const R_LARCH_SOP_PUSH_ABSOLUTE = 23 #46229
71
+ pkg debug/elf, const R_LARCH_SOP_PUSH_ABSOLUTE R_LARCH #46229
72
+ pkg debug/elf, const R_LARCH_SOP_PUSH_DUP = 24 #46229
73
+ pkg debug/elf, const R_LARCH_SOP_PUSH_DUP R_LARCH #46229
74
+ pkg debug/elf, const R_LARCH_SOP_PUSH_GPREL = 25 #46229
75
+ pkg debug/elf, const R_LARCH_SOP_PUSH_GPREL R_LARCH #46229
76
+ pkg debug/elf, const R_LARCH_SOP_PUSH_PCREL = 22 #46229
77
+ pkg debug/elf, const R_LARCH_SOP_PUSH_PCREL R_LARCH #46229
78
+ pkg debug/elf, const R_LARCH_SOP_PUSH_PLT_PCREL = 29 #46229
79
+ pkg debug/elf, const R_LARCH_SOP_PUSH_PLT_PCREL R_LARCH #46229
80
+ pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_GD = 28 #46229
81
+ pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_GD R_LARCH #46229
82
+ pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_GOT = 27 #46229
83
+ pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_GOT R_LARCH #46229
84
+ pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_TPREL = 26 #46229
85
+ pkg debug/elf, const R_LARCH_SOP_PUSH_TLS_TPREL R_LARCH #46229
86
+ pkg debug/elf, const R_LARCH_SOP_SL = 33 #46229
87
+ pkg debug/elf, const R_LARCH_SOP_SL R_LARCH #46229
88
+ pkg debug/elf, const R_LARCH_SOP_SR = 34 #46229
89
+ pkg debug/elf, const R_LARCH_SOP_SR R_LARCH #46229
90
+ pkg debug/elf, const R_LARCH_SOP_SUB = 32 #46229
91
+ pkg debug/elf, const R_LARCH_SOP_SUB R_LARCH #46229
92
+ pkg debug/elf, const R_LARCH_SUB16 = 53 #46229
93
+ pkg debug/elf, const R_LARCH_SUB16 R_LARCH #46229
94
+ pkg debug/elf, const R_LARCH_SUB24 = 54 #46229
95
+ pkg debug/elf, const R_LARCH_SUB24 R_LARCH #46229
96
+ pkg debug/elf, const R_LARCH_SUB32 = 55 #46229
97
+ pkg debug/elf, const R_LARCH_SUB32 R_LARCH #46229
98
+ pkg debug/elf, const R_LARCH_SUB64 = 56 #46229
99
+ pkg debug/elf, const R_LARCH_SUB64 R_LARCH #46229
100
+ pkg debug/elf, const R_LARCH_SUB8 = 52 #46229
101
+ pkg debug/elf, const R_LARCH_SUB8 R_LARCH #46229
102
+ pkg debug/elf, const R_LARCH_TLS_DTPMOD32 = 6 #46229
103
+ pkg debug/elf, const R_LARCH_TLS_DTPMOD32 R_LARCH #46229
104
+ pkg debug/elf, const R_LARCH_TLS_DTPMOD64 = 7 #46229
105
+ pkg debug/elf, const R_LARCH_TLS_DTPMOD64 R_LARCH #46229
106
+ pkg debug/elf, const R_LARCH_TLS_DTPREL32 = 8 #46229
107
+ pkg debug/elf, const R_LARCH_TLS_DTPREL32 R_LARCH #46229
108
+ pkg debug/elf, const R_LARCH_TLS_DTPREL64 = 9 #46229
109
+ pkg debug/elf, const R_LARCH_TLS_DTPREL64 R_LARCH #46229
110
+ pkg debug/elf, const R_LARCH_TLS_TPREL32 = 10 #46229
111
+ pkg debug/elf, const R_LARCH_TLS_TPREL32 R_LARCH #46229
112
+ pkg debug/elf, const R_LARCH_TLS_TPREL64 = 11 #46229
113
+ pkg debug/elf, const R_LARCH_TLS_TPREL64 R_LARCH #46229
114
+ pkg debug/elf, method (R_LARCH) GoString() string #46229
115
+ pkg debug/elf, method (R_LARCH) String() string #46229
116
+ pkg debug/elf, type R_LARCH int #46229
117
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_ANY = 2 #51868
118
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_ANY ideal-int #51868
119
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_ASSOCIATIVE = 5 #51868
120
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_ASSOCIATIVE ideal-int #51868
121
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_EXACT_MATCH = 4 #51868
122
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_EXACT_MATCH ideal-int #51868
123
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_LARGEST = 6 #51868
124
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_LARGEST ideal-int #51868
125
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_NODUPLICATES = 1 #51868
126
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_NODUPLICATES ideal-int #51868
127
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_SAME_SIZE = 3 #51868
128
+ pkg debug/pe, const IMAGE_COMDAT_SELECT_SAME_SIZE ideal-int #51868
129
+ pkg debug/pe, const IMAGE_FILE_MACHINE_LOONGARCH32 = 25138 #46229
130
+ pkg debug/pe, const IMAGE_FILE_MACHINE_LOONGARCH32 ideal-int #46229
131
+ pkg debug/pe, const IMAGE_FILE_MACHINE_LOONGARCH64 = 25188 #46229
132
+ pkg debug/pe, const IMAGE_FILE_MACHINE_LOONGARCH64 ideal-int #46229
133
+ pkg debug/pe, const IMAGE_SCN_CNT_CODE = 32 #51868
134
+ pkg debug/pe, const IMAGE_SCN_CNT_CODE ideal-int #51868
135
+ pkg debug/pe, const IMAGE_SCN_CNT_INITIALIZED_DATA = 64 #51868
136
+ pkg debug/pe, const IMAGE_SCN_CNT_INITIALIZED_DATA ideal-int #51868
137
+ pkg debug/pe, const IMAGE_SCN_CNT_UNINITIALIZED_DATA = 128 #51868
138
+ pkg debug/pe, const IMAGE_SCN_CNT_UNINITIALIZED_DATA ideal-int #51868
139
+ pkg debug/pe, const IMAGE_SCN_LNK_COMDAT = 4096 #51868
140
+ pkg debug/pe, const IMAGE_SCN_LNK_COMDAT ideal-int #51868
141
+ pkg debug/pe, const IMAGE_SCN_MEM_DISCARDABLE = 33554432 #51868
142
+ pkg debug/pe, const IMAGE_SCN_MEM_DISCARDABLE ideal-int #51868
143
+ pkg debug/pe, const IMAGE_SCN_MEM_EXECUTE = 536870912 #51868
144
+ pkg debug/pe, const IMAGE_SCN_MEM_EXECUTE ideal-int #51868
145
+ pkg debug/pe, const IMAGE_SCN_MEM_READ = 1073741824 #51868
146
+ pkg debug/pe, const IMAGE_SCN_MEM_READ ideal-int #51868
147
+ pkg debug/pe, const IMAGE_SCN_MEM_WRITE = 2147483648 #51868
148
+ pkg debug/pe, const IMAGE_SCN_MEM_WRITE ideal-int #51868
149
+ pkg debug/pe, method (*File) COFFSymbolReadSectionDefAux(int) (*COFFSymbolAuxFormat5, error) #51868
150
+ pkg debug/pe, type COFFSymbolAuxFormat5 struct #51868
151
+ pkg debug/pe, type COFFSymbolAuxFormat5 struct, Checksum uint32 #51868
152
+ pkg debug/pe, type COFFSymbolAuxFormat5 struct, NumLineNumbers uint16 #51868
153
+ pkg debug/pe, type COFFSymbolAuxFormat5 struct, NumRelocs uint16 #51868
154
+ pkg debug/pe, type COFFSymbolAuxFormat5 struct, SecNum uint16 #51868
155
+ pkg debug/pe, type COFFSymbolAuxFormat5 struct, Selection uint8 #51868
156
+ pkg debug/pe, type COFFSymbolAuxFormat5 struct, Size uint32 #51868
157
+ pkg encoding/binary, func AppendUvarint([]uint8, uint64) []uint8 #51644
158
+ pkg encoding/binary, func AppendVarint([]uint8, int64) []uint8 #51644
159
+ pkg encoding/binary, type AppendByteOrder interface { AppendUint16, AppendUint32, AppendUint64, String } #50601
160
+ pkg encoding/binary, type AppendByteOrder interface, AppendUint16([]uint8, uint16) []uint8 #50601
161
+ pkg encoding/binary, type AppendByteOrder interface, AppendUint32([]uint8, uint32) []uint8 #50601
162
+ pkg encoding/binary, type AppendByteOrder interface, AppendUint64([]uint8, uint64) []uint8 #50601
163
+ pkg encoding/binary, type AppendByteOrder interface, String() string #50601
164
+ pkg encoding/csv, method (*Reader) InputOffset() int64 #43401
165
+ pkg encoding/xml, method (*Decoder) InputPos() (int, int) #45628
166
+ pkg flag, func TextVar(encoding.TextUnmarshaler, string, encoding.TextMarshaler, string) #45754
167
+ pkg flag, method (*FlagSet) TextVar(encoding.TextUnmarshaler, string, encoding.TextMarshaler, string) #45754
168
+ pkg fmt, func Append([]uint8, ...interface{}) []uint8 #47579
169
+ pkg fmt, func Appendf([]uint8, string, ...interface{}) []uint8 #47579
170
+ pkg fmt, func Appendln([]uint8, ...interface{}) []uint8 #47579
171
+ pkg go/doc, method (*Package) HTML(string) []uint8 #51082
172
+ pkg go/doc, method (*Package) Markdown(string) []uint8 #51082
173
+ pkg go/doc, method (*Package) Parser() *comment.Parser #51082
174
+ pkg go/doc, method (*Package) Printer() *comment.Printer #51082
175
+ pkg go/doc, method (*Package) Synopsis(string) string #51082
176
+ pkg go/doc, method (*Package) Text(string) []uint8 #51082
177
+ pkg go/doc/comment, func DefaultLookupPackage(string) (string, bool) #51082
178
+ pkg go/doc/comment, method (*DocLink) DefaultURL(string) string #51082
179
+ pkg go/doc/comment, method (*Heading) DefaultID() string #51082
180
+ pkg go/doc/comment, method (*List) BlankBefore() bool #51082
181
+ pkg go/doc/comment, method (*List) BlankBetween() bool #51082
182
+ pkg go/doc/comment, method (*Parser) Parse(string) *Doc #51082
183
+ pkg go/doc/comment, method (*Printer) Comment(*Doc) []uint8 #51082
184
+ pkg go/doc/comment, method (*Printer) HTML(*Doc) []uint8 #51082
185
+ pkg go/doc/comment, method (*Printer) Markdown(*Doc) []uint8 #51082
186
+ pkg go/doc/comment, method (*Printer) Text(*Doc) []uint8 #51082
187
+ pkg go/doc/comment, type Block interface, unexported methods #51082
188
+ pkg go/doc/comment, type Code struct #51082
189
+ pkg go/doc/comment, type Code struct, Text string #51082
190
+ pkg go/doc/comment, type Doc struct #51082
191
+ pkg go/doc/comment, type Doc struct, Content []Block #51082
192
+ pkg go/doc/comment, type Doc struct, Links []*LinkDef #51082
193
+ pkg go/doc/comment, type DocLink struct #51082
194
+ pkg go/doc/comment, type DocLink struct, ImportPath string #51082
195
+ pkg go/doc/comment, type DocLink struct, Name string #51082
196
+ pkg go/doc/comment, type DocLink struct, Recv string #51082
197
+ pkg go/doc/comment, type DocLink struct, Text []Text #51082
198
+ pkg go/doc/comment, type Heading struct #51082
199
+ pkg go/doc/comment, type Heading struct, Text []Text #51082
200
+ pkg go/doc/comment, type Italic string #51082
201
+ pkg go/doc/comment, type Link struct #51082
202
+ pkg go/doc/comment, type Link struct, Auto bool #51082
203
+ pkg go/doc/comment, type Link struct, Text []Text #51082
204
+ pkg go/doc/comment, type Link struct, URL string #51082
205
+ pkg go/doc/comment, type LinkDef struct #51082
206
+ pkg go/doc/comment, type LinkDef struct, Text string #51082
207
+ pkg go/doc/comment, type LinkDef struct, URL string #51082
208
+ pkg go/doc/comment, type LinkDef struct, Used bool #51082
209
+ pkg go/doc/comment, type List struct #51082
210
+ pkg go/doc/comment, type List struct, ForceBlankBefore bool #51082
211
+ pkg go/doc/comment, type List struct, ForceBlankBetween bool #51082
212
+ pkg go/doc/comment, type List struct, Items []*ListItem #51082
213
+ pkg go/doc/comment, type ListItem struct #51082
214
+ pkg go/doc/comment, type ListItem struct, Content []Block #51082
215
+ pkg go/doc/comment, type ListItem struct, Number string #51082
216
+ pkg go/doc/comment, type Paragraph struct #51082
217
+ pkg go/doc/comment, type Paragraph struct, Text []Text #51082
218
+ pkg go/doc/comment, type Parser struct #51082
219
+ pkg go/doc/comment, type Parser struct, LookupPackage func(string) (string, bool) #51082
220
+ pkg go/doc/comment, type Parser struct, LookupSym func(string, string) bool #51082
221
+ pkg go/doc/comment, type Parser struct, Words map[string]string #51082
222
+ pkg go/doc/comment, type Plain string #51082
223
+ pkg go/doc/comment, type Printer struct #51082
224
+ pkg go/doc/comment, type Printer struct, DocLinkBaseURL string #51082
225
+ pkg go/doc/comment, type Printer struct, DocLinkURL func(*DocLink) string #51082
226
+ pkg go/doc/comment, type Printer struct, HeadingID func(*Heading) string #51082
227
+ pkg go/doc/comment, type Printer struct, HeadingLevel int #51082
228
+ pkg go/doc/comment, type Printer struct, TextCodePrefix string #51082
229
+ pkg go/doc/comment, type Printer struct, TextPrefix string #51082
230
+ pkg go/doc/comment, type Printer struct, TextWidth int #51082
231
+ pkg go/doc/comment, type Text interface, unexported methods #51082
232
+ pkg go/types, method (*Func) Origin() *Func #51682
233
+ pkg go/types, method (*Var) Origin() *Var #51682
234
+ pkg hash/maphash, func Bytes(Seed, []uint8) uint64 #42710
235
+ pkg hash/maphash, func String(Seed, string) uint64 #42710
236
+ pkg html/template, method (*Template) Funcs(template.FuncMap) *Template #46121
237
+ pkg html/template, type FuncMap = template.FuncMap #46121
238
+ pkg net/http, method (*MaxBytesError) Error() string #30715
239
+ pkg net/http, type MaxBytesError struct #30715
240
+ pkg net/http, type MaxBytesError struct, Limit int64 #30715
241
+ pkg net/url, func JoinPath(string, ...string) (string, error) #47005
242
+ pkg net/url, method (*URL) JoinPath(...string) *URL #47005
243
+ pkg net/url, type URL struct, OmitHost bool #46059
244
+ pkg os/exec, method (*Cmd) Environ() []string #50599
245
+ pkg os/exec, type Cmd struct, Err error #43724
246
+ pkg os/exec, var ErrDot error #43724
247
+ pkg regexp/syntax, const ErrNestingDepth = "expression nests too deeply" #51684
248
+ pkg regexp/syntax, const ErrNestingDepth ErrorCode #51684
249
+ pkg runtime/debug, func SetMemoryLimit(int64) int64 #48409
250
+ pkg sort, func Find(int, func(int) int) (int, bool) #50340
251
+ pkg sync/atomic, method (*Bool) CompareAndSwap(bool, bool) bool #50860
252
+ pkg sync/atomic, method (*Bool) Load() bool #50860
253
+ pkg sync/atomic, method (*Bool) Store(bool) #50860
254
+ pkg sync/atomic, method (*Bool) Swap(bool) bool #50860
255
+ pkg sync/atomic, method (*Int32) Add(int32) int32 #50860
256
+ pkg sync/atomic, method (*Int32) CompareAndSwap(int32, int32) bool #50860
257
+ pkg sync/atomic, method (*Int32) Load() int32 #50860
258
+ pkg sync/atomic, method (*Int32) Store(int32) #50860
259
+ pkg sync/atomic, method (*Int32) Swap(int32) int32 #50860
260
+ pkg sync/atomic, method (*Int64) Add(int64) int64 #50860
261
+ pkg sync/atomic, method (*Int64) CompareAndSwap(int64, int64) bool #50860
262
+ pkg sync/atomic, method (*Int64) Load() int64 #50860
263
+ pkg sync/atomic, method (*Int64) Store(int64) #50860
264
+ pkg sync/atomic, method (*Int64) Swap(int64) int64 #50860
265
+ pkg sync/atomic, method (*Pointer[$0]) CompareAndSwap(*$0, *$0) bool #50860
266
+ pkg sync/atomic, method (*Pointer[$0]) Load() *$0 #50860
267
+ pkg sync/atomic, method (*Pointer[$0]) Store(*$0) #50860
268
+ pkg sync/atomic, method (*Pointer[$0]) Swap(*$0) *$0 #50860
269
+ pkg sync/atomic, method (*Uint32) Add(uint32) uint32 #50860
270
+ pkg sync/atomic, method (*Uint32) CompareAndSwap(uint32, uint32) bool #50860
271
+ pkg sync/atomic, method (*Uint32) Load() uint32 #50860
272
+ pkg sync/atomic, method (*Uint32) Store(uint32) #50860
273
+ pkg sync/atomic, method (*Uint32) Swap(uint32) uint32 #50860
274
+ pkg sync/atomic, method (*Uint64) Add(uint64) uint64 #50860
275
+ pkg sync/atomic, method (*Uint64) CompareAndSwap(uint64, uint64) bool #50860
276
+ pkg sync/atomic, method (*Uint64) Load() uint64 #50860
277
+ pkg sync/atomic, method (*Uint64) Store(uint64) #50860
278
+ pkg sync/atomic, method (*Uint64) Swap(uint64) uint64 #50860
279
+ pkg sync/atomic, method (*Uintptr) Add(uintptr) uintptr #50860
280
+ pkg sync/atomic, method (*Uintptr) CompareAndSwap(uintptr, uintptr) bool #50860
281
+ pkg sync/atomic, method (*Uintptr) Load() uintptr #50860
282
+ pkg sync/atomic, method (*Uintptr) Store(uintptr) #50860
283
+ pkg sync/atomic, method (*Uintptr) Swap(uintptr) uintptr #50860
284
+ pkg sync/atomic, type Bool struct #50860
285
+ pkg sync/atomic, type Int32 struct #50860
286
+ pkg sync/atomic, type Int64 struct #50860
287
+ pkg sync/atomic, type Pointer[$0 interface{}] struct #50860
288
+ pkg sync/atomic, type Uint32 struct #50860
289
+ pkg sync/atomic, type Uint64 struct #50860
290
+ pkg sync/atomic, type Uintptr struct #50860
291
+ pkg time, method (Duration) Abs() Duration #51414
292
+ pkg time, method (Time) ZoneBounds() (Time, Time) #50062
293
+ pkg crypto/x509, func ParseCRL //deprecated #50674
294
+ pkg crypto/x509, func ParseDERCRL //deprecated #50674
295
+ pkg crypto/x509, method (*Certificate) CheckCRLSignature //deprecated #50674
296
+ pkg crypto/x509, method (*Certificate) CreateCRL //deprecated #50674
297
+ pkg crypto/x509/pkix, type CertificateList //deprecated #50674
298
+ pkg crypto/x509/pkix, type TBSCertificateList //deprecated #50674
299
+ pkg go/doc, func Synopsis //deprecated #51082
300
+ pkg go/doc, func ToHTML //deprecated #51082
301
+ pkg go/doc, func ToText //deprecated #51082
302
+ pkg io/ioutil, func NopCloser //deprecated #42026
303
+ pkg io/ioutil, func ReadAll //deprecated #42026
304
+ pkg io/ioutil, func ReadDir //deprecated #42026
305
+ pkg io/ioutil, func ReadFile //deprecated #42026
306
+ pkg io/ioutil, func TempDir //deprecated #42026
307
+ pkg io/ioutil, func TempFile //deprecated #42026
308
+ pkg io/ioutil, func WriteFile //deprecated #42026
309
+ pkg io/ioutil, var Discard //deprecated #42026
platform/dbops/binaries/go/go/api/go1.2.txt ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/go/go/api/go1.20.txt ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/go/go/api/go1.21.txt ADDED
@@ -0,0 +1,426 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg bytes, func ContainsFunc([]uint8, func(int32) bool) bool #54386
2
+ pkg bytes, method (*Buffer) AvailableBuffer() []uint8 #53685
3
+ pkg bytes, method (*Buffer) Available() int #53685
4
+ pkg cmp, func Compare[$0 Ordered]($0, $0) int #59488
5
+ pkg cmp, func Less[$0 Ordered]($0, $0) bool #59488
6
+ pkg cmp, type Ordered interface {} #59488
7
+ pkg context, func AfterFunc(Context, func()) func() bool #57928
8
+ pkg context, func WithDeadlineCause(Context, time.Time, error) (Context, CancelFunc) #56661
9
+ pkg context, func WithoutCancel(Context) Context #40221
10
+ pkg context, func WithTimeoutCause(Context, time.Duration, error) (Context, CancelFunc) #56661
11
+ pkg crypto/elliptic, func GenerateKey //deprecated #52221
12
+ pkg crypto/elliptic, func Marshal //deprecated #52221
13
+ pkg crypto/elliptic, func Unmarshal //deprecated #52221
14
+ pkg crypto/elliptic, method (*CurveParams) Add //deprecated #34648
15
+ pkg crypto/elliptic, method (*CurveParams) Double //deprecated #34648
16
+ pkg crypto/elliptic, method (*CurveParams) IsOnCurve //deprecated #34648
17
+ pkg crypto/elliptic, method (*CurveParams) ScalarBaseMult //deprecated #34648
18
+ pkg crypto/elliptic, method (*CurveParams) ScalarMult //deprecated #34648
19
+ pkg crypto/elliptic, type Curve interface, Add //deprecated #52221
20
+ pkg crypto/elliptic, type Curve interface, Double //deprecated #52221
21
+ pkg crypto/elliptic, type Curve interface, IsOnCurve //deprecated #52221
22
+ pkg crypto/elliptic, type Curve interface, ScalarBaseMult //deprecated #52221
23
+ pkg crypto/elliptic, type Curve interface, ScalarMult //deprecated #52221
24
+ pkg crypto/rsa, func GenerateMultiPrimeKey //deprecated #56921
25
+ pkg crypto/rsa, type PrecomputedValues struct, CRTValues //deprecated #56921
26
+ pkg crypto/tls, const QUICEncryptionLevelApplication = 3 #44886
27
+ pkg crypto/tls, const QUICEncryptionLevelApplication QUICEncryptionLevel #44886
28
+ pkg crypto/tls, const QUICEncryptionLevelEarly = 1 #60107
29
+ pkg crypto/tls, const QUICEncryptionLevelEarly QUICEncryptionLevel #60107
30
+ pkg crypto/tls, const QUICEncryptionLevelHandshake = 2 #44886
31
+ pkg crypto/tls, const QUICEncryptionLevelHandshake QUICEncryptionLevel #44886
32
+ pkg crypto/tls, const QUICEncryptionLevelInitial = 0 #44886
33
+ pkg crypto/tls, const QUICEncryptionLevelInitial QUICEncryptionLevel #44886
34
+ pkg crypto/tls, const QUICHandshakeDone = 7 #44886
35
+ pkg crypto/tls, const QUICHandshakeDone QUICEventKind #44886
36
+ pkg crypto/tls, const QUICNoEvent = 0 #44886
37
+ pkg crypto/tls, const QUICNoEvent QUICEventKind #44886
38
+ pkg crypto/tls, const QUICRejectedEarlyData = 6 #60107
39
+ pkg crypto/tls, const QUICRejectedEarlyData QUICEventKind #60107
40
+ pkg crypto/tls, const QUICSetReadSecret = 1 #44886
41
+ pkg crypto/tls, const QUICSetReadSecret QUICEventKind #44886
42
+ pkg crypto/tls, const QUICSetWriteSecret = 2 #44886
43
+ pkg crypto/tls, const QUICSetWriteSecret QUICEventKind #44886
44
+ pkg crypto/tls, const QUICTransportParameters = 4 #44886
45
+ pkg crypto/tls, const QUICTransportParameters QUICEventKind #44886
46
+ pkg crypto/tls, const QUICTransportParametersRequired = 5 #44886
47
+ pkg crypto/tls, const QUICTransportParametersRequired QUICEventKind #44886
48
+ pkg crypto/tls, const QUICWriteData = 3 #44886
49
+ pkg crypto/tls, const QUICWriteData QUICEventKind #44886
50
+ pkg crypto/tls, func NewResumptionState([]uint8, *SessionState) (*ClientSessionState, error) #60105
51
+ pkg crypto/tls, func ParseSessionState([]uint8) (*SessionState, error) #60105
52
+ pkg crypto/tls, func QUICClient(*QUICConfig) *QUICConn #44886
53
+ pkg crypto/tls, func QUICServer(*QUICConfig) *QUICConn #44886
54
+ pkg crypto/tls, func VersionName(uint16) string #46308
55
+ pkg crypto/tls, method (AlertError) Error() string #44886
56
+ pkg crypto/tls, method (*ClientSessionState) ResumptionState() ([]uint8, *SessionState, error) #60105
57
+ pkg crypto/tls, method (*Config) DecryptTicket([]uint8, ConnectionState) (*SessionState, error) #60105
58
+ pkg crypto/tls, method (*Config) EncryptTicket(ConnectionState, *SessionState) ([]uint8, error) #60105
59
+ pkg crypto/tls, method (*QUICConn) Close() error #44886
60
+ pkg crypto/tls, method (*QUICConn) ConnectionState() ConnectionState #44886
61
+ pkg crypto/tls, method (*QUICConn) HandleData(QUICEncryptionLevel, []uint8) error #44886
62
+ pkg crypto/tls, method (*QUICConn) NextEvent() QUICEvent #44886
63
+ pkg crypto/tls, method (*QUICConn) SendSessionTicket(QUICSessionTicketOptions) error #60107
64
+ pkg crypto/tls, type QUICSessionTicketOptions struct #60107
65
+ pkg crypto/tls, type QUICSessionTicketOptions struct, EarlyData bool #60107
66
+ pkg crypto/tls, method (*QUICConn) SetTransportParameters([]uint8) #44886
67
+ pkg crypto/tls, method (*QUICConn) Start(context.Context) error #44886
68
+ pkg crypto/tls, method (QUICEncryptionLevel) String() string #44886
69
+ pkg crypto/tls, method (*SessionState) Bytes() ([]uint8, error) #60105
70
+ pkg crypto/tls, type AlertError uint8 #44886
71
+ pkg crypto/tls, type Config struct, UnwrapSession func([]uint8, ConnectionState) (*SessionState, error) #60105
72
+ pkg crypto/tls, type Config struct, WrapSession func(ConnectionState, *SessionState) ([]uint8, error) #60105
73
+ pkg crypto/tls, type QUICConfig struct #44886
74
+ pkg crypto/tls, type QUICConfig struct, TLSConfig *Config #44886
75
+ pkg crypto/tls, type QUICConn struct #44886
76
+ pkg crypto/tls, type QUICEncryptionLevel int #44886
77
+ pkg crypto/tls, type QUICEventKind int #44886
78
+ pkg crypto/tls, type QUICEvent struct #44886
79
+ pkg crypto/tls, type QUICEvent struct, Data []uint8 #44886
80
+ pkg crypto/tls, type QUICEvent struct, Kind QUICEventKind #44886
81
+ pkg crypto/tls, type QUICEvent struct, Level QUICEncryptionLevel #44886
82
+ pkg crypto/tls, type QUICEvent struct, Suite uint16 #44886
83
+ pkg crypto/tls, type SessionState struct #60105
84
+ pkg crypto/tls, type SessionState struct, EarlyData bool #60107
85
+ pkg crypto/tls, type SessionState struct, Extra [][]uint8 #60539
86
+ pkg crypto/x509, type RevocationListEntry struct #53573
87
+ pkg crypto/x509, type RevocationListEntry struct, Extensions []pkix.Extension #53573
88
+ pkg crypto/x509, type RevocationListEntry struct, ExtraExtensions []pkix.Extension #53573
89
+ pkg crypto/x509, type RevocationListEntry struct, Raw []uint8 #53573
90
+ pkg crypto/x509, type RevocationListEntry struct, ReasonCode int #53573
91
+ pkg crypto/x509, type RevocationListEntry struct, RevocationTime time.Time #53573
92
+ pkg crypto/x509, type RevocationListEntry struct, SerialNumber *big.Int #53573
93
+ pkg crypto/x509, type RevocationList struct, RevokedCertificateEntries []RevocationListEntry #53573
94
+ pkg crypto/x509, type RevocationList struct, RevokedCertificates //deprecated #53573
95
+ pkg debug/elf, const COMPRESS_ZSTD = 2 #55107
96
+ pkg debug/elf, const COMPRESS_ZSTD CompressionType #55107
97
+ pkg debug/elf, const DF_1_CONFALT = 8192 #56887
98
+ pkg debug/elf, const DF_1_CONFALT DynFlag1 #56887
99
+ pkg debug/elf, const DF_1_DIRECT = 256 #56887
100
+ pkg debug/elf, const DF_1_DIRECT DynFlag1 #56887
101
+ pkg debug/elf, const DF_1_DISPRELDNE = 32768 #56887
102
+ pkg debug/elf, const DF_1_DISPRELDNE DynFlag1 #56887
103
+ pkg debug/elf, const DF_1_DISPRELPND = 65536 #56887
104
+ pkg debug/elf, const DF_1_DISPRELPND DynFlag1 #56887
105
+ pkg debug/elf, const DF_1_EDITED = 2097152 #56887
106
+ pkg debug/elf, const DF_1_EDITED DynFlag1 #56887
107
+ pkg debug/elf, const DF_1_ENDFILTEE = 16384 #56887
108
+ pkg debug/elf, const DF_1_ENDFILTEE DynFlag1 #56887
109
+ pkg debug/elf, const DF_1_GLOBAL = 2 #56887
110
+ pkg debug/elf, const DF_1_GLOBAL DynFlag1 #56887
111
+ pkg debug/elf, const DF_1_GLOBAUDIT = 16777216 #56887
112
+ pkg debug/elf, const DF_1_GLOBAUDIT DynFlag1 #56887
113
+ pkg debug/elf, const DF_1_GROUP = 4 #56887
114
+ pkg debug/elf, const DF_1_GROUP DynFlag1 #56887
115
+ pkg debug/elf, const DF_1_IGNMULDEF = 262144 #56887
116
+ pkg debug/elf, const DF_1_IGNMULDEF DynFlag1 #56887
117
+ pkg debug/elf, const DF_1_INITFIRST = 32 #56887
118
+ pkg debug/elf, const DF_1_INITFIRST DynFlag1 #56887
119
+ pkg debug/elf, const DF_1_INTERPOSE = 1024 #56887
120
+ pkg debug/elf, const DF_1_INTERPOSE DynFlag1 #56887
121
+ pkg debug/elf, const DF_1_KMOD = 268435456 #56887
122
+ pkg debug/elf, const DF_1_KMOD DynFlag1 #56887
123
+ pkg debug/elf, const DF_1_LOADFLTR = 16 #56887
124
+ pkg debug/elf, const DF_1_LOADFLTR DynFlag1 #56887
125
+ pkg debug/elf, const DF_1_NOCOMMON = 1073741824 #56887
126
+ pkg debug/elf, const DF_1_NOCOMMON DynFlag1 #56887
127
+ pkg debug/elf, const DF_1_NODEFLIB = 2048 #56887
128
+ pkg debug/elf, const DF_1_NODEFLIB DynFlag1 #56887
129
+ pkg debug/elf, const DF_1_NODELETE = 8 #56887
130
+ pkg debug/elf, const DF_1_NODELETE DynFlag1 #56887
131
+ pkg debug/elf, const DF_1_NODIRECT = 131072 #56887
132
+ pkg debug/elf, const DF_1_NODIRECT DynFlag1 #56887
133
+ pkg debug/elf, const DF_1_NODUMP = 4096 #56887
134
+ pkg debug/elf, const DF_1_NODUMP DynFlag1 #56887
135
+ pkg debug/elf, const DF_1_NOHDR = 1048576 #56887
136
+ pkg debug/elf, const DF_1_NOHDR DynFlag1 #56887
137
+ pkg debug/elf, const DF_1_NOKSYMS = 524288 #56887
138
+ pkg debug/elf, const DF_1_NOKSYMS DynFlag1 #56887
139
+ pkg debug/elf, const DF_1_NOOPEN = 64 #56887
140
+ pkg debug/elf, const DF_1_NOOPEN DynFlag1 #56887
141
+ pkg debug/elf, const DF_1_NORELOC = 4194304 #56887
142
+ pkg debug/elf, const DF_1_NORELOC DynFlag1 #56887
143
+ pkg debug/elf, const DF_1_NOW = 1 #56887
144
+ pkg debug/elf, const DF_1_NOW DynFlag1 #56887
145
+ pkg debug/elf, const DF_1_ORIGIN = 128 #56887
146
+ pkg debug/elf, const DF_1_ORIGIN DynFlag1 #56887
147
+ pkg debug/elf, const DF_1_PIE = 134217728 #56887
148
+ pkg debug/elf, const DF_1_PIE DynFlag1 #56887
149
+ pkg debug/elf, const DF_1_SINGLETON = 33554432 #56887
150
+ pkg debug/elf, const DF_1_SINGLETON DynFlag1 #56887
151
+ pkg debug/elf, const DF_1_STUB = 67108864 #56887
152
+ pkg debug/elf, const DF_1_STUB DynFlag1 #56887
153
+ pkg debug/elf, const DF_1_SYMINTPOSE = 8388608 #56887
154
+ pkg debug/elf, const DF_1_SYMINTPOSE DynFlag1 #56887
155
+ pkg debug/elf, const DF_1_TRANS = 512 #56887
156
+ pkg debug/elf, const DF_1_TRANS DynFlag1 #56887
157
+ pkg debug/elf, const DF_1_WEAKFILTER = 536870912 #56887
158
+ pkg debug/elf, const DF_1_WEAKFILTER DynFlag1 #56887
159
+ pkg debug/elf, const R_PPC64_REL24_P9NOTOC = 124 #60348
160
+ pkg debug/elf, const R_PPC64_REL24_P9NOTOC R_PPC64 #60348
161
+ pkg debug/elf, method (DynFlag1) GoString() string #56887
162
+ pkg debug/elf, method (DynFlag1) String() string #56887
163
+ pkg debug/elf, method (*File) DynValue(DynTag) ([]uint64, error) #56892
164
+ pkg debug/elf, type DynFlag1 uint32 #56887
165
+ pkg encoding/binary, var NativeEndian nativeEndian #57237
166
+ pkg errors, var ErrUnsupported error #41198
167
+ pkg flag, func BoolFunc(string, string, func(string) error) #53747
168
+ pkg flag, method (*FlagSet) BoolFunc(string, string, func(string) error) #53747
169
+ pkg go/ast, func IsGenerated(*File) bool #28089
170
+ pkg go/ast, func NewPackage //deprecated #52463
171
+ pkg go/ast, type File struct, GoVersion string #59033
172
+ pkg go/ast, type Importer //deprecated #52463
173
+ pkg go/ast, type Object //deprecated #52463
174
+ pkg go/ast, type Package //deprecated #52463
175
+ pkg go/ast, type Scope //deprecated #52463
176
+ pkg go/build/constraint, func GoVersion(Expr) string #59033
177
+ pkg go/build, type Directive struct #56986
178
+ pkg go/build, type Directive struct, Pos token.Position #56986
179
+ pkg go/build, type Directive struct, Text string #56986
180
+ pkg go/build, type Package struct, Directives []Directive #56986
181
+ pkg go/build, type Package struct, TestDirectives []Directive #56986
182
+ pkg go/build, type Package struct, XTestDirectives []Directive #56986
183
+ pkg go/token, method (*File) Lines() []int #57708
184
+ pkg go/types, method (*Package) GoVersion() string #61175
185
+ pkg html/template, const ErrJSTemplate = 12 #59584
186
+ pkg html/template, const ErrJSTemplate ErrorCode #59584
187
+ pkg io/fs, func FormatDirEntry(DirEntry) string #54451
188
+ pkg io/fs, func FormatFileInfo(FileInfo) string #54451
189
+ pkg log/slog, const KindAny = 0 #56345
190
+ pkg log/slog, const KindAny Kind #56345
191
+ pkg log/slog, const KindBool = 1 #56345
192
+ pkg log/slog, const KindBool Kind #56345
193
+ pkg log/slog, const KindDuration = 2 #56345
194
+ pkg log/slog, const KindDuration Kind #56345
195
+ pkg log/slog, const KindFloat64 = 3 #56345
196
+ pkg log/slog, const KindFloat64 Kind #56345
197
+ pkg log/slog, const KindGroup = 8 #56345
198
+ pkg log/slog, const KindGroup Kind #56345
199
+ pkg log/slog, const KindInt64 = 4 #56345
200
+ pkg log/slog, const KindInt64 Kind #56345
201
+ pkg log/slog, const KindLogValuer = 9 #56345
202
+ pkg log/slog, const KindLogValuer Kind #56345
203
+ pkg log/slog, const KindString = 5 #56345
204
+ pkg log/slog, const KindString Kind #56345
205
+ pkg log/slog, const KindTime = 6 #56345
206
+ pkg log/slog, const KindTime Kind #56345
207
+ pkg log/slog, const KindUint64 = 7 #56345
208
+ pkg log/slog, const KindUint64 Kind #56345
209
+ pkg log/slog, const LevelDebug = -4 #56345
210
+ pkg log/slog, const LevelDebug Level #56345
211
+ pkg log/slog, const LevelError = 8 #56345
212
+ pkg log/slog, const LevelError Level #56345
213
+ pkg log/slog, const LevelInfo = 0 #56345
214
+ pkg log/slog, const LevelInfo Level #56345
215
+ pkg log/slog, const LevelKey ideal-string #56345
216
+ pkg log/slog, const LevelKey = "level" #56345
217
+ pkg log/slog, const LevelWarn = 4 #56345
218
+ pkg log/slog, const LevelWarn Level #56345
219
+ pkg log/slog, const MessageKey ideal-string #56345
220
+ pkg log/slog, const MessageKey = "msg" #56345
221
+ pkg log/slog, const SourceKey ideal-string #56345
222
+ pkg log/slog, const SourceKey = "source" #56345
223
+ pkg log/slog, const TimeKey ideal-string #56345
224
+ pkg log/slog, const TimeKey = "time" #56345
225
+ pkg log/slog, func Any(string, interface{}) Attr #56345
226
+ pkg log/slog, func AnyValue(interface{}) Value #56345
227
+ pkg log/slog, func Bool(string, bool) Attr #56345
228
+ pkg log/slog, func BoolValue(bool) Value #56345
229
+ pkg log/slog, func DebugContext(context.Context, string, ...interface{}) #61200
230
+ pkg log/slog, func Debug(string, ...interface{}) #56345
231
+ pkg log/slog, func Default() *Logger #56345
232
+ pkg log/slog, func Duration(string, time.Duration) Attr #56345
233
+ pkg log/slog, func DurationValue(time.Duration) Value #56345
234
+ pkg log/slog, func ErrorContext(context.Context, string, ...interface{}) #61200
235
+ pkg log/slog, func Error(string, ...interface{}) #56345
236
+ pkg log/slog, func Float64(string, float64) Attr #56345
237
+ pkg log/slog, func Float64Value(float64) Value #56345
238
+ pkg log/slog, func Group(string, ...interface{}) Attr #59204
239
+ pkg log/slog, func GroupValue(...Attr) Value #56345
240
+ pkg log/slog, func InfoContext(context.Context, string, ...interface{}) #61200
241
+ pkg log/slog, func Info(string, ...interface{}) #56345
242
+ pkg log/slog, func Int64(string, int64) Attr #56345
243
+ pkg log/slog, func Int64Value(int64) Value #56345
244
+ pkg log/slog, func Int(string, int) Attr #56345
245
+ pkg log/slog, func IntValue(int) Value #56345
246
+ pkg log/slog, func LogAttrs(context.Context, Level, string, ...Attr) #56345
247
+ pkg log/slog, func Log(context.Context, Level, string, ...interface{}) #56345
248
+ pkg log/slog, func New(Handler) *Logger #56345
249
+ pkg log/slog, func NewJSONHandler(io.Writer, *HandlerOptions) *JSONHandler #59339
250
+ pkg log/slog, func NewLogLogger(Handler, Level) *log.Logger #56345
251
+ pkg log/slog, func NewRecord(time.Time, Level, string, uintptr) Record #56345
252
+ pkg log/slog, func NewTextHandler(io.Writer, *HandlerOptions) *TextHandler #59339
253
+ pkg log/slog, func SetDefault(*Logger) #56345
254
+ pkg log/slog, func String(string, string) Attr #56345
255
+ pkg log/slog, func StringValue(string) Value #56345
256
+ pkg log/slog, func Time(string, time.Time) Attr #56345
257
+ pkg log/slog, func TimeValue(time.Time) Value #56345
258
+ pkg log/slog, func Uint64(string, uint64) Attr #56345
259
+ pkg log/slog, func Uint64Value(uint64) Value #56345
260
+ pkg log/slog, func WarnContext(context.Context, string, ...interface{}) #61200
261
+ pkg log/slog, func Warn(string, ...interface{}) #56345
262
+ pkg log/slog, func With(...interface{}) *Logger #56345
263
+ pkg log/slog, method (Attr) Equal(Attr) bool #56345
264
+ pkg log/slog, method (Attr) String() string #56345
265
+ pkg log/slog, method (*JSONHandler) Enabled(context.Context, Level) bool #56345
266
+ pkg log/slog, method (*JSONHandler) Handle(context.Context, Record) error #56345
267
+ pkg log/slog, method (*JSONHandler) WithAttrs([]Attr) Handler #56345
268
+ pkg log/slog, method (*JSONHandler) WithGroup(string) Handler #56345
269
+ pkg log/slog, method (Kind) String() string #56345
270
+ pkg log/slog, method (Level) Level() Level #56345
271
+ pkg log/slog, method (Level) MarshalJSON() ([]uint8, error) #56345
272
+ pkg log/slog, method (Level) MarshalText() ([]uint8, error) #56345
273
+ pkg log/slog, method (Level) String() string #56345
274
+ pkg log/slog, method (*Level) UnmarshalJSON([]uint8) error #56345
275
+ pkg log/slog, method (*Level) UnmarshalText([]uint8) error #56345
276
+ pkg log/slog, method (*LevelVar) Level() Level #56345
277
+ pkg log/slog, method (*LevelVar) MarshalText() ([]uint8, error) #56345
278
+ pkg log/slog, method (*LevelVar) Set(Level) #56345
279
+ pkg log/slog, method (*LevelVar) String() string #56345
280
+ pkg log/slog, method (*LevelVar) UnmarshalText([]uint8) error #56345
281
+ pkg log/slog, method (*Logger) DebugContext(context.Context, string, ...interface{}) #61200
282
+ pkg log/slog, method (*Logger) Debug(string, ...interface{}) #56345
283
+ pkg log/slog, method (*Logger) Enabled(context.Context, Level) bool #56345
284
+ pkg log/slog, method (*Logger) ErrorContext(context.Context, string, ...interface{}) #61200
285
+ pkg log/slog, method (*Logger) Error(string, ...interface{}) #56345
286
+ pkg log/slog, method (*Logger) Handler() Handler #56345
287
+ pkg log/slog, method (*Logger) InfoContext(context.Context, string, ...interface{}) #61200
288
+ pkg log/slog, method (*Logger) Info(string, ...interface{}) #56345
289
+ pkg log/slog, method (*Logger) LogAttrs(context.Context, Level, string, ...Attr) #56345
290
+ pkg log/slog, method (*Logger) Log(context.Context, Level, string, ...interface{}) #56345
291
+ pkg log/slog, method (*Logger) WarnContext(context.Context, string, ...interface{}) #61200
292
+ pkg log/slog, method (*Logger) Warn(string, ...interface{}) #56345
293
+ pkg log/slog, method (*Logger) WithGroup(string) *Logger #56345
294
+ pkg log/slog, method (*Logger) With(...interface{}) *Logger #56345
295
+ pkg log/slog, method (*Record) AddAttrs(...Attr) #56345
296
+ pkg log/slog, method (*Record) Add(...interface{}) #56345
297
+ pkg log/slog, method (Record) Attrs(func(Attr) bool) #59060
298
+ pkg log/slog, method (Record) Clone() Record #56345
299
+ pkg log/slog, method (Record) NumAttrs() int #56345
300
+ pkg log/slog, method (*TextHandler) Enabled(context.Context, Level) bool #56345
301
+ pkg log/slog, method (*TextHandler) Handle(context.Context, Record) error #56345
302
+ pkg log/slog, method (*TextHandler) WithAttrs([]Attr) Handler #56345
303
+ pkg log/slog, method (*TextHandler) WithGroup(string) Handler #56345
304
+ pkg log/slog, method (Value) Any() interface{} #56345
305
+ pkg log/slog, method (Value) Bool() bool #56345
306
+ pkg log/slog, method (Value) Duration() time.Duration #56345
307
+ pkg log/slog, method (Value) Equal(Value) bool #56345
308
+ pkg log/slog, method (Value) Float64() float64 #56345
309
+ pkg log/slog, method (Value) Group() []Attr #56345
310
+ pkg log/slog, method (Value) Int64() int64 #56345
311
+ pkg log/slog, method (Value) Kind() Kind #56345
312
+ pkg log/slog, method (Value) LogValuer() LogValuer #56345
313
+ pkg log/slog, method (Value) Resolve() Value #56345
314
+ pkg log/slog, method (Value) String() string #56345
315
+ pkg log/slog, method (Value) Time() time.Time #56345
316
+ pkg log/slog, method (Value) Uint64() uint64 #56345
317
+ pkg log/slog, type Attr struct #56345
318
+ pkg log/slog, type Attr struct, Key string #56345
319
+ pkg log/slog, type Attr struct, Value Value #56345
320
+ pkg log/slog, type Handler interface, Enabled(context.Context, Level) bool #56345
321
+ pkg log/slog, type Handler interface { Enabled, Handle, WithAttrs, WithGroup } #56345
322
+ pkg log/slog, type Handler interface, Handle(context.Context, Record) error #56345
323
+ pkg log/slog, type Handler interface, WithAttrs([]Attr) Handler #56345
324
+ pkg log/slog, type Handler interface, WithGroup(string) Handler #56345
325
+ pkg log/slog, type HandlerOptions struct #56345
326
+ pkg log/slog, type HandlerOptions struct, AddSource bool #56345
327
+ pkg log/slog, type HandlerOptions struct, Level Leveler #56345
328
+ pkg log/slog, type HandlerOptions struct, ReplaceAttr func([]string, Attr) Attr #56345
329
+ pkg log/slog, type JSONHandler struct #56345
330
+ pkg log/slog, type Kind int #56345
331
+ pkg log/slog, type Leveler interface { Level } #56345
332
+ pkg log/slog, type Leveler interface, Level() Level #56345
333
+ pkg log/slog, type Level int #56345
334
+ pkg log/slog, type LevelVar struct #56345
335
+ pkg log/slog, type Logger struct #56345
336
+ pkg log/slog, type LogValuer interface { LogValue } #56345
337
+ pkg log/slog, type LogValuer interface, LogValue() Value #56345
338
+ pkg log/slog, type Record struct #56345
339
+ pkg log/slog, type Record struct, Level Level #56345
340
+ pkg log/slog, type Record struct, Message string #56345
341
+ pkg log/slog, type Record struct, PC uintptr #56345
342
+ pkg log/slog, type Record struct, Time time.Time #56345
343
+ pkg log/slog, type Source struct #59280
344
+ pkg log/slog, type Source struct, File string #59280
345
+ pkg log/slog, type Source struct, Function string #59280
346
+ pkg log/slog, type Source struct, Line int #59280
347
+ pkg log/slog, type TextHandler struct #56345
348
+ pkg log/slog, type Value struct #56345
349
+ pkg maps, func Clone[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0) $0 #57436
350
+ pkg maps, func Copy[$0 interface{ ~map[$2]$3 }, $1 interface{ ~map[$2]$3 }, $2 comparable, $3 interface{}]($0, $1) #57436
351
+ pkg maps, func DeleteFunc[$0 interface{ ~map[$1]$2 }, $1 comparable, $2 interface{}]($0, func($1, $2) bool) #57436
352
+ pkg maps, func Equal[$0 interface{ ~map[$2]$3 }, $1 interface{ ~map[$2]$3 }, $2 comparable, $3 comparable]($0, $1) bool #57436
353
+ pkg maps, func EqualFunc[$0 interface{ ~map[$2]$3 }, $1 interface{ ~map[$2]$4 }, $2 comparable, $3 interface{}, $4 interface{}]($0, $1, func($3, $4) bool) bool #57436
354
+ pkg math/big, method (*Int) Float64() (float64, Accuracy) #56984
355
+ pkg net/http, method (*ProtocolError) Is(error) bool #41198
356
+ pkg net/http, method (*ResponseController) EnableFullDuplex() error #57786
357
+ pkg net/http, var ErrSchemeMismatch error #44855
358
+ pkg net, method (*Dialer) MultipathTCP() bool #56539
359
+ pkg net, method (*Dialer) SetMultipathTCP(bool) #56539
360
+ pkg net, method (*ListenConfig) MultipathTCP() bool #56539
361
+ pkg net, method (*ListenConfig) SetMultipathTCP(bool) #56539
362
+ pkg net, method (*TCPConn) MultipathTCP() (bool, error) #59166
363
+ pkg reflect, method (Value) Clear() #55002
364
+ pkg reflect, type SliceHeader //deprecated #56906
365
+ pkg reflect, type StringHeader //deprecated #56906
366
+ pkg regexp, method (*Regexp) MarshalText() ([]uint8, error) #46159
367
+ pkg regexp, method (*Regexp) UnmarshalText([]uint8) error #46159
368
+ pkg runtime, method (*PanicNilError) Error() string #25448
369
+ pkg runtime, method (*PanicNilError) RuntimeError() #25448
370
+ pkg runtime, method (*Pinner) Pin(interface{}) #46787
371
+ pkg runtime, method (*Pinner) Unpin() #46787
372
+ pkg runtime, type PanicNilError struct #25448
373
+ pkg runtime, type Pinner struct #46787
374
+ pkg slices, func BinarySearch[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0, $1) (int, bool) #60091
375
+ pkg slices, func BinarySearchFunc[$0 interface{ ~[]$1 }, $1 interface{}, $2 interface{}]($0, $2, func($1, $2) int) (int, bool) #60091
376
+ pkg slices, func Clip[$0 interface{ ~[]$1 }, $1 interface{}]($0) $0 #57433
377
+ pkg slices, func Clone[$0 interface{ ~[]$1 }, $1 interface{}]($0) $0 #57433
378
+ pkg slices, func Compact[$0 interface{ ~[]$1 }, $1 comparable]($0) $0 #57433
379
+ pkg slices, func CompactFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) bool) $0 #57433
380
+ pkg slices, func Compare[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0, $0) int #60091
381
+ pkg slices, func CompareFunc[$0 interface{ ~[]$2 }, $1 interface{ ~[]$3 }, $2 interface{}, $3 interface{}]($0, $1, func($2, $3) int) int #60091
382
+ pkg slices, func Contains[$0 interface{ ~[]$1 }, $1 comparable]($0, $1) bool #57433
383
+ pkg slices, func ContainsFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1) bool) bool #57433
384
+ pkg slices, func Delete[$0 interface{ ~[]$1 }, $1 interface{}]($0, int, int) $0 #57433
385
+ pkg slices, func DeleteFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1) bool) $0 #54768
386
+ pkg slices, func Equal[$0 interface{ ~[]$1 }, $1 comparable]($0, $0) bool #57433
387
+ pkg slices, func EqualFunc[$0 interface{ ~[]$2 }, $1 interface{ ~[]$3 }, $2 interface{}, $3 interface{}]($0, $1, func($2, $3) bool) bool #57433
388
+ pkg slices, func Grow[$0 interface{ ~[]$1 }, $1 interface{}]($0, int) $0 #57433
389
+ pkg slices, func Index[$0 interface{ ~[]$1 }, $1 comparable]($0, $1) int #57433
390
+ pkg slices, func IndexFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1) bool) int #57433
391
+ pkg slices, func Insert[$0 interface{ ~[]$1 }, $1 interface{}]($0, int, ...$1) $0 #57433
392
+ pkg slices, func IsSorted[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0) bool #60091
393
+ pkg slices, func IsSortedFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) int) bool #60091
394
+ pkg slices, func Max[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0) $1 #60091
395
+ pkg slices, func MaxFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) int) $1 #60091
396
+ pkg slices, func Min[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0) $1 #60091
397
+ pkg slices, func MinFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) int) $1 #60091
398
+ pkg slices, func Replace[$0 interface{ ~[]$1 }, $1 interface{}]($0, int, int, ...$1) $0 #57433
399
+ pkg slices, func Reverse[$0 interface{ ~[]$1 }, $1 interface{}]($0) #58565
400
+ pkg slices, func Sort[$0 interface{ ~[]$1 }, $1 cmp.Ordered]($0) #60091
401
+ pkg slices, func SortFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) int) #60091
402
+ pkg slices, func SortStableFunc[$0 interface{ ~[]$1 }, $1 interface{}]($0, func($1, $1) int) #60091
403
+ pkg strings, func ContainsFunc(string, func(int32) bool) bool #54386
404
+ pkg sync, func OnceFunc(func()) func() #56102
405
+ pkg sync, func OnceValue[$0 interface{}](func() $0) func() $0 #56102
406
+ pkg sync, func OnceValues[$0 interface{}, $1 interface{}](func() ($0, $1)) func() ($0, $1) #56102
407
+ pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Jail int #46259
408
+ pkg syscall (freebsd-386), type SysProcAttr struct, Jail int #46259
409
+ pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Jail int #46259
410
+ pkg syscall (freebsd-amd64), type SysProcAttr struct, Jail int #46259
411
+ pkg syscall (freebsd-arm64-cgo), type SysProcAttr struct, Jail int #46259
412
+ pkg syscall (freebsd-arm64), type SysProcAttr struct, Jail int #46259
413
+ pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Jail int #46259
414
+ pkg syscall (freebsd-arm), type SysProcAttr struct, Jail int #46259
415
+ pkg syscall (freebsd-riscv64-cgo), type SysProcAttr struct, Jail int #46259
416
+ pkg syscall (freebsd-riscv64), type SysProcAttr struct, Jail int #46259
417
+ pkg testing, func Testing() bool #52600
418
+ pkg testing/slogtest, func TestHandler(slog.Handler, func() []map[string]interface{}) error #56345
419
+ pkg unicode, const Version = "15.0.0" #55079
420
+ pkg unicode, var Cypro_Minoan *RangeTable #55079
421
+ pkg unicode, var Kawi *RangeTable #55079
422
+ pkg unicode, var Nag_Mundari *RangeTable #55079
423
+ pkg unicode, var Old_Uyghur *RangeTable #55079
424
+ pkg unicode, var Tangsa *RangeTable #55079
425
+ pkg unicode, var Toto *RangeTable #55079
426
+ pkg unicode, var Vithkuqi *RangeTable #55079
platform/dbops/binaries/go/go/api/go1.22.txt ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg archive/tar, method (*Writer) AddFS(fs.FS) error #58000
2
+ pkg archive/zip, method (*Writer) AddFS(fs.FS) error #54898
3
+ pkg cmp, func Or[$0 comparable](...$0) $0 #60204
4
+ pkg crypto/x509, func OIDFromInts([]uint64) (OID, error) #60665
5
+ pkg crypto/x509, method (*CertPool) AddCertWithConstraint(*Certificate, func([]*Certificate) error) #57178
6
+ pkg crypto/x509, method (OID) Equal(OID) bool #60665
7
+ pkg crypto/x509, method (OID) EqualASN1OID(asn1.ObjectIdentifier) bool #60665
8
+ pkg crypto/x509, method (OID) String() string #60665
9
+ pkg crypto/x509, type Certificate struct, Policies []OID #60665
10
+ pkg crypto/x509, type OID struct #60665
11
+ pkg database/sql, method (*Null[$0]) Scan(interface{}) error #60370
12
+ pkg database/sql, method (Null[$0]) Value() (driver.Value, error) #60370
13
+ pkg database/sql, type Null[$0 interface{}] struct #60370
14
+ pkg database/sql, type Null[$0 interface{}] struct, V $0 #60370
15
+ pkg database/sql, type Null[$0 interface{}] struct, Valid bool #60370
16
+ pkg debug/elf, const R_LARCH_64_PCREL = 109 #63725
17
+ pkg debug/elf, const R_LARCH_64_PCREL R_LARCH #63725
18
+ pkg debug/elf, const R_LARCH_ADD6 = 105 #63725
19
+ pkg debug/elf, const R_LARCH_ADD6 R_LARCH #63725
20
+ pkg debug/elf, const R_LARCH_ADD_ULEB128 = 107 #63725
21
+ pkg debug/elf, const R_LARCH_ADD_ULEB128 R_LARCH #63725
22
+ pkg debug/elf, const R_LARCH_ALIGN = 102 #63725
23
+ pkg debug/elf, const R_LARCH_ALIGN R_LARCH #63725
24
+ pkg debug/elf, const R_LARCH_CFA = 104 #63725
25
+ pkg debug/elf, const R_LARCH_CFA R_LARCH #63725
26
+ pkg debug/elf, const R_LARCH_DELETE = 101 #63725
27
+ pkg debug/elf, const R_LARCH_DELETE R_LARCH #63725
28
+ pkg debug/elf, const R_LARCH_PCREL20_S2 = 103 #63725
29
+ pkg debug/elf, const R_LARCH_PCREL20_S2 R_LARCH #63725
30
+ pkg debug/elf, const R_LARCH_SUB6 = 106 #63725
31
+ pkg debug/elf, const R_LARCH_SUB6 R_LARCH #63725
32
+ pkg debug/elf, const R_LARCH_SUB_ULEB128 = 108 #63725
33
+ pkg debug/elf, const R_LARCH_SUB_ULEB128 R_LARCH #63725
34
+ pkg debug/elf, const R_MIPS_PC32 = 248 #61974
35
+ pkg debug/elf, const R_MIPS_PC32 R_MIPS #61974
36
+ pkg encoding/base32, method (*Encoding) AppendDecode([]uint8, []uint8) ([]uint8, error) #53693
37
+ pkg encoding/base32, method (*Encoding) AppendEncode([]uint8, []uint8) []uint8 #53693
38
+ pkg encoding/base64, method (*Encoding) AppendDecode([]uint8, []uint8) ([]uint8, error) #53693
39
+ pkg encoding/base64, method (*Encoding) AppendEncode([]uint8, []uint8) []uint8 #53693
40
+ pkg encoding/hex, func AppendDecode([]uint8, []uint8) ([]uint8, error) #53693
41
+ pkg encoding/hex, func AppendEncode([]uint8, []uint8) []uint8 #53693
42
+ pkg go/ast, func NewPackage //deprecated #52463
43
+ pkg go/ast, func Unparen(Expr) Expr #60061
44
+ pkg go/ast, type Importer //deprecated #52463
45
+ pkg go/ast, type Object //deprecated #52463
46
+ pkg go/ast, type Package //deprecated #52463
47
+ pkg go/ast, type Scope //deprecated #52463
48
+ pkg go/types, func NewAlias(*TypeName, Type) *Alias #63223
49
+ pkg go/types, func Unalias(Type) Type #63223
50
+ pkg go/types, method (*Alias) Obj() *TypeName #63223
51
+ pkg go/types, method (*Alias) String() string #63223
52
+ pkg go/types, method (*Alias) Underlying() Type #63223
53
+ pkg go/types, method (*Info) PkgNameOf(*ast.ImportSpec) *PkgName #62037
54
+ pkg go/types, method (Checker) PkgNameOf(*ast.ImportSpec) *PkgName #62037
55
+ pkg go/types, type Alias struct #63223
56
+ pkg go/types, type Info struct, FileVersions map[*ast.File]string #62605
57
+ pkg go/version, func Compare(string, string) int #62039
58
+ pkg go/version, func IsValid(string) bool #62039
59
+ pkg go/version, func Lang(string) string #62039
60
+ pkg html/template, const ErrJSTemplate //deprecated #61619
61
+ pkg io, method (*SectionReader) Outer() (ReaderAt, int64, int64) #61870
62
+ pkg log/slog, func SetLogLoggerLevel(Level) Level #62418
63
+ pkg math/big, method (*Rat) FloatPrec() (int, bool) #50489
64
+ pkg math/rand/v2, func ExpFloat64() float64 #61716
65
+ pkg math/rand/v2, func Float32() float32 #61716
66
+ pkg math/rand/v2, func Float64() float64 #61716
67
+ pkg math/rand/v2, func Int() int #61716
68
+ pkg math/rand/v2, func Int32() int32 #61716
69
+ pkg math/rand/v2, func Int32N(int32) int32 #61716
70
+ pkg math/rand/v2, func Int64() int64 #61716
71
+ pkg math/rand/v2, func Int64N(int64) int64 #61716
72
+ pkg math/rand/v2, func IntN(int) int #61716
73
+ pkg math/rand/v2, func N[$0 intType]($0) $0 #61716
74
+ pkg math/rand/v2, func New(Source) *Rand #61716
75
+ pkg math/rand/v2, func NewChaCha8([32]uint8) *ChaCha8 #61716
76
+ pkg math/rand/v2, func NewPCG(uint64, uint64) *PCG #61716
77
+ pkg math/rand/v2, func NewZipf(*Rand, float64, float64, uint64) *Zipf #61716
78
+ pkg math/rand/v2, func NormFloat64() float64 #61716
79
+ pkg math/rand/v2, func Perm(int) []int #61716
80
+ pkg math/rand/v2, func Shuffle(int, func(int, int)) #61716
81
+ pkg math/rand/v2, func Uint32() uint32 #61716
82
+ pkg math/rand/v2, func Uint32N(uint32) uint32 #61716
83
+ pkg math/rand/v2, func Uint64() uint64 #61716
84
+ pkg math/rand/v2, func Uint64N(uint64) uint64 #61716
85
+ pkg math/rand/v2, func UintN(uint) uint #61716
86
+ pkg math/rand/v2, method (*ChaCha8) MarshalBinary() ([]uint8, error) #61716
87
+ pkg math/rand/v2, method (*ChaCha8) Seed([32]uint8) #61716
88
+ pkg math/rand/v2, method (*ChaCha8) Uint64() uint64 #61716
89
+ pkg math/rand/v2, method (*ChaCha8) UnmarshalBinary([]uint8) error #61716
90
+ pkg math/rand/v2, method (*PCG) MarshalBinary() ([]uint8, error) #61716
91
+ pkg math/rand/v2, method (*PCG) Seed(uint64, uint64) #61716
92
+ pkg math/rand/v2, method (*PCG) Uint64() uint64 #61716
93
+ pkg math/rand/v2, method (*PCG) UnmarshalBinary([]uint8) error #61716
94
+ pkg math/rand/v2, method (*Rand) ExpFloat64() float64 #61716
95
+ pkg math/rand/v2, method (*Rand) Float32() float32 #61716
96
+ pkg math/rand/v2, method (*Rand) Float64() float64 #61716
97
+ pkg math/rand/v2, method (*Rand) Int() int #61716
98
+ pkg math/rand/v2, method (*Rand) Int32() int32 #61716
99
+ pkg math/rand/v2, method (*Rand) Int32N(int32) int32 #61716
100
+ pkg math/rand/v2, method (*Rand) Int64() int64 #61716
101
+ pkg math/rand/v2, method (*Rand) Int64N(int64) int64 #61716
102
+ pkg math/rand/v2, method (*Rand) IntN(int) int #61716
103
+ pkg math/rand/v2, method (*Rand) NormFloat64() float64 #61716
104
+ pkg math/rand/v2, method (*Rand) Perm(int) []int #61716
105
+ pkg math/rand/v2, method (*Rand) Shuffle(int, func(int, int)) #61716
106
+ pkg math/rand/v2, method (*Rand) Uint32() uint32 #61716
107
+ pkg math/rand/v2, method (*Rand) Uint32N(uint32) uint32 #61716
108
+ pkg math/rand/v2, method (*Rand) Uint64() uint64 #61716
109
+ pkg math/rand/v2, method (*Rand) Uint64N(uint64) uint64 #61716
110
+ pkg math/rand/v2, method (*Rand) UintN(uint) uint #61716
111
+ pkg math/rand/v2, method (*Zipf) Uint64() uint64 #61716
112
+ pkg math/rand/v2, type ChaCha8 struct #61716
113
+ pkg math/rand/v2, type PCG struct #61716
114
+ pkg math/rand/v2, type Rand struct #61716
115
+ pkg math/rand/v2, type Source interface { Uint64 } #61716
116
+ pkg math/rand/v2, type Source interface, Uint64() uint64 #61716
117
+ pkg math/rand/v2, type Zipf struct #61716
118
+ pkg net, method (*TCPConn) WriteTo(io.Writer) (int64, error) #58808
119
+ pkg net/http, func FileServerFS(fs.FS) Handler #51971
120
+ pkg net/http, func NewFileTransportFS(fs.FS) RoundTripper #51971
121
+ pkg net/http, func ServeFileFS(ResponseWriter, *Request, fs.FS, string) #51971
122
+ pkg net/http, method (*Request) PathValue(string) string #61410
123
+ pkg net/http, method (*Request) SetPathValue(string, string) #61410
124
+ pkg net/netip, method (AddrPort) Compare(AddrPort) int #61642
125
+ pkg os, method (*File) WriteTo(io.Writer) (int64, error) #58808
126
+ pkg reflect, func PtrTo //deprecated #59599
127
+ pkg reflect, func TypeFor[$0 interface{}]() Type #60088
128
+ pkg slices, func Concat[$0 interface{ ~[]$1 }, $1 interface{}](...$0) $0 #56353
129
+ pkg syscall (linux-386), type SysProcAttr struct, PidFD *int #51246
130
+ pkg syscall (linux-386-cgo), type SysProcAttr struct, PidFD *int #51246
131
+ pkg syscall (linux-amd64), type SysProcAttr struct, PidFD *int #51246
132
+ pkg syscall (linux-amd64-cgo), type SysProcAttr struct, PidFD *int #51246
133
+ pkg syscall (linux-arm), type SysProcAttr struct, PidFD *int #51246
134
+ pkg syscall (linux-arm-cgo), type SysProcAttr struct, PidFD *int #51246
135
+ pkg testing/slogtest, func Run(*testing.T, func(*testing.T) slog.Handler, func(*testing.T) map[string]interface{}) #61758
platform/dbops/binaries/go/go/api/go1.3.txt ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/go/go/api/go1.4.txt ADDED
@@ -0,0 +1,604 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CL 134210043 archive/zip: add Writer.Flush, Brad Fitzpatrick <bradfitz@golang.org>
2
+ pkg archive/zip, method (*Writer) Flush() error
3
+
4
+ # CL 97140043 compress/flate: add Reset() to allow reusing large buffers to compress multiple buffers, James Robinson <jamesr@google.com>
5
+ pkg compress/flate, type Resetter interface { Reset }
6
+ pkg compress/flate, type Resetter interface, Reset(io.Reader, []uint8) error
7
+ pkg compress/zlib, type Resetter interface { Reset }
8
+ pkg compress/zlib, type Resetter interface, Reset(io.Reader, []uint8) error
9
+
10
+ # CL 159120044 compress/gzip: allow stopping at end of first stream, Russ Cox <rsc@golang.org>
11
+ pkg compress/gzip, method (*Reader) Multistream(bool)
12
+
13
+ # CL 138800043 crypto: Add SHA3 functions in go.crypto/sha3 to the Hash enum., David Leon Gil <coruus@gmail.com>
14
+ pkg crypto, const SHA3_224 = 10
15
+ pkg crypto, const SHA3_224 Hash
16
+ pkg crypto, const SHA3_256 = 11
17
+ pkg crypto, const SHA3_256 Hash
18
+ pkg crypto, const SHA3_384 = 12
19
+ pkg crypto, const SHA3_384 Hash
20
+ pkg crypto, const SHA3_512 = 13
21
+ pkg crypto, const SHA3_512 Hash
22
+
23
+ # CL 114680043 crypto: add Signer, Adam Langley <agl@golang.org>
24
+ pkg crypto, method (Hash) HashFunc() Hash
25
+ pkg crypto, type Signer interface { Public, Sign }
26
+ pkg crypto, type Signer interface, Public() PublicKey
27
+ pkg crypto, type Signer interface, Sign(io.Reader, []uint8, SignerOpts) ([]uint8, error)
28
+ pkg crypto, type SignerOpts interface { HashFunc }
29
+ pkg crypto, type SignerOpts interface, HashFunc() Hash
30
+ pkg crypto/ecdsa, method (*PrivateKey) Public() crypto.PublicKey
31
+ pkg crypto/ecdsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error)
32
+ pkg crypto/rsa, method (*PSSOptions) HashFunc() crypto.Hash
33
+ pkg crypto/rsa, method (*PrivateKey) Public() crypto.PublicKey
34
+ pkg crypto/rsa, method (*PrivateKey) Sign(io.Reader, []uint8, crypto.SignerOpts) ([]uint8, error)
35
+ pkg crypto/rsa, type PSSOptions struct, Hash crypto.Hash
36
+
37
+ # CL 157090043 crypto/tls: support TLS_FALLBACK_SCSV as a server., Adam Langley <agl@golang.org>
38
+ pkg crypto/tls, const TLS_FALLBACK_SCSV = 22016
39
+ pkg crypto/tls, const TLS_FALLBACK_SCSV uint16
40
+
41
+ # CL 107400043 crypto/tls: Added dynamic alternative to NameToCertificate map for SNI, Percy Wegmann <ox.to.a.cart@gmail.com>
42
+ pkg crypto/tls, type ClientHelloInfo struct
43
+ pkg crypto/tls, type ClientHelloInfo struct, CipherSuites []uint16
44
+ pkg crypto/tls, type ClientHelloInfo struct, ServerName string
45
+ pkg crypto/tls, type ClientHelloInfo struct, SupportedCurves []CurveID
46
+ pkg crypto/tls, type ClientHelloInfo struct, SupportedPoints []uint8
47
+ pkg crypto/tls, type Config struct, GetCertificate func(*ClientHelloInfo) (*Certificate, error)
48
+ pkg crypto/tls, type ConnectionState struct, TLSUnique []uint8
49
+
50
+ # CL 153420045 crypto/x509: continue to recognise MaxPathLen of zero as "no value"., Adam Langley <agl@golang.org>
51
+ pkg crypto/x509, type Certificate struct, MaxPathLenZero bool
52
+
53
+ # CL 158950043 database/sql: add Drivers, returning list of registered drivers, Russ Cox <rsc@golang.org>
54
+ pkg database/sql, func Drivers() []string
55
+
56
+ # CL 117280043 debug/dwarf: fix Reader panic on DW_TAG_unspecified_type, Derek Parker <parkerderek86@gmail.com>
57
+ pkg debug/dwarf, method (*UnspecifiedType) Basic() *BasicType
58
+ pkg debug/dwarf, method (*UnspecifiedType) Common() *CommonType
59
+ pkg debug/dwarf, method (*UnspecifiedType) Size() int64
60
+ pkg debug/dwarf, method (*UnspecifiedType) String() string
61
+ pkg debug/dwarf, type UnspecifiedType struct
62
+ pkg debug/dwarf, type UnspecifiedType struct, embedded BasicType
63
+
64
+ # CL 132000043 debug/elf: support arm64 relocations, Michael Hudson-Doyle <michael.hudson@linaro.org>
65
+ pkg debug/elf, const EM_AARCH64 = 183
66
+ pkg debug/elf, const EM_AARCH64 Machine
67
+ pkg debug/elf, const R_AARCH64_ABS16 = 259
68
+ pkg debug/elf, const R_AARCH64_ABS16 R_AARCH64
69
+ pkg debug/elf, const R_AARCH64_ABS32 = 258
70
+ pkg debug/elf, const R_AARCH64_ABS32 R_AARCH64
71
+ pkg debug/elf, const R_AARCH64_ABS64 = 257
72
+ pkg debug/elf, const R_AARCH64_ABS64 R_AARCH64
73
+ pkg debug/elf, const R_AARCH64_ADD_ABS_LO12_NC = 277
74
+ pkg debug/elf, const R_AARCH64_ADD_ABS_LO12_NC R_AARCH64
75
+ pkg debug/elf, const R_AARCH64_ADR_GOT_PAGE = 311
76
+ pkg debug/elf, const R_AARCH64_ADR_GOT_PAGE R_AARCH64
77
+ pkg debug/elf, const R_AARCH64_ADR_PREL_LO21 = 274
78
+ pkg debug/elf, const R_AARCH64_ADR_PREL_LO21 R_AARCH64
79
+ pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21 = 275
80
+ pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21 R_AARCH64
81
+ pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21_NC = 276
82
+ pkg debug/elf, const R_AARCH64_ADR_PREL_PG_HI21_NC R_AARCH64
83
+ pkg debug/elf, const R_AARCH64_CALL26 = 283
84
+ pkg debug/elf, const R_AARCH64_CALL26 R_AARCH64
85
+ pkg debug/elf, const R_AARCH64_CONDBR19 = 280
86
+ pkg debug/elf, const R_AARCH64_CONDBR19 R_AARCH64
87
+ pkg debug/elf, const R_AARCH64_COPY = 1024
88
+ pkg debug/elf, const R_AARCH64_COPY R_AARCH64
89
+ pkg debug/elf, const R_AARCH64_GLOB_DAT = 1025
90
+ pkg debug/elf, const R_AARCH64_GLOB_DAT R_AARCH64
91
+ pkg debug/elf, const R_AARCH64_GOT_LD_PREL19 = 309
92
+ pkg debug/elf, const R_AARCH64_GOT_LD_PREL19 R_AARCH64
93
+ pkg debug/elf, const R_AARCH64_IRELATIVE = 1032
94
+ pkg debug/elf, const R_AARCH64_IRELATIVE R_AARCH64
95
+ pkg debug/elf, const R_AARCH64_JUMP26 = 282
96
+ pkg debug/elf, const R_AARCH64_JUMP26 R_AARCH64
97
+ pkg debug/elf, const R_AARCH64_JUMP_SLOT = 1026
98
+ pkg debug/elf, const R_AARCH64_JUMP_SLOT R_AARCH64
99
+ pkg debug/elf, const R_AARCH64_LD64_GOT_LO12_NC = 312
100
+ pkg debug/elf, const R_AARCH64_LD64_GOT_LO12_NC R_AARCH64
101
+ pkg debug/elf, const R_AARCH64_LDST128_ABS_LO12_NC = 299
102
+ pkg debug/elf, const R_AARCH64_LDST128_ABS_LO12_NC R_AARCH64
103
+ pkg debug/elf, const R_AARCH64_LDST16_ABS_LO12_NC = 284
104
+ pkg debug/elf, const R_AARCH64_LDST16_ABS_LO12_NC R_AARCH64
105
+ pkg debug/elf, const R_AARCH64_LDST32_ABS_LO12_NC = 285
106
+ pkg debug/elf, const R_AARCH64_LDST32_ABS_LO12_NC R_AARCH64
107
+ pkg debug/elf, const R_AARCH64_LDST64_ABS_LO12_NC = 286
108
+ pkg debug/elf, const R_AARCH64_LDST64_ABS_LO12_NC R_AARCH64
109
+ pkg debug/elf, const R_AARCH64_LDST8_ABS_LO12_NC = 278
110
+ pkg debug/elf, const R_AARCH64_LDST8_ABS_LO12_NC R_AARCH64
111
+ pkg debug/elf, const R_AARCH64_LD_PREL_LO19 = 273
112
+ pkg debug/elf, const R_AARCH64_LD_PREL_LO19 R_AARCH64
113
+ pkg debug/elf, const R_AARCH64_MOVW_SABS_G0 = 270
114
+ pkg debug/elf, const R_AARCH64_MOVW_SABS_G0 R_AARCH64
115
+ pkg debug/elf, const R_AARCH64_MOVW_SABS_G1 = 271
116
+ pkg debug/elf, const R_AARCH64_MOVW_SABS_G1 R_AARCH64
117
+ pkg debug/elf, const R_AARCH64_MOVW_SABS_G2 = 272
118
+ pkg debug/elf, const R_AARCH64_MOVW_SABS_G2 R_AARCH64
119
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 = 263
120
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G0 R_AARCH64
121
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC = 264
122
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G0_NC R_AARCH64
123
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 = 265
124
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G1 R_AARCH64
125
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G1_NC = 266
126
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G1_NC R_AARCH64
127
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G2 = 267
128
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G2 R_AARCH64
129
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G2_NC = 268
130
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G2_NC R_AARCH64
131
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G3 = 269
132
+ pkg debug/elf, const R_AARCH64_MOVW_UABS_G3 R_AARCH64
133
+ pkg debug/elf, const R_AARCH64_NONE = 0
134
+ pkg debug/elf, const R_AARCH64_NONE R_AARCH64
135
+ pkg debug/elf, const R_AARCH64_NULL = 256
136
+ pkg debug/elf, const R_AARCH64_NULL R_AARCH64
137
+ pkg debug/elf, const R_AARCH64_P32_ABS16 = 2
138
+ pkg debug/elf, const R_AARCH64_P32_ABS16 R_AARCH64
139
+ pkg debug/elf, const R_AARCH64_P32_ABS32 = 1
140
+ pkg debug/elf, const R_AARCH64_P32_ABS32 R_AARCH64
141
+ pkg debug/elf, const R_AARCH64_P32_ADD_ABS_LO12_NC = 12
142
+ pkg debug/elf, const R_AARCH64_P32_ADD_ABS_LO12_NC R_AARCH64
143
+ pkg debug/elf, const R_AARCH64_P32_ADR_GOT_PAGE = 26
144
+ pkg debug/elf, const R_AARCH64_P32_ADR_GOT_PAGE R_AARCH64
145
+ pkg debug/elf, const R_AARCH64_P32_ADR_PREL_LO21 = 10
146
+ pkg debug/elf, const R_AARCH64_P32_ADR_PREL_LO21 R_AARCH64
147
+ pkg debug/elf, const R_AARCH64_P32_ADR_PREL_PG_HI21 = 11
148
+ pkg debug/elf, const R_AARCH64_P32_ADR_PREL_PG_HI21 R_AARCH64
149
+ pkg debug/elf, const R_AARCH64_P32_CALL26 = 21
150
+ pkg debug/elf, const R_AARCH64_P32_CALL26 R_AARCH64
151
+ pkg debug/elf, const R_AARCH64_P32_CONDBR19 = 19
152
+ pkg debug/elf, const R_AARCH64_P32_CONDBR19 R_AARCH64
153
+ pkg debug/elf, const R_AARCH64_P32_COPY = 180
154
+ pkg debug/elf, const R_AARCH64_P32_COPY R_AARCH64
155
+ pkg debug/elf, const R_AARCH64_P32_GLOB_DAT = 181
156
+ pkg debug/elf, const R_AARCH64_P32_GLOB_DAT R_AARCH64
157
+ pkg debug/elf, const R_AARCH64_P32_GOT_LD_PREL19 = 25
158
+ pkg debug/elf, const R_AARCH64_P32_GOT_LD_PREL19 R_AARCH64
159
+ pkg debug/elf, const R_AARCH64_P32_IRELATIVE = 188
160
+ pkg debug/elf, const R_AARCH64_P32_IRELATIVE R_AARCH64
161
+ pkg debug/elf, const R_AARCH64_P32_JUMP26 = 20
162
+ pkg debug/elf, const R_AARCH64_P32_JUMP26 R_AARCH64
163
+ pkg debug/elf, const R_AARCH64_P32_JUMP_SLOT = 182
164
+ pkg debug/elf, const R_AARCH64_P32_JUMP_SLOT R_AARCH64
165
+ pkg debug/elf, const R_AARCH64_P32_LD32_GOT_LO12_NC = 27
166
+ pkg debug/elf, const R_AARCH64_P32_LD32_GOT_LO12_NC R_AARCH64
167
+ pkg debug/elf, const R_AARCH64_P32_LDST128_ABS_LO12_NC = 17
168
+ pkg debug/elf, const R_AARCH64_P32_LDST128_ABS_LO12_NC R_AARCH64
169
+ pkg debug/elf, const R_AARCH64_P32_LDST16_ABS_LO12_NC = 14
170
+ pkg debug/elf, const R_AARCH64_P32_LDST16_ABS_LO12_NC R_AARCH64
171
+ pkg debug/elf, const R_AARCH64_P32_LDST32_ABS_LO12_NC = 15
172
+ pkg debug/elf, const R_AARCH64_P32_LDST32_ABS_LO12_NC R_AARCH64
173
+ pkg debug/elf, const R_AARCH64_P32_LDST64_ABS_LO12_NC = 16
174
+ pkg debug/elf, const R_AARCH64_P32_LDST64_ABS_LO12_NC R_AARCH64
175
+ pkg debug/elf, const R_AARCH64_P32_LDST8_ABS_LO12_NC = 13
176
+ pkg debug/elf, const R_AARCH64_P32_LDST8_ABS_LO12_NC R_AARCH64
177
+ pkg debug/elf, const R_AARCH64_P32_LD_PREL_LO19 = 9
178
+ pkg debug/elf, const R_AARCH64_P32_LD_PREL_LO19 R_AARCH64
179
+ pkg debug/elf, const R_AARCH64_P32_MOVW_SABS_G0 = 8
180
+ pkg debug/elf, const R_AARCH64_P32_MOVW_SABS_G0 R_AARCH64
181
+ pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0 = 5
182
+ pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0 R_AARCH64
183
+ pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0_NC = 6
184
+ pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G0_NC R_AARCH64
185
+ pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G1 = 7
186
+ pkg debug/elf, const R_AARCH64_P32_MOVW_UABS_G1 R_AARCH64
187
+ pkg debug/elf, const R_AARCH64_P32_PREL16 = 4
188
+ pkg debug/elf, const R_AARCH64_P32_PREL16 R_AARCH64
189
+ pkg debug/elf, const R_AARCH64_P32_PREL32 = 3
190
+ pkg debug/elf, const R_AARCH64_P32_PREL32 R_AARCH64
191
+ pkg debug/elf, const R_AARCH64_P32_RELATIVE = 183
192
+ pkg debug/elf, const R_AARCH64_P32_RELATIVE R_AARCH64
193
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC = 187
194
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC R_AARCH64
195
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADD_LO12_NC = 126
196
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADD_LO12_NC R_AARCH64
197
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PAGE21 = 124
198
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PAGE21 R_AARCH64
199
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PREL21 = 123
200
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_ADR_PREL21 R_AARCH64
201
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_CALL = 127
202
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_CALL R_AARCH64
203
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD32_LO12_NC = 125
204
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD32_LO12_NC R_AARCH64
205
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD_PREL19 = 122
206
+ pkg debug/elf, const R_AARCH64_P32_TLSDESC_LD_PREL19 R_AARCH64
207
+ pkg debug/elf, const R_AARCH64_P32_TLSGD_ADD_LO12_NC = 82
208
+ pkg debug/elf, const R_AARCH64_P32_TLSGD_ADD_LO12_NC R_AARCH64
209
+ pkg debug/elf, const R_AARCH64_P32_TLSGD_ADR_PAGE21 = 81
210
+ pkg debug/elf, const R_AARCH64_P32_TLSGD_ADR_PAGE21 R_AARCH64
211
+ pkg debug/elf, const R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21 = 103
212
+ pkg debug/elf, const R_AARCH64_P32_TLSIE_ADR_GOTTPREL_PAGE21 R_AARCH64
213
+ pkg debug/elf, const R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC = 104
214
+ pkg debug/elf, const R_AARCH64_P32_TLSIE_LD32_GOTTPREL_LO12_NC R_AARCH64
215
+ pkg debug/elf, const R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19 = 105
216
+ pkg debug/elf, const R_AARCH64_P32_TLSIE_LD_GOTTPREL_PREL19 R_AARCH64
217
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 = 109
218
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_HI12 R_AARCH64
219
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 = 110
220
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12 R_AARCH64
221
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC = 111
222
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_ADD_TPREL_LO12_NC R_AARCH64
223
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0 = 107
224
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0 R_AARCH64
225
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC = 108
226
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G0_NC R_AARCH64
227
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G1 = 106
228
+ pkg debug/elf, const R_AARCH64_P32_TLSLE_MOVW_TPREL_G1 R_AARCH64
229
+ pkg debug/elf, const R_AARCH64_P32_TLS_DTPMOD = 184
230
+ pkg debug/elf, const R_AARCH64_P32_TLS_DTPMOD R_AARCH64
231
+ pkg debug/elf, const R_AARCH64_P32_TLS_DTPREL = 185
232
+ pkg debug/elf, const R_AARCH64_P32_TLS_DTPREL R_AARCH64
233
+ pkg debug/elf, const R_AARCH64_P32_TLS_TPREL = 186
234
+ pkg debug/elf, const R_AARCH64_P32_TLS_TPREL R_AARCH64
235
+ pkg debug/elf, const R_AARCH64_P32_TSTBR14 = 18
236
+ pkg debug/elf, const R_AARCH64_P32_TSTBR14 R_AARCH64
237
+ pkg debug/elf, const R_AARCH64_PREL16 = 262
238
+ pkg debug/elf, const R_AARCH64_PREL16 R_AARCH64
239
+ pkg debug/elf, const R_AARCH64_PREL32 = 261
240
+ pkg debug/elf, const R_AARCH64_PREL32 R_AARCH64
241
+ pkg debug/elf, const R_AARCH64_PREL64 = 260
242
+ pkg debug/elf, const R_AARCH64_PREL64 R_AARCH64
243
+ pkg debug/elf, const R_AARCH64_RELATIVE = 1027
244
+ pkg debug/elf, const R_AARCH64_RELATIVE R_AARCH64
245
+ pkg debug/elf, const R_AARCH64_TLSDESC = 1031
246
+ pkg debug/elf, const R_AARCH64_TLSDESC R_AARCH64
247
+ pkg debug/elf, const R_AARCH64_TLSDESC_ADD = 568
248
+ pkg debug/elf, const R_AARCH64_TLSDESC_ADD R_AARCH64
249
+ pkg debug/elf, const R_AARCH64_TLSDESC_ADD_LO12_NC = 564
250
+ pkg debug/elf, const R_AARCH64_TLSDESC_ADD_LO12_NC R_AARCH64
251
+ pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PAGE21 = 562
252
+ pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PAGE21 R_AARCH64
253
+ pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PREL21 = 561
254
+ pkg debug/elf, const R_AARCH64_TLSDESC_ADR_PREL21 R_AARCH64
255
+ pkg debug/elf, const R_AARCH64_TLSDESC_CALL = 569
256
+ pkg debug/elf, const R_AARCH64_TLSDESC_CALL R_AARCH64
257
+ pkg debug/elf, const R_AARCH64_TLSDESC_LD64_LO12_NC = 563
258
+ pkg debug/elf, const R_AARCH64_TLSDESC_LD64_LO12_NC R_AARCH64
259
+ pkg debug/elf, const R_AARCH64_TLSDESC_LDR = 567
260
+ pkg debug/elf, const R_AARCH64_TLSDESC_LDR R_AARCH64
261
+ pkg debug/elf, const R_AARCH64_TLSDESC_LD_PREL19 = 560
262
+ pkg debug/elf, const R_AARCH64_TLSDESC_LD_PREL19 R_AARCH64
263
+ pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G0_NC = 566
264
+ pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G0_NC R_AARCH64
265
+ pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G1 = 565
266
+ pkg debug/elf, const R_AARCH64_TLSDESC_OFF_G1 R_AARCH64
267
+ pkg debug/elf, const R_AARCH64_TLSGD_ADD_LO12_NC = 514
268
+ pkg debug/elf, const R_AARCH64_TLSGD_ADD_LO12_NC R_AARCH64
269
+ pkg debug/elf, const R_AARCH64_TLSGD_ADR_PAGE21 = 513
270
+ pkg debug/elf, const R_AARCH64_TLSGD_ADR_PAGE21 R_AARCH64
271
+ pkg debug/elf, const R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 = 541
272
+ pkg debug/elf, const R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21 R_AARCH64
273
+ pkg debug/elf, const R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC = 542
274
+ pkg debug/elf, const R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC R_AARCH64
275
+ pkg debug/elf, const R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 = 543
276
+ pkg debug/elf, const R_AARCH64_TLSIE_LD_GOTTPREL_PREL19 R_AARCH64
277
+ pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC = 540
278
+ pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC R_AARCH64
279
+ pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 = 539
280
+ pkg debug/elf, const R_AARCH64_TLSIE_MOVW_GOTTPREL_G1 R_AARCH64
281
+ pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_HI12 = 549
282
+ pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_HI12 R_AARCH64
283
+ pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12 = 550
284
+ pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12 R_AARCH64
285
+ pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12_NC = 551
286
+ pkg debug/elf, const R_AARCH64_TLSLE_ADD_TPREL_LO12_NC R_AARCH64
287
+ pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0 = 547
288
+ pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0 R_AARCH64
289
+ pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0_NC = 548
290
+ pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G0_NC R_AARCH64
291
+ pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1 = 545
292
+ pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1 R_AARCH64
293
+ pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1_NC = 546
294
+ pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G1_NC R_AARCH64
295
+ pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G2 = 544
296
+ pkg debug/elf, const R_AARCH64_TLSLE_MOVW_TPREL_G2 R_AARCH64
297
+ pkg debug/elf, const R_AARCH64_TLS_DTPMOD64 = 1028
298
+ pkg debug/elf, const R_AARCH64_TLS_DTPMOD64 R_AARCH64
299
+ pkg debug/elf, const R_AARCH64_TLS_DTPREL64 = 1029
300
+ pkg debug/elf, const R_AARCH64_TLS_DTPREL64 R_AARCH64
301
+ pkg debug/elf, const R_AARCH64_TLS_TPREL64 = 1030
302
+ pkg debug/elf, const R_AARCH64_TLS_TPREL64 R_AARCH64
303
+ pkg debug/elf, const R_AARCH64_TSTBR14 = 279
304
+ pkg debug/elf, const R_AARCH64_TSTBR14 R_AARCH64
305
+ pkg debug/elf, method (R_AARCH64) GoString() string
306
+ pkg debug/elf, method (R_AARCH64) String() string
307
+ pkg debug/elf, type R_AARCH64 int
308
+
309
+ # CL 107530043 debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Symbols and (*File).DynamicSymbols, and formalize symbol order., Pietro Gagliardi <pietro10@mac.com>
310
+ pkg debug/elf, method (*File) DynamicSymbols() ([]Symbol, error)
311
+ pkg debug/elf, var ErrNoSymbols error
312
+
313
+ # CL 106460044 debug/plan9obj, cmd/addr2line: on Plan 9 use a.out header, Aram Hăvărneanu <aram@mgk.ro>
314
+ pkg debug/plan9obj, type FileHeader struct, HdrSize uint64
315
+ pkg debug/plan9obj, type FileHeader struct, LoadAddress uint64
316
+
317
+ # CL 122960043 encoding/xml: add InputOffset method to Decoder, Russ Cox <rsc@golang.org>
318
+ pkg encoding/xml, method (*Decoder) InputOffset() int64
319
+
320
+ # CL 124940043 cmd/go, go/build: implement import comment checking, Russ Cox <rsc@golang.org>
321
+ pkg go/build, const ImportComment = 4
322
+ pkg go/build, const ImportComment ImportMode
323
+ pkg go/build, type Package struct, ImportComment string
324
+
325
+ # CL 155050043 go/build: Return MultiplePackageError on importing a dir containing multiple packages, Jens Frederich <jfrederich@gmail.com>
326
+ pkg go/build, method (*MultiplePackageError) Error() string
327
+ pkg go/build, type MultiplePackageError struct
328
+ pkg go/build, type MultiplePackageError struct, Dir string
329
+ pkg go/build, type MultiplePackageError struct, Files []string
330
+ pkg go/build, type MultiplePackageError struct, Packages []string
331
+
332
+ # CL 135110044 go/token: implement PositionFor accessors, Robert Griesemer <gri@golang.org>
333
+ pkg go/token, method (*File) PositionFor(Pos, bool) Position
334
+ pkg go/token, method (*FileSet) PositionFor(Pos, bool) Position
335
+
336
+ # CL 109000049 image: add RGBAAt, Gray16At, etc., ChaiShushan <chaishushan@gmail.com>
337
+ pkg image, method (*Alpha) AlphaAt(int, int) color.Alpha
338
+ pkg image, method (*Alpha16) Alpha16At(int, int) color.Alpha16
339
+ pkg image, method (*Gray) GrayAt(int, int) color.Gray
340
+ pkg image, method (*Gray16) Gray16At(int, int) color.Gray16
341
+ pkg image, method (*NRGBA) NRGBAAt(int, int) color.NRGBA
342
+ pkg image, method (*NRGBA64) NRGBA64At(int, int) color.NRGBA64
343
+ pkg image, method (*RGBA) RGBAAt(int, int) color.RGBA
344
+ pkg image, method (*RGBA64) RGBA64At(int, int) color.RGBA64
345
+ pkg image, method (*YCbCr) YCbCrAt(int, int) color.YCbCr
346
+
347
+ # CL 129190043 png: make the encoder configurable, Jeff R. Allen <jra@nella.org>
348
+ pkg image/png, const BestCompression = -3
349
+ pkg image/png, const BestCompression CompressionLevel
350
+ pkg image/png, const BestSpeed = -2
351
+ pkg image/png, const BestSpeed CompressionLevel
352
+ pkg image/png, const DefaultCompression = 0
353
+ pkg image/png, const DefaultCompression CompressionLevel
354
+ pkg image/png, const NoCompression = -1
355
+ pkg image/png, const NoCompression CompressionLevel
356
+ pkg image/png, method (*Encoder) Encode(io.Writer, image.Image) error
357
+ pkg image/png, type CompressionLevel int
358
+ pkg image/png, type Encoder struct
359
+ pkg image/png, type Encoder struct, CompressionLevel CompressionLevel
360
+
361
+ # CL 101750048 math: implement Nextafter32, Robert Griesemer <gri@golang.org>
362
+ pkg math, func Nextafter32(float32, float32) float32
363
+
364
+ # CL 93550043 math/big: implement Rat.Float32, Robert Griesemer <gri@golang.org>
365
+ pkg math/big, method (*Rat) Float32() (float32, bool)
366
+
367
+ # CL 76540043 net/http: add BasicAuth method to *http.Request, Kelsey Hightower <kelsey.hightower@gmail.com>
368
+ pkg net/http, method (*Request) BasicAuth() (string, string, bool)
369
+
370
+ # CL 137940043 net/http: add Transport.DialTLS hook, Brad Fitzpatrick <bradfitz@golang.org>
371
+ pkg net/http, type Transport struct, DialTLS func(string, string) (net.Conn, error)
372
+
373
+ # CL 132750043 net/http/httputil: Pass a Logger to ReverseProxy, allowing the user to control logging., Mark Theunissen <mark.theunissen@gmail.com>
374
+ pkg net/http/httputil, type ReverseProxy struct, ErrorLog *log.Logger
375
+
376
+ # CL 148370043 os, syscall: add Unsetenv, Brad Fitzpatrick <bradfitz@golang.org>
377
+ pkg os, func Unsetenv(string) error
378
+ pkg syscall, func Unsetenv(string) error
379
+
380
+ # CL 144020043 reflect: add Type.Comparable, Russ Cox <rsc@golang.org>
381
+ pkg reflect, type Type interface, Comparable() bool
382
+
383
+ # CL 153670043 runtime: add PauseEnd array to MemStats and GCStats, Jens Frederich <jfrederich@gmail.com>
384
+ pkg runtime, type MemStats struct, PauseEnd [256]uint64
385
+ pkg runtime/debug, type GCStats struct, PauseEnd []time.Time
386
+
387
+ # CL 136710045 sync/atomic: add Value, Dmitriy Vyukov <dvyukov@google.com>
388
+ pkg sync/atomic, method (*Value) Load() interface{}
389
+ pkg sync/atomic, method (*Value) Store(interface{})
390
+ pkg sync/atomic, type Value struct
391
+
392
+ # CL 126190043 syscall: support UID/GID map files for Linux user namespaces, Mrunal Patel <mrunalp@gmail.com>
393
+ pkg syscall (linux-386), type SysProcAttr struct, GidMappings []SysProcIDMap
394
+ pkg syscall (linux-386), type SysProcAttr struct, UidMappings []SysProcIDMap
395
+ pkg syscall (linux-386), type SysProcIDMap struct
396
+ pkg syscall (linux-386), type SysProcIDMap struct, ContainerID int
397
+ pkg syscall (linux-386), type SysProcIDMap struct, HostID int
398
+ pkg syscall (linux-386), type SysProcIDMap struct, Size int
399
+ pkg syscall (linux-386-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap
400
+ pkg syscall (linux-386-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap
401
+ pkg syscall (linux-386-cgo), type SysProcIDMap struct
402
+ pkg syscall (linux-386-cgo), type SysProcIDMap struct, ContainerID int
403
+ pkg syscall (linux-386-cgo), type SysProcIDMap struct, HostID int
404
+ pkg syscall (linux-386-cgo), type SysProcIDMap struct, Size int
405
+ pkg syscall (linux-amd64), type SysProcAttr struct, GidMappings []SysProcIDMap
406
+ pkg syscall (linux-amd64), type SysProcAttr struct, UidMappings []SysProcIDMap
407
+ pkg syscall (linux-amd64), type SysProcIDMap struct
408
+ pkg syscall (linux-amd64), type SysProcIDMap struct, ContainerID int
409
+ pkg syscall (linux-amd64), type SysProcIDMap struct, HostID int
410
+ pkg syscall (linux-amd64), type SysProcIDMap struct, Size int
411
+ pkg syscall (linux-amd64-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap
412
+ pkg syscall (linux-amd64-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap
413
+ pkg syscall (linux-amd64-cgo), type SysProcIDMap struct
414
+ pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, ContainerID int
415
+ pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, HostID int
416
+ pkg syscall (linux-amd64-cgo), type SysProcIDMap struct, Size int
417
+ pkg syscall (linux-arm), type SysProcAttr struct, GidMappings []SysProcIDMap
418
+ pkg syscall (linux-arm), type SysProcAttr struct, UidMappings []SysProcIDMap
419
+ pkg syscall (linux-arm), type SysProcIDMap struct
420
+ pkg syscall (linux-arm), type SysProcIDMap struct, ContainerID int
421
+ pkg syscall (linux-arm), type SysProcIDMap struct, HostID int
422
+ pkg syscall (linux-arm), type SysProcIDMap struct, Size int
423
+ pkg syscall (linux-arm-cgo), type SysProcAttr struct, GidMappings []SysProcIDMap
424
+ pkg syscall (linux-arm-cgo), type SysProcAttr struct, UidMappings []SysProcIDMap
425
+ pkg syscall (linux-arm-cgo), type SysProcIDMap struct
426
+ pkg syscall (linux-arm-cgo), type SysProcIDMap struct, ContainerID int
427
+ pkg syscall (linux-arm-cgo), type SysProcIDMap struct, HostID int
428
+ pkg syscall (linux-arm-cgo), type SysProcIDMap struct, Size int
429
+
430
+ # CL 122200043 net: fix CNAME resolving on Windows, Egon Elbre <egonelbre@gmail.com>
431
+ pkg syscall (windows-386), const DNS_INFO_NO_RECORDS = 9501
432
+ pkg syscall (windows-386), const DNS_INFO_NO_RECORDS ideal-int
433
+ pkg syscall (windows-386), const DnsSectionAdditional = 3
434
+ pkg syscall (windows-386), const DnsSectionAdditional ideal-int
435
+ pkg syscall (windows-386), const DnsSectionAnswer = 1
436
+ pkg syscall (windows-386), const DnsSectionAnswer ideal-int
437
+ pkg syscall (windows-386), const DnsSectionAuthority = 2
438
+ pkg syscall (windows-386), const DnsSectionAuthority ideal-int
439
+ pkg syscall (windows-386), const DnsSectionQuestion = 0
440
+ pkg syscall (windows-386), const DnsSectionQuestion ideal-int
441
+ pkg syscall (windows-386), func DnsNameCompare(*uint16, *uint16) bool
442
+ pkg syscall (windows-amd64), const DNS_INFO_NO_RECORDS = 9501
443
+ pkg syscall (windows-amd64), const DNS_INFO_NO_RECORDS ideal-int
444
+ pkg syscall (windows-amd64), const DnsSectionAdditional = 3
445
+ pkg syscall (windows-amd64), const DnsSectionAdditional ideal-int
446
+ pkg syscall (windows-amd64), const DnsSectionAnswer = 1
447
+ pkg syscall (windows-amd64), const DnsSectionAnswer ideal-int
448
+ pkg syscall (windows-amd64), const DnsSectionAuthority = 2
449
+ pkg syscall (windows-amd64), const DnsSectionAuthority ideal-int
450
+ pkg syscall (windows-amd64), const DnsSectionQuestion = 0
451
+ pkg syscall (windows-amd64), const DnsSectionQuestion ideal-int
452
+ pkg syscall (windows-amd64), func DnsNameCompare(*uint16, *uint16) bool
453
+
454
+ # CL 86160044 os: Implement symlink support for Windows, Michael Fraenkel <michael.fraenkel@gmail.com>
455
+ pkg syscall (windows-386), const ERROR_PRIVILEGE_NOT_HELD = 1314
456
+ pkg syscall (windows-386), const ERROR_PRIVILEGE_NOT_HELD Errno
457
+ pkg syscall (windows-amd64), const ERROR_PRIVILEGE_NOT_HELD = 1314
458
+ pkg syscall (windows-amd64), const ERROR_PRIVILEGE_NOT_HELD Errno
459
+
460
+ # CL 86160044 os: Implement symlink support for Windows, Michael Fraenkel <michael.fraenkel@gmail.com>
461
+ pkg syscall (windows-386), const FILE_ATTRIBUTE_REPARSE_POINT = 1024
462
+ pkg syscall (windows-386), const FILE_ATTRIBUTE_REPARSE_POINT ideal-int
463
+ pkg syscall (windows-386), const FILE_FLAG_OPEN_REPARSE_POINT = 2097152
464
+ pkg syscall (windows-386), const FILE_FLAG_OPEN_REPARSE_POINT ideal-int
465
+ pkg syscall (windows-386), const FSCTL_GET_REPARSE_POINT = 589992
466
+ pkg syscall (windows-386), const FSCTL_GET_REPARSE_POINT ideal-int
467
+ pkg syscall (windows-386), const IO_REPARSE_TAG_SYMLINK = 2684354572
468
+ pkg syscall (windows-386), const IO_REPARSE_TAG_SYMLINK ideal-int
469
+ pkg syscall (windows-386), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE = 16384
470
+ pkg syscall (windows-386), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE ideal-int
471
+ pkg syscall (windows-386), const SYMBOLIC_LINK_FLAG_DIRECTORY = 1
472
+ pkg syscall (windows-386), const SYMBOLIC_LINK_FLAG_DIRECTORY ideal-int
473
+ pkg syscall (windows-386), func CreateHardLink(*uint16, *uint16, uintptr) error
474
+ pkg syscall (windows-386), func CreateSymbolicLink(*uint16, *uint16, uint32) error
475
+ pkg syscall (windows-386), func DeviceIoControl(Handle, uint32, *uint8, uint32, *uint8, uint32, *uint32, *Overlapped) error
476
+ pkg syscall (windows-386), func LoadCreateSymbolicLink() error
477
+ pkg syscall (windows-amd64), const FILE_ATTRIBUTE_REPARSE_POINT = 1024
478
+ pkg syscall (windows-amd64), const FILE_ATTRIBUTE_REPARSE_POINT ideal-int
479
+ pkg syscall (windows-amd64), const FILE_FLAG_OPEN_REPARSE_POINT = 2097152
480
+ pkg syscall (windows-amd64), const FILE_FLAG_OPEN_REPARSE_POINT ideal-int
481
+ pkg syscall (windows-amd64), const FSCTL_GET_REPARSE_POINT = 589992
482
+ pkg syscall (windows-amd64), const FSCTL_GET_REPARSE_POINT ideal-int
483
+ pkg syscall (windows-amd64), const IO_REPARSE_TAG_SYMLINK = 2684354572
484
+ pkg syscall (windows-amd64), const IO_REPARSE_TAG_SYMLINK ideal-int
485
+ pkg syscall (windows-amd64), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE = 16384
486
+ pkg syscall (windows-amd64), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE ideal-int
487
+ pkg syscall (windows-amd64), const SYMBOLIC_LINK_FLAG_DIRECTORY = 1
488
+ pkg syscall (windows-amd64), const SYMBOLIC_LINK_FLAG_DIRECTORY ideal-int
489
+ pkg syscall (windows-amd64), func CreateHardLink(*uint16, *uint16, uintptr) error
490
+ pkg syscall (windows-amd64), func CreateSymbolicLink(*uint16, *uint16, uint32) error
491
+ pkg syscall (windows-amd64), func DeviceIoControl(Handle, uint32, *uint8, uint32, *uint8, uint32, *uint32, *Overlapped) error
492
+ pkg syscall (windows-amd64), func LoadCreateSymbolicLink() error
493
+
494
+ # CL 149510043 net: disable SIO_UDP_CONNRESET behavior on windows., Ron Hashimoto <mail@h2so5.net>
495
+ pkg syscall (windows-386), const SIO_UDP_CONNRESET = 2550136844
496
+ pkg syscall (windows-386), const SIO_UDP_CONNRESET ideal-int
497
+ pkg syscall (windows-amd64), const SIO_UDP_CONNRESET = 2550136844
498
+ pkg syscall (windows-amd64), const SIO_UDP_CONNRESET ideal-int
499
+
500
+ # CL 102320044 syscall: implement syscall.Getppid() on Windows, Alan Shreve <alan@inconshreveable.com>
501
+ pkg syscall (windows-386), const TH32CS_INHERIT = 2147483648
502
+ pkg syscall (windows-386), const TH32CS_INHERIT ideal-int
503
+ pkg syscall (windows-386), const TH32CS_SNAPALL = 15
504
+ pkg syscall (windows-386), const TH32CS_SNAPALL ideal-int
505
+ pkg syscall (windows-386), const TH32CS_SNAPHEAPLIST = 1
506
+ pkg syscall (windows-386), const TH32CS_SNAPHEAPLIST ideal-int
507
+ pkg syscall (windows-386), const TH32CS_SNAPMODULE = 8
508
+ pkg syscall (windows-386), const TH32CS_SNAPMODULE ideal-int
509
+ pkg syscall (windows-386), const TH32CS_SNAPMODULE32 = 16
510
+ pkg syscall (windows-386), const TH32CS_SNAPMODULE32 ideal-int
511
+ pkg syscall (windows-386), const TH32CS_SNAPPROCESS = 2
512
+ pkg syscall (windows-386), const TH32CS_SNAPPROCESS ideal-int
513
+ pkg syscall (windows-386), const TH32CS_SNAPTHREAD = 4
514
+ pkg syscall (windows-386), const TH32CS_SNAPTHREAD ideal-int
515
+ pkg syscall (windows-386), func CreateToolhelp32Snapshot(uint32, uint32) (Handle, error)
516
+ pkg syscall (windows-386), func Process32First(Handle, *ProcessEntry32) error
517
+ pkg syscall (windows-386), func Process32Next(Handle, *ProcessEntry32) error
518
+ pkg syscall (windows-386), type ProcessEntry32 struct
519
+ pkg syscall (windows-386), type ProcessEntry32 struct, DefaultHeapID uintptr
520
+ pkg syscall (windows-386), type ProcessEntry32 struct, ExeFile [260]uint16
521
+ pkg syscall (windows-386), type ProcessEntry32 struct, Flags uint32
522
+ pkg syscall (windows-386), type ProcessEntry32 struct, ModuleID uint32
523
+ pkg syscall (windows-386), type ProcessEntry32 struct, ParentProcessID uint32
524
+ pkg syscall (windows-386), type ProcessEntry32 struct, PriClassBase int32
525
+ pkg syscall (windows-386), type ProcessEntry32 struct, ProcessID uint32
526
+ pkg syscall (windows-386), type ProcessEntry32 struct, Size uint32
527
+ pkg syscall (windows-386), type ProcessEntry32 struct, Threads uint32
528
+ pkg syscall (windows-386), type ProcessEntry32 struct, Usage uint32
529
+ pkg syscall (windows-amd64), const TH32CS_INHERIT = 2147483648
530
+ pkg syscall (windows-amd64), const TH32CS_INHERIT ideal-int
531
+ pkg syscall (windows-amd64), const TH32CS_SNAPALL = 15
532
+ pkg syscall (windows-amd64), const TH32CS_SNAPALL ideal-int
533
+ pkg syscall (windows-amd64), const TH32CS_SNAPHEAPLIST = 1
534
+ pkg syscall (windows-amd64), const TH32CS_SNAPHEAPLIST ideal-int
535
+ pkg syscall (windows-amd64), const TH32CS_SNAPMODULE = 8
536
+ pkg syscall (windows-amd64), const TH32CS_SNAPMODULE ideal-int
537
+ pkg syscall (windows-amd64), const TH32CS_SNAPMODULE32 = 16
538
+ pkg syscall (windows-amd64), const TH32CS_SNAPMODULE32 ideal-int
539
+ pkg syscall (windows-amd64), const TH32CS_SNAPPROCESS = 2
540
+ pkg syscall (windows-amd64), const TH32CS_SNAPPROCESS ideal-int
541
+ pkg syscall (windows-amd64), const TH32CS_SNAPTHREAD = 4
542
+ pkg syscall (windows-amd64), const TH32CS_SNAPTHREAD ideal-int
543
+ pkg syscall (windows-amd64), func CreateToolhelp32Snapshot(uint32, uint32) (Handle, error)
544
+ pkg syscall (windows-amd64), func Process32First(Handle, *ProcessEntry32) error
545
+ pkg syscall (windows-amd64), func Process32Next(Handle, *ProcessEntry32) error
546
+ pkg syscall (windows-amd64), type ProcessEntry32 struct
547
+ pkg syscall (windows-amd64), type ProcessEntry32 struct, DefaultHeapID uintptr
548
+ pkg syscall (windows-amd64), type ProcessEntry32 struct, ExeFile [260]uint16
549
+ pkg syscall (windows-amd64), type ProcessEntry32 struct, Flags uint32
550
+ pkg syscall (windows-amd64), type ProcessEntry32 struct, ModuleID uint32
551
+ pkg syscall (windows-amd64), type ProcessEntry32 struct, ParentProcessID uint32
552
+ pkg syscall (windows-amd64), type ProcessEntry32 struct, PriClassBase int32
553
+ pkg syscall (windows-amd64), type ProcessEntry32 struct, ProcessID uint32
554
+ pkg syscall (windows-amd64), type ProcessEntry32 struct, Size uint32
555
+ pkg syscall (windows-amd64), type ProcessEntry32 struct, Threads uint32
556
+ pkg syscall (windows-amd64), type ProcessEntry32 struct, Usage uint32
557
+
558
+ # CL 127740043 os: make SameFile handle paths like c:a.txt properly, Alex Brainman <alex.brainman@gmail.com>
559
+ pkg syscall (windows-386), func FullPath(string) (string, error)
560
+ pkg syscall (windows-amd64), func FullPath(string) (string, error)
561
+
562
+ # CL 98150043 testing: add Coverage function, Russ Cox <rsc@golang.org>
563
+ pkg testing, func Coverage() float64
564
+
565
+ # CL 148770043 cmd/go, testing: add TestMain support, Russ Cox <rsc@golang.org>
566
+ pkg testing, func MainStart(func(string, string) (bool, error), []InternalTest, []InternalBenchmark, []InternalExample) *M
567
+ pkg testing, method (*M) Run() int
568
+ pkg testing, type M struct
569
+
570
+ # CL 108030044 text/scanner: provide facility for custom identifiers, Robert Griesemer <gri@golang.org>
571
+ pkg text/scanner, type Scanner struct, IsIdentRune func(int32, int) bool
572
+
573
+ # CL 130620043 text/template: add back pointer to Nodes for better error generation, Rob Pike <r@golang.org>
574
+ pkg text/template/parse, type DotNode struct, embedded NodeType
575
+ pkg text/template/parse, type NilNode struct, embedded NodeType
576
+ pkg text/template/parse, method (*BranchNode) Copy() Node
577
+ pkg text/template/parse, method (*IdentifierNode) SetTree(*Tree) *IdentifierNode
578
+ pkg html/template, type Error struct, Node parse.Node
579
+
580
+ # CL 127470043 unicode: strconv: regexp: Upgrade to Unicode 7.0.0., Marcel van Lohuizen <mpvl@golang.org>
581
+ pkg unicode, const Version = "7.0.0"
582
+ pkg unicode, var Bassa_Vah *RangeTable
583
+ pkg unicode, var Caucasian_Albanian *RangeTable
584
+ pkg unicode, var Duployan *RangeTable
585
+ pkg unicode, var Elbasan *RangeTable
586
+ pkg unicode, var Grantha *RangeTable
587
+ pkg unicode, var Khojki *RangeTable
588
+ pkg unicode, var Khudawadi *RangeTable
589
+ pkg unicode, var Linear_A *RangeTable
590
+ pkg unicode, var Mahajani *RangeTable
591
+ pkg unicode, var Manichaean *RangeTable
592
+ pkg unicode, var Mende_Kikakui *RangeTable
593
+ pkg unicode, var Modi *RangeTable
594
+ pkg unicode, var Mro *RangeTable
595
+ pkg unicode, var Nabataean *RangeTable
596
+ pkg unicode, var Old_North_Arabian *RangeTable
597
+ pkg unicode, var Old_Permic *RangeTable
598
+ pkg unicode, var Pahawh_Hmong *RangeTable
599
+ pkg unicode, var Palmyrene *RangeTable
600
+ pkg unicode, var Pau_Cin_Hau *RangeTable
601
+ pkg unicode, var Psalter_Pahlavi *RangeTable
602
+ pkg unicode, var Siddham *RangeTable
603
+ pkg unicode, var Tirhuta *RangeTable
604
+ pkg unicode, var Warang_Citi *RangeTable
platform/dbops/binaries/go/go/api/go1.5.txt ADDED
@@ -0,0 +1,975 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg archive/zip, method (*Writer) SetOffset(int64)
2
+ pkg bufio, method (*Reader) Discard(int) (int, error)
3
+ pkg bufio, method (ReadWriter) Discard(int) (int, error)
4
+ pkg bytes, func LastIndexByte([]uint8, uint8) int
5
+ pkg bytes, method (*Buffer) Cap() int
6
+ pkg bytes, method (*Reader) Size() int64
7
+ pkg crypto, const SHA512_224 = 14
8
+ pkg crypto, const SHA512_224 Hash
9
+ pkg crypto, const SHA512_256 = 15
10
+ pkg crypto, const SHA512_256 Hash
11
+ pkg crypto, type Decrypter interface { Decrypt, Public }
12
+ pkg crypto, type Decrypter interface, Decrypt(io.Reader, []uint8, DecrypterOpts) ([]uint8, error)
13
+ pkg crypto, type Decrypter interface, Public() PublicKey
14
+ pkg crypto, type DecrypterOpts interface {}
15
+ pkg crypto/cipher, func NewGCMWithNonceSize(Block, int) (AEAD, error)
16
+ pkg crypto/elliptic, type CurveParams struct, Name string
17
+ pkg crypto/rsa, method (*PrivateKey) Decrypt(io.Reader, []uint8, crypto.DecrypterOpts) ([]uint8, error)
18
+ pkg crypto/rsa, type OAEPOptions struct
19
+ pkg crypto/rsa, type OAEPOptions struct, Hash crypto.Hash
20
+ pkg crypto/rsa, type OAEPOptions struct, Label []uint8
21
+ pkg crypto/rsa, type PKCS1v15DecryptOptions struct
22
+ pkg crypto/rsa, type PKCS1v15DecryptOptions struct, SessionKeyLen int
23
+ pkg crypto/sha512, const Size224 = 28
24
+ pkg crypto/sha512, const Size224 ideal-int
25
+ pkg crypto/sha512, const Size256 = 32
26
+ pkg crypto/sha512, const Size256 ideal-int
27
+ pkg crypto/sha512, func New512_224() hash.Hash
28
+ pkg crypto/sha512, func New512_256() hash.Hash
29
+ pkg crypto/sha512, func Sum512_224([]uint8) [28]uint8
30
+ pkg crypto/sha512, func Sum512_256([]uint8) [32]uint8
31
+ pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 = 49196
32
+ pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 uint16
33
+ pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 = 49200
34
+ pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 uint16
35
+ pkg crypto/tls, method (*Config) SetSessionTicketKeys([][32]uint8)
36
+ pkg crypto/tls, type Certificate struct, SignedCertificateTimestamps [][]uint8
37
+ pkg crypto/tls, type ConnectionState struct, OCSPResponse []uint8
38
+ pkg crypto/tls, type ConnectionState struct, SignedCertificateTimestamps [][]uint8
39
+ pkg crypto/x509, method (*CertificateRequest) CheckSignature() error
40
+ pkg crypto/x509, type Certificate struct, UnhandledCriticalExtensions []asn1.ObjectIdentifier
41
+ pkg crypto/x509/pkix, type Name struct, ExtraNames []AttributeTypeAndValue
42
+ pkg database/sql, method (*DB) Stats() DBStats
43
+ pkg database/sql, type DBStats struct
44
+ pkg database/sql, type DBStats struct, OpenConnections int
45
+ pkg debug/dwarf, const ClassAddress = 1
46
+ pkg debug/dwarf, const ClassAddress Class
47
+ pkg debug/dwarf, const ClassBlock = 2
48
+ pkg debug/dwarf, const ClassBlock Class
49
+ pkg debug/dwarf, const ClassConstant = 3
50
+ pkg debug/dwarf, const ClassConstant Class
51
+ pkg debug/dwarf, const ClassExprLoc = 4
52
+ pkg debug/dwarf, const ClassExprLoc Class
53
+ pkg debug/dwarf, const ClassFlag = 5
54
+ pkg debug/dwarf, const ClassFlag Class
55
+ pkg debug/dwarf, const ClassLinePtr = 6
56
+ pkg debug/dwarf, const ClassLinePtr Class
57
+ pkg debug/dwarf, const ClassLocListPtr = 7
58
+ pkg debug/dwarf, const ClassLocListPtr Class
59
+ pkg debug/dwarf, const ClassMacPtr = 8
60
+ pkg debug/dwarf, const ClassMacPtr Class
61
+ pkg debug/dwarf, const ClassRangeListPtr = 9
62
+ pkg debug/dwarf, const ClassRangeListPtr Class
63
+ pkg debug/dwarf, const ClassReference = 10
64
+ pkg debug/dwarf, const ClassReference Class
65
+ pkg debug/dwarf, const ClassReferenceAlt = 13
66
+ pkg debug/dwarf, const ClassReferenceAlt Class
67
+ pkg debug/dwarf, const ClassReferenceSig = 11
68
+ pkg debug/dwarf, const ClassReferenceSig Class
69
+ pkg debug/dwarf, const ClassString = 12
70
+ pkg debug/dwarf, const ClassString Class
71
+ pkg debug/dwarf, const ClassStringAlt = 14
72
+ pkg debug/dwarf, const ClassStringAlt Class
73
+ pkg debug/dwarf, method (*Data) LineReader(*Entry) (*LineReader, error)
74
+ pkg debug/dwarf, method (*Entry) AttrField(Attr) *Field
75
+ pkg debug/dwarf, method (*LineReader) Next(*LineEntry) error
76
+ pkg debug/dwarf, method (*LineReader) Reset()
77
+ pkg debug/dwarf, method (*LineReader) Seek(LineReaderPos)
78
+ pkg debug/dwarf, method (*LineReader) SeekPC(uint64, *LineEntry) error
79
+ pkg debug/dwarf, method (*LineReader) Tell() LineReaderPos
80
+ pkg debug/dwarf, method (*Reader) AddressSize() int
81
+ pkg debug/dwarf, method (Class) GoString() string
82
+ pkg debug/dwarf, method (Class) String() string
83
+ pkg debug/dwarf, type Class int
84
+ pkg debug/dwarf, type Field struct, Class Class
85
+ pkg debug/dwarf, type LineEntry struct
86
+ pkg debug/dwarf, type LineEntry struct, Address uint64
87
+ pkg debug/dwarf, type LineEntry struct, BasicBlock bool
88
+ pkg debug/dwarf, type LineEntry struct, Column int
89
+ pkg debug/dwarf, type LineEntry struct, Discriminator int
90
+ pkg debug/dwarf, type LineEntry struct, EndSequence bool
91
+ pkg debug/dwarf, type LineEntry struct, EpilogueBegin bool
92
+ pkg debug/dwarf, type LineEntry struct, File *LineFile
93
+ pkg debug/dwarf, type LineEntry struct, ISA int
94
+ pkg debug/dwarf, type LineEntry struct, IsStmt bool
95
+ pkg debug/dwarf, type LineEntry struct, Line int
96
+ pkg debug/dwarf, type LineEntry struct, OpIndex int
97
+ pkg debug/dwarf, type LineEntry struct, PrologueEnd bool
98
+ pkg debug/dwarf, type LineFile struct
99
+ pkg debug/dwarf, type LineFile struct, Length int
100
+ pkg debug/dwarf, type LineFile struct, Mtime uint64
101
+ pkg debug/dwarf, type LineFile struct, Name string
102
+ pkg debug/dwarf, type LineReader struct
103
+ pkg debug/dwarf, type LineReaderPos struct
104
+ pkg debug/dwarf, var ErrUnknownPC error
105
+ pkg debug/elf, const R_PPC64_ADDR14 = 7
106
+ pkg debug/elf, const R_PPC64_ADDR14 R_PPC64
107
+ pkg debug/elf, const R_PPC64_ADDR14_BRNTAKEN = 9
108
+ pkg debug/elf, const R_PPC64_ADDR14_BRNTAKEN R_PPC64
109
+ pkg debug/elf, const R_PPC64_ADDR14_BRTAKEN = 8
110
+ pkg debug/elf, const R_PPC64_ADDR14_BRTAKEN R_PPC64
111
+ pkg debug/elf, const R_PPC64_ADDR16 = 3
112
+ pkg debug/elf, const R_PPC64_ADDR16 R_PPC64
113
+ pkg debug/elf, const R_PPC64_ADDR16_DS = 56
114
+ pkg debug/elf, const R_PPC64_ADDR16_DS R_PPC64
115
+ pkg debug/elf, const R_PPC64_ADDR16_HA = 6
116
+ pkg debug/elf, const R_PPC64_ADDR16_HA R_PPC64
117
+ pkg debug/elf, const R_PPC64_ADDR16_HI = 5
118
+ pkg debug/elf, const R_PPC64_ADDR16_HI R_PPC64
119
+ pkg debug/elf, const R_PPC64_ADDR16_HIGHER = 39
120
+ pkg debug/elf, const R_PPC64_ADDR16_HIGHER R_PPC64
121
+ pkg debug/elf, const R_PPC64_ADDR16_HIGHERA = 40
122
+ pkg debug/elf, const R_PPC64_ADDR16_HIGHERA R_PPC64
123
+ pkg debug/elf, const R_PPC64_ADDR16_HIGHEST = 41
124
+ pkg debug/elf, const R_PPC64_ADDR16_HIGHEST R_PPC64
125
+ pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA = 42
126
+ pkg debug/elf, const R_PPC64_ADDR16_HIGHESTA R_PPC64
127
+ pkg debug/elf, const R_PPC64_ADDR16_LO = 4
128
+ pkg debug/elf, const R_PPC64_ADDR16_LO R_PPC64
129
+ pkg debug/elf, const R_PPC64_ADDR16_LO_DS = 57
130
+ pkg debug/elf, const R_PPC64_ADDR16_LO_DS R_PPC64
131
+ pkg debug/elf, const R_PPC64_ADDR24 = 2
132
+ pkg debug/elf, const R_PPC64_ADDR24 R_PPC64
133
+ pkg debug/elf, const R_PPC64_ADDR32 = 1
134
+ pkg debug/elf, const R_PPC64_ADDR32 R_PPC64
135
+ pkg debug/elf, const R_PPC64_ADDR64 = 38
136
+ pkg debug/elf, const R_PPC64_ADDR64 R_PPC64
137
+ pkg debug/elf, const R_PPC64_DTPMOD64 = 68
138
+ pkg debug/elf, const R_PPC64_DTPMOD64 R_PPC64
139
+ pkg debug/elf, const R_PPC64_DTPREL16 = 74
140
+ pkg debug/elf, const R_PPC64_DTPREL16 R_PPC64
141
+ pkg debug/elf, const R_PPC64_DTPREL16_DS = 101
142
+ pkg debug/elf, const R_PPC64_DTPREL16_DS R_PPC64
143
+ pkg debug/elf, const R_PPC64_DTPREL16_HA = 77
144
+ pkg debug/elf, const R_PPC64_DTPREL16_HA R_PPC64
145
+ pkg debug/elf, const R_PPC64_DTPREL16_HI = 76
146
+ pkg debug/elf, const R_PPC64_DTPREL16_HI R_PPC64
147
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGHER = 103
148
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGHER R_PPC64
149
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGHERA = 104
150
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGHERA R_PPC64
151
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGHEST = 105
152
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGHEST R_PPC64
153
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGHESTA = 106
154
+ pkg debug/elf, const R_PPC64_DTPREL16_HIGHESTA R_PPC64
155
+ pkg debug/elf, const R_PPC64_DTPREL16_LO = 75
156
+ pkg debug/elf, const R_PPC64_DTPREL16_LO R_PPC64
157
+ pkg debug/elf, const R_PPC64_DTPREL16_LO_DS = 102
158
+ pkg debug/elf, const R_PPC64_DTPREL16_LO_DS R_PPC64
159
+ pkg debug/elf, const R_PPC64_DTPREL64 = 78
160
+ pkg debug/elf, const R_PPC64_DTPREL64 R_PPC64
161
+ pkg debug/elf, const R_PPC64_GOT16 = 14
162
+ pkg debug/elf, const R_PPC64_GOT16 R_PPC64
163
+ pkg debug/elf, const R_PPC64_GOT16_DS = 58
164
+ pkg debug/elf, const R_PPC64_GOT16_DS R_PPC64
165
+ pkg debug/elf, const R_PPC64_GOT16_HA = 17
166
+ pkg debug/elf, const R_PPC64_GOT16_HA R_PPC64
167
+ pkg debug/elf, const R_PPC64_GOT16_HI = 16
168
+ pkg debug/elf, const R_PPC64_GOT16_HI R_PPC64
169
+ pkg debug/elf, const R_PPC64_GOT16_LO = 15
170
+ pkg debug/elf, const R_PPC64_GOT16_LO R_PPC64
171
+ pkg debug/elf, const R_PPC64_GOT16_LO_DS = 59
172
+ pkg debug/elf, const R_PPC64_GOT16_LO_DS R_PPC64
173
+ pkg debug/elf, const R_PPC64_GOT_DTPREL16_DS = 91
174
+ pkg debug/elf, const R_PPC64_GOT_DTPREL16_DS R_PPC64
175
+ pkg debug/elf, const R_PPC64_GOT_DTPREL16_HA = 94
176
+ pkg debug/elf, const R_PPC64_GOT_DTPREL16_HA R_PPC64
177
+ pkg debug/elf, const R_PPC64_GOT_DTPREL16_HI = 93
178
+ pkg debug/elf, const R_PPC64_GOT_DTPREL16_HI R_PPC64
179
+ pkg debug/elf, const R_PPC64_GOT_DTPREL16_LO_DS = 92
180
+ pkg debug/elf, const R_PPC64_GOT_DTPREL16_LO_DS R_PPC64
181
+ pkg debug/elf, const R_PPC64_GOT_TLSGD16 = 79
182
+ pkg debug/elf, const R_PPC64_GOT_TLSGD16 R_PPC64
183
+ pkg debug/elf, const R_PPC64_GOT_TLSGD16_HA = 82
184
+ pkg debug/elf, const R_PPC64_GOT_TLSGD16_HA R_PPC64
185
+ pkg debug/elf, const R_PPC64_GOT_TLSGD16_HI = 81
186
+ pkg debug/elf, const R_PPC64_GOT_TLSGD16_HI R_PPC64
187
+ pkg debug/elf, const R_PPC64_GOT_TLSGD16_LO = 80
188
+ pkg debug/elf, const R_PPC64_GOT_TLSGD16_LO R_PPC64
189
+ pkg debug/elf, const R_PPC64_GOT_TLSLD16 = 83
190
+ pkg debug/elf, const R_PPC64_GOT_TLSLD16 R_PPC64
191
+ pkg debug/elf, const R_PPC64_GOT_TLSLD16_HA = 86
192
+ pkg debug/elf, const R_PPC64_GOT_TLSLD16_HA R_PPC64
193
+ pkg debug/elf, const R_PPC64_GOT_TLSLD16_HI = 85
194
+ pkg debug/elf, const R_PPC64_GOT_TLSLD16_HI R_PPC64
195
+ pkg debug/elf, const R_PPC64_GOT_TLSLD16_LO = 84
196
+ pkg debug/elf, const R_PPC64_GOT_TLSLD16_LO R_PPC64
197
+ pkg debug/elf, const R_PPC64_GOT_TPREL16_DS = 87
198
+ pkg debug/elf, const R_PPC64_GOT_TPREL16_DS R_PPC64
199
+ pkg debug/elf, const R_PPC64_GOT_TPREL16_HA = 90
200
+ pkg debug/elf, const R_PPC64_GOT_TPREL16_HA R_PPC64
201
+ pkg debug/elf, const R_PPC64_GOT_TPREL16_HI = 89
202
+ pkg debug/elf, const R_PPC64_GOT_TPREL16_HI R_PPC64
203
+ pkg debug/elf, const R_PPC64_GOT_TPREL16_LO_DS = 88
204
+ pkg debug/elf, const R_PPC64_GOT_TPREL16_LO_DS R_PPC64
205
+ pkg debug/elf, const R_PPC64_JMP_SLOT = 21
206
+ pkg debug/elf, const R_PPC64_JMP_SLOT R_PPC64
207
+ pkg debug/elf, const R_PPC64_NONE = 0
208
+ pkg debug/elf, const R_PPC64_NONE R_PPC64
209
+ pkg debug/elf, const R_PPC64_REL14 = 11
210
+ pkg debug/elf, const R_PPC64_REL14 R_PPC64
211
+ pkg debug/elf, const R_PPC64_REL14_BRNTAKEN = 13
212
+ pkg debug/elf, const R_PPC64_REL14_BRNTAKEN R_PPC64
213
+ pkg debug/elf, const R_PPC64_REL14_BRTAKEN = 12
214
+ pkg debug/elf, const R_PPC64_REL14_BRTAKEN R_PPC64
215
+ pkg debug/elf, const R_PPC64_REL16 = 249
216
+ pkg debug/elf, const R_PPC64_REL16 R_PPC64
217
+ pkg debug/elf, const R_PPC64_REL16_HA = 252
218
+ pkg debug/elf, const R_PPC64_REL16_HA R_PPC64
219
+ pkg debug/elf, const R_PPC64_REL16_HI = 251
220
+ pkg debug/elf, const R_PPC64_REL16_HI R_PPC64
221
+ pkg debug/elf, const R_PPC64_REL16_LO = 250
222
+ pkg debug/elf, const R_PPC64_REL16_LO R_PPC64
223
+ pkg debug/elf, const R_PPC64_REL24 = 10
224
+ pkg debug/elf, const R_PPC64_REL24 R_PPC64
225
+ pkg debug/elf, const R_PPC64_REL32 = 26
226
+ pkg debug/elf, const R_PPC64_REL32 R_PPC64
227
+ pkg debug/elf, const R_PPC64_REL64 = 44
228
+ pkg debug/elf, const R_PPC64_REL64 R_PPC64
229
+ pkg debug/elf, const R_PPC64_TLS = 67
230
+ pkg debug/elf, const R_PPC64_TLS R_PPC64
231
+ pkg debug/elf, const R_PPC64_TLSGD = 107
232
+ pkg debug/elf, const R_PPC64_TLSGD R_PPC64
233
+ pkg debug/elf, const R_PPC64_TLSLD = 108
234
+ pkg debug/elf, const R_PPC64_TLSLD R_PPC64
235
+ pkg debug/elf, const R_PPC64_TOC = 51
236
+ pkg debug/elf, const R_PPC64_TOC R_PPC64
237
+ pkg debug/elf, const R_PPC64_TOC16 = 47
238
+ pkg debug/elf, const R_PPC64_TOC16 R_PPC64
239
+ pkg debug/elf, const R_PPC64_TOC16_DS = 63
240
+ pkg debug/elf, const R_PPC64_TOC16_DS R_PPC64
241
+ pkg debug/elf, const R_PPC64_TOC16_HA = 50
242
+ pkg debug/elf, const R_PPC64_TOC16_HA R_PPC64
243
+ pkg debug/elf, const R_PPC64_TOC16_HI = 49
244
+ pkg debug/elf, const R_PPC64_TOC16_HI R_PPC64
245
+ pkg debug/elf, const R_PPC64_TOC16_LO = 48
246
+ pkg debug/elf, const R_PPC64_TOC16_LO R_PPC64
247
+ pkg debug/elf, const R_PPC64_TOC16_LO_DS = 64
248
+ pkg debug/elf, const R_PPC64_TOC16_LO_DS R_PPC64
249
+ pkg debug/elf, const R_PPC64_TPREL16 = 69
250
+ pkg debug/elf, const R_PPC64_TPREL16 R_PPC64
251
+ pkg debug/elf, const R_PPC64_TPREL16_DS = 95
252
+ pkg debug/elf, const R_PPC64_TPREL16_DS R_PPC64
253
+ pkg debug/elf, const R_PPC64_TPREL16_HA = 72
254
+ pkg debug/elf, const R_PPC64_TPREL16_HA R_PPC64
255
+ pkg debug/elf, const R_PPC64_TPREL16_HI = 71
256
+ pkg debug/elf, const R_PPC64_TPREL16_HI R_PPC64
257
+ pkg debug/elf, const R_PPC64_TPREL16_HIGHER = 97
258
+ pkg debug/elf, const R_PPC64_TPREL16_HIGHER R_PPC64
259
+ pkg debug/elf, const R_PPC64_TPREL16_HIGHERA = 98
260
+ pkg debug/elf, const R_PPC64_TPREL16_HIGHERA R_PPC64
261
+ pkg debug/elf, const R_PPC64_TPREL16_HIGHEST = 99
262
+ pkg debug/elf, const R_PPC64_TPREL16_HIGHEST R_PPC64
263
+ pkg debug/elf, const R_PPC64_TPREL16_HIGHESTA = 100
264
+ pkg debug/elf, const R_PPC64_TPREL16_HIGHESTA R_PPC64
265
+ pkg debug/elf, const R_PPC64_TPREL16_LO = 70
266
+ pkg debug/elf, const R_PPC64_TPREL16_LO R_PPC64
267
+ pkg debug/elf, const R_PPC64_TPREL16_LO_DS = 96
268
+ pkg debug/elf, const R_PPC64_TPREL16_LO_DS R_PPC64
269
+ pkg debug/elf, const R_PPC64_TPREL64 = 73
270
+ pkg debug/elf, const R_PPC64_TPREL64 R_PPC64
271
+ pkg debug/elf, method (R_PPC64) GoString() string
272
+ pkg debug/elf, method (R_PPC64) String() string
273
+ pkg debug/elf, type R_PPC64 int
274
+ pkg encoding/base64, const NoPadding = -1
275
+ pkg encoding/base64, const NoPadding int32
276
+ pkg encoding/base64, const StdPadding = 61
277
+ pkg encoding/base64, const StdPadding int32
278
+ pkg encoding/base64, method (Encoding) WithPadding(int32) *Encoding
279
+ pkg encoding/base64, var RawStdEncoding *Encoding
280
+ pkg encoding/base64, var RawURLEncoding *Encoding
281
+ pkg encoding/json, method (*Decoder) More() bool
282
+ pkg encoding/json, method (*Decoder) Token() (Token, error)
283
+ pkg encoding/json, method (Delim) String() string
284
+ pkg encoding/json, type Delim int32
285
+ pkg encoding/json, type Token interface {}
286
+ pkg encoding/json, type UnmarshalTypeError struct, Offset int64
287
+ pkg flag, func UnquoteUsage(*Flag) (string, string)
288
+ pkg go/ast, type EmptyStmt struct, Implicit bool
289
+ pkg go/build, type Package struct, PkgTargetRoot string
290
+ pkg go/constant, const Bool = 1
291
+ pkg go/constant, const Bool Kind
292
+ pkg go/constant, const Complex = 5
293
+ pkg go/constant, const Complex Kind
294
+ pkg go/constant, const Float = 4
295
+ pkg go/constant, const Float Kind
296
+ pkg go/constant, const Int = 3
297
+ pkg go/constant, const Int Kind
298
+ pkg go/constant, const String = 2
299
+ pkg go/constant, const String Kind
300
+ pkg go/constant, const Unknown = 0
301
+ pkg go/constant, const Unknown Kind
302
+ pkg go/constant, func BinaryOp(Value, token.Token, Value) Value
303
+ pkg go/constant, func BitLen(Value) int
304
+ pkg go/constant, func BoolVal(Value) bool
305
+ pkg go/constant, func Bytes(Value) []uint8
306
+ pkg go/constant, func Compare(Value, token.Token, Value) bool
307
+ pkg go/constant, func Denom(Value) Value
308
+ pkg go/constant, func Float32Val(Value) (float32, bool)
309
+ pkg go/constant, func Float64Val(Value) (float64, bool)
310
+ pkg go/constant, func Imag(Value) Value
311
+ pkg go/constant, func Int64Val(Value) (int64, bool)
312
+ pkg go/constant, func MakeBool(bool) Value
313
+ pkg go/constant, func MakeFloat64(float64) Value
314
+ pkg go/constant, func MakeFromBytes([]uint8) Value
315
+ pkg go/constant, func MakeFromLiteral(string, token.Token, uint) Value
316
+ pkg go/constant, func MakeImag(Value) Value
317
+ pkg go/constant, func MakeInt64(int64) Value
318
+ pkg go/constant, func MakeString(string) Value
319
+ pkg go/constant, func MakeUint64(uint64) Value
320
+ pkg go/constant, func MakeUnknown() Value
321
+ pkg go/constant, func Num(Value) Value
322
+ pkg go/constant, func Real(Value) Value
323
+ pkg go/constant, func Shift(Value, token.Token, uint) Value
324
+ pkg go/constant, func Sign(Value) int
325
+ pkg go/constant, func StringVal(Value) string
326
+ pkg go/constant, func Uint64Val(Value) (uint64, bool)
327
+ pkg go/constant, func UnaryOp(token.Token, Value, uint) Value
328
+ pkg go/constant, type Kind int
329
+ pkg go/constant, type Value interface, Kind() Kind
330
+ pkg go/constant, type Value interface, String() string
331
+ pkg go/constant, type Value interface, unexported methods
332
+ pkg go/importer, func Default() types.Importer
333
+ pkg go/importer, func For(string, Lookup) types.Importer
334
+ pkg go/importer, type Lookup func(string) (io.ReadCloser, error)
335
+ pkg go/parser, func ParseExprFrom(*token.FileSet, string, interface{}, Mode) (ast.Expr, error)
336
+ pkg go/types, const Bool = 1
337
+ pkg go/types, const Bool BasicKind
338
+ pkg go/types, const Byte = 8
339
+ pkg go/types, const Byte BasicKind
340
+ pkg go/types, const Complex128 = 16
341
+ pkg go/types, const Complex128 BasicKind
342
+ pkg go/types, const Complex64 = 15
343
+ pkg go/types, const Complex64 BasicKind
344
+ pkg go/types, const FieldVal = 0
345
+ pkg go/types, const FieldVal SelectionKind
346
+ pkg go/types, const Float32 = 13
347
+ pkg go/types, const Float32 BasicKind
348
+ pkg go/types, const Float64 = 14
349
+ pkg go/types, const Float64 BasicKind
350
+ pkg go/types, const Int = 2
351
+ pkg go/types, const Int BasicKind
352
+ pkg go/types, const Int16 = 4
353
+ pkg go/types, const Int16 BasicKind
354
+ pkg go/types, const Int32 = 5
355
+ pkg go/types, const Int32 BasicKind
356
+ pkg go/types, const Int64 = 6
357
+ pkg go/types, const Int64 BasicKind
358
+ pkg go/types, const Int8 = 3
359
+ pkg go/types, const Int8 BasicKind
360
+ pkg go/types, const Invalid = 0
361
+ pkg go/types, const Invalid BasicKind
362
+ pkg go/types, const IsBoolean = 1
363
+ pkg go/types, const IsBoolean BasicInfo
364
+ pkg go/types, const IsComplex = 16
365
+ pkg go/types, const IsComplex BasicInfo
366
+ pkg go/types, const IsConstType = 59
367
+ pkg go/types, const IsConstType BasicInfo
368
+ pkg go/types, const IsFloat = 8
369
+ pkg go/types, const IsFloat BasicInfo
370
+ pkg go/types, const IsInteger = 2
371
+ pkg go/types, const IsInteger BasicInfo
372
+ pkg go/types, const IsNumeric = 26
373
+ pkg go/types, const IsNumeric BasicInfo
374
+ pkg go/types, const IsOrdered = 42
375
+ pkg go/types, const IsOrdered BasicInfo
376
+ pkg go/types, const IsString = 32
377
+ pkg go/types, const IsString BasicInfo
378
+ pkg go/types, const IsUnsigned = 4
379
+ pkg go/types, const IsUnsigned BasicInfo
380
+ pkg go/types, const IsUntyped = 64
381
+ pkg go/types, const IsUntyped BasicInfo
382
+ pkg go/types, const MethodExpr = 2
383
+ pkg go/types, const MethodExpr SelectionKind
384
+ pkg go/types, const MethodVal = 1
385
+ pkg go/types, const MethodVal SelectionKind
386
+ pkg go/types, const RecvOnly = 2
387
+ pkg go/types, const RecvOnly ChanDir
388
+ pkg go/types, const Rune = 5
389
+ pkg go/types, const Rune BasicKind
390
+ pkg go/types, const SendOnly = 1
391
+ pkg go/types, const SendOnly ChanDir
392
+ pkg go/types, const SendRecv = 0
393
+ pkg go/types, const SendRecv ChanDir
394
+ pkg go/types, const String = 17
395
+ pkg go/types, const String BasicKind
396
+ pkg go/types, const Uint = 7
397
+ pkg go/types, const Uint BasicKind
398
+ pkg go/types, const Uint16 = 9
399
+ pkg go/types, const Uint16 BasicKind
400
+ pkg go/types, const Uint32 = 10
401
+ pkg go/types, const Uint32 BasicKind
402
+ pkg go/types, const Uint64 = 11
403
+ pkg go/types, const Uint64 BasicKind
404
+ pkg go/types, const Uint8 = 8
405
+ pkg go/types, const Uint8 BasicKind
406
+ pkg go/types, const Uintptr = 12
407
+ pkg go/types, const Uintptr BasicKind
408
+ pkg go/types, const UnsafePointer = 18
409
+ pkg go/types, const UnsafePointer BasicKind
410
+ pkg go/types, const UntypedBool = 19
411
+ pkg go/types, const UntypedBool BasicKind
412
+ pkg go/types, const UntypedComplex = 23
413
+ pkg go/types, const UntypedComplex BasicKind
414
+ pkg go/types, const UntypedFloat = 22
415
+ pkg go/types, const UntypedFloat BasicKind
416
+ pkg go/types, const UntypedInt = 20
417
+ pkg go/types, const UntypedInt BasicKind
418
+ pkg go/types, const UntypedNil = 25
419
+ pkg go/types, const UntypedNil BasicKind
420
+ pkg go/types, const UntypedRune = 21
421
+ pkg go/types, const UntypedRune BasicKind
422
+ pkg go/types, const UntypedString = 24
423
+ pkg go/types, const UntypedString BasicKind
424
+ pkg go/types, func AssertableTo(*Interface, Type) bool
425
+ pkg go/types, func AssignableTo(Type, Type) bool
426
+ pkg go/types, func Comparable(Type) bool
427
+ pkg go/types, func ConvertibleTo(Type, Type) bool
428
+ pkg go/types, func DefPredeclaredTestFuncs()
429
+ pkg go/types, func Eval(*token.FileSet, *Package, token.Pos, string) (TypeAndValue, error)
430
+ pkg go/types, func ExprString(ast.Expr) string
431
+ pkg go/types, func Id(*Package, string) string
432
+ pkg go/types, func Identical(Type, Type) bool
433
+ pkg go/types, func Implements(Type, *Interface) bool
434
+ pkg go/types, func IsInterface(Type) bool
435
+ pkg go/types, func LookupFieldOrMethod(Type, bool, *Package, string) (Object, []int, bool)
436
+ pkg go/types, func MissingMethod(Type, *Interface, bool) (*Func, bool)
437
+ pkg go/types, func NewArray(Type, int64) *Array
438
+ pkg go/types, func NewChan(ChanDir, Type) *Chan
439
+ pkg go/types, func NewChecker(*Config, *token.FileSet, *Package, *Info) *Checker
440
+ pkg go/types, func NewConst(token.Pos, *Package, string, Type, constant.Value) *Const
441
+ pkg go/types, func NewField(token.Pos, *Package, string, Type, bool) *Var
442
+ pkg go/types, func NewFunc(token.Pos, *Package, string, *Signature) *Func
443
+ pkg go/types, func NewInterface([]*Func, []*Named) *Interface
444
+ pkg go/types, func NewLabel(token.Pos, *Package, string) *Label
445
+ pkg go/types, func NewMap(Type, Type) *Map
446
+ pkg go/types, func NewMethodSet(Type) *MethodSet
447
+ pkg go/types, func NewNamed(*TypeName, Type, []*Func) *Named
448
+ pkg go/types, func NewPackage(string, string) *Package
449
+ pkg go/types, func NewParam(token.Pos, *Package, string, Type) *Var
450
+ pkg go/types, func NewPkgName(token.Pos, *Package, string, *Package) *PkgName
451
+ pkg go/types, func NewPointer(Type) *Pointer
452
+ pkg go/types, func NewScope(*Scope, token.Pos, token.Pos, string) *Scope
453
+ pkg go/types, func NewSignature(*Var, *Tuple, *Tuple, bool) *Signature
454
+ pkg go/types, func NewSlice(Type) *Slice
455
+ pkg go/types, func NewStruct([]*Var, []string) *Struct
456
+ pkg go/types, func NewTuple(...*Var) *Tuple
457
+ pkg go/types, func NewTypeName(token.Pos, *Package, string, Type) *TypeName
458
+ pkg go/types, func NewVar(token.Pos, *Package, string, Type) *Var
459
+ pkg go/types, func ObjectString(Object, Qualifier) string
460
+ pkg go/types, func RelativeTo(*Package) Qualifier
461
+ pkg go/types, func SelectionString(*Selection, Qualifier) string
462
+ pkg go/types, func TypeString(Type, Qualifier) string
463
+ pkg go/types, func WriteExpr(*bytes.Buffer, ast.Expr)
464
+ pkg go/types, func WriteSignature(*bytes.Buffer, *Signature, Qualifier)
465
+ pkg go/types, func WriteType(*bytes.Buffer, Type, Qualifier)
466
+ pkg go/types, method (*Array) Elem() Type
467
+ pkg go/types, method (*Array) Len() int64
468
+ pkg go/types, method (*Array) String() string
469
+ pkg go/types, method (*Array) Underlying() Type
470
+ pkg go/types, method (*Basic) Info() BasicInfo
471
+ pkg go/types, method (*Basic) Kind() BasicKind
472
+ pkg go/types, method (*Basic) Name() string
473
+ pkg go/types, method (*Basic) String() string
474
+ pkg go/types, method (*Basic) Underlying() Type
475
+ pkg go/types, method (*Builtin) Exported() bool
476
+ pkg go/types, method (*Builtin) Id() string
477
+ pkg go/types, method (*Builtin) Name() string
478
+ pkg go/types, method (*Builtin) Parent() *Scope
479
+ pkg go/types, method (*Builtin) Pkg() *Package
480
+ pkg go/types, method (*Builtin) Pos() token.Pos
481
+ pkg go/types, method (*Builtin) String() string
482
+ pkg go/types, method (*Builtin) Type() Type
483
+ pkg go/types, method (*Chan) Dir() ChanDir
484
+ pkg go/types, method (*Chan) Elem() Type
485
+ pkg go/types, method (*Chan) String() string
486
+ pkg go/types, method (*Chan) Underlying() Type
487
+ pkg go/types, method (*Checker) Files([]*ast.File) error
488
+ pkg go/types, method (*Config) Check(string, *token.FileSet, []*ast.File, *Info) (*Package, error)
489
+ pkg go/types, method (*Const) Exported() bool
490
+ pkg go/types, method (*Const) Id() string
491
+ pkg go/types, method (*Const) Name() string
492
+ pkg go/types, method (*Const) Parent() *Scope
493
+ pkg go/types, method (*Const) Pkg() *Package
494
+ pkg go/types, method (*Const) Pos() token.Pos
495
+ pkg go/types, method (*Const) String() string
496
+ pkg go/types, method (*Const) Type() Type
497
+ pkg go/types, method (*Const) Val() constant.Value
498
+ pkg go/types, method (*Func) Exported() bool
499
+ pkg go/types, method (*Func) FullName() string
500
+ pkg go/types, method (*Func) Id() string
501
+ pkg go/types, method (*Func) Name() string
502
+ pkg go/types, method (*Func) Parent() *Scope
503
+ pkg go/types, method (*Func) Pkg() *Package
504
+ pkg go/types, method (*Func) Pos() token.Pos
505
+ pkg go/types, method (*Func) Scope() *Scope
506
+ pkg go/types, method (*Func) String() string
507
+ pkg go/types, method (*Func) Type() Type
508
+ pkg go/types, method (*Info) ObjectOf(*ast.Ident) Object
509
+ pkg go/types, method (*Info) TypeOf(ast.Expr) Type
510
+ pkg go/types, method (*Initializer) String() string
511
+ pkg go/types, method (*Interface) Complete() *Interface
512
+ pkg go/types, method (*Interface) Embedded(int) *Named
513
+ pkg go/types, method (*Interface) Empty() bool
514
+ pkg go/types, method (*Interface) ExplicitMethod(int) *Func
515
+ pkg go/types, method (*Interface) Method(int) *Func
516
+ pkg go/types, method (*Interface) NumEmbeddeds() int
517
+ pkg go/types, method (*Interface) NumExplicitMethods() int
518
+ pkg go/types, method (*Interface) NumMethods() int
519
+ pkg go/types, method (*Interface) String() string
520
+ pkg go/types, method (*Interface) Underlying() Type
521
+ pkg go/types, method (*Label) Exported() bool
522
+ pkg go/types, method (*Label) Id() string
523
+ pkg go/types, method (*Label) Name() string
524
+ pkg go/types, method (*Label) Parent() *Scope
525
+ pkg go/types, method (*Label) Pkg() *Package
526
+ pkg go/types, method (*Label) Pos() token.Pos
527
+ pkg go/types, method (*Label) String() string
528
+ pkg go/types, method (*Label) Type() Type
529
+ pkg go/types, method (*Map) Elem() Type
530
+ pkg go/types, method (*Map) Key() Type
531
+ pkg go/types, method (*Map) String() string
532
+ pkg go/types, method (*Map) Underlying() Type
533
+ pkg go/types, method (*MethodSet) At(int) *Selection
534
+ pkg go/types, method (*MethodSet) Len() int
535
+ pkg go/types, method (*MethodSet) Lookup(*Package, string) *Selection
536
+ pkg go/types, method (*MethodSet) String() string
537
+ pkg go/types, method (*Named) AddMethod(*Func)
538
+ pkg go/types, method (*Named) Method(int) *Func
539
+ pkg go/types, method (*Named) NumMethods() int
540
+ pkg go/types, method (*Named) Obj() *TypeName
541
+ pkg go/types, method (*Named) SetUnderlying(Type)
542
+ pkg go/types, method (*Named) String() string
543
+ pkg go/types, method (*Named) Underlying() Type
544
+ pkg go/types, method (*Nil) Exported() bool
545
+ pkg go/types, method (*Nil) Id() string
546
+ pkg go/types, method (*Nil) Name() string
547
+ pkg go/types, method (*Nil) Parent() *Scope
548
+ pkg go/types, method (*Nil) Pkg() *Package
549
+ pkg go/types, method (*Nil) Pos() token.Pos
550
+ pkg go/types, method (*Nil) String() string
551
+ pkg go/types, method (*Nil) Type() Type
552
+ pkg go/types, method (*Package) Complete() bool
553
+ pkg go/types, method (*Package) Imports() []*Package
554
+ pkg go/types, method (*Package) MarkComplete()
555
+ pkg go/types, method (*Package) Name() string
556
+ pkg go/types, method (*Package) Path() string
557
+ pkg go/types, method (*Package) Scope() *Scope
558
+ pkg go/types, method (*Package) SetImports([]*Package)
559
+ pkg go/types, method (*Package) String() string
560
+ pkg go/types, method (*PkgName) Exported() bool
561
+ pkg go/types, method (*PkgName) Id() string
562
+ pkg go/types, method (*PkgName) Imported() *Package
563
+ pkg go/types, method (*PkgName) Name() string
564
+ pkg go/types, method (*PkgName) Parent() *Scope
565
+ pkg go/types, method (*PkgName) Pkg() *Package
566
+ pkg go/types, method (*PkgName) Pos() token.Pos
567
+ pkg go/types, method (*PkgName) String() string
568
+ pkg go/types, method (*PkgName) Type() Type
569
+ pkg go/types, method (*Pointer) Elem() Type
570
+ pkg go/types, method (*Pointer) String() string
571
+ pkg go/types, method (*Pointer) Underlying() Type
572
+ pkg go/types, method (*Scope) Child(int) *Scope
573
+ pkg go/types, method (*Scope) Contains(token.Pos) bool
574
+ pkg go/types, method (*Scope) End() token.Pos
575
+ pkg go/types, method (*Scope) Innermost(token.Pos) *Scope
576
+ pkg go/types, method (*Scope) Insert(Object) Object
577
+ pkg go/types, method (*Scope) Len() int
578
+ pkg go/types, method (*Scope) Lookup(string) Object
579
+ pkg go/types, method (*Scope) LookupParent(string, token.Pos) (*Scope, Object)
580
+ pkg go/types, method (*Scope) Names() []string
581
+ pkg go/types, method (*Scope) NumChildren() int
582
+ pkg go/types, method (*Scope) Parent() *Scope
583
+ pkg go/types, method (*Scope) Pos() token.Pos
584
+ pkg go/types, method (*Scope) String() string
585
+ pkg go/types, method (*Scope) WriteTo(io.Writer, int, bool)
586
+ pkg go/types, method (*Selection) Index() []int
587
+ pkg go/types, method (*Selection) Indirect() bool
588
+ pkg go/types, method (*Selection) Kind() SelectionKind
589
+ pkg go/types, method (*Selection) Obj() Object
590
+ pkg go/types, method (*Selection) Recv() Type
591
+ pkg go/types, method (*Selection) String() string
592
+ pkg go/types, method (*Selection) Type() Type
593
+ pkg go/types, method (*Signature) Params() *Tuple
594
+ pkg go/types, method (*Signature) Recv() *Var
595
+ pkg go/types, method (*Signature) Results() *Tuple
596
+ pkg go/types, method (*Signature) String() string
597
+ pkg go/types, method (*Signature) Underlying() Type
598
+ pkg go/types, method (*Signature) Variadic() bool
599
+ pkg go/types, method (*Slice) Elem() Type
600
+ pkg go/types, method (*Slice) String() string
601
+ pkg go/types, method (*Slice) Underlying() Type
602
+ pkg go/types, method (*StdSizes) Alignof(Type) int64
603
+ pkg go/types, method (*StdSizes) Offsetsof([]*Var) []int64
604
+ pkg go/types, method (*StdSizes) Sizeof(Type) int64
605
+ pkg go/types, method (*Struct) Field(int) *Var
606
+ pkg go/types, method (*Struct) NumFields() int
607
+ pkg go/types, method (*Struct) String() string
608
+ pkg go/types, method (*Struct) Tag(int) string
609
+ pkg go/types, method (*Struct) Underlying() Type
610
+ pkg go/types, method (*Tuple) At(int) *Var
611
+ pkg go/types, method (*Tuple) Len() int
612
+ pkg go/types, method (*Tuple) String() string
613
+ pkg go/types, method (*Tuple) Underlying() Type
614
+ pkg go/types, method (*TypeName) Exported() bool
615
+ pkg go/types, method (*TypeName) Id() string
616
+ pkg go/types, method (*TypeName) Name() string
617
+ pkg go/types, method (*TypeName) Parent() *Scope
618
+ pkg go/types, method (*TypeName) Pkg() *Package
619
+ pkg go/types, method (*TypeName) Pos() token.Pos
620
+ pkg go/types, method (*TypeName) String() string
621
+ pkg go/types, method (*TypeName) Type() Type
622
+ pkg go/types, method (*Var) Anonymous() bool
623
+ pkg go/types, method (*Var) Exported() bool
624
+ pkg go/types, method (*Var) Id() string
625
+ pkg go/types, method (*Var) IsField() bool
626
+ pkg go/types, method (*Var) Name() string
627
+ pkg go/types, method (*Var) Parent() *Scope
628
+ pkg go/types, method (*Var) Pkg() *Package
629
+ pkg go/types, method (*Var) Pos() token.Pos
630
+ pkg go/types, method (*Var) String() string
631
+ pkg go/types, method (*Var) Type() Type
632
+ pkg go/types, method (Checker) ObjectOf(*ast.Ident) Object
633
+ pkg go/types, method (Checker) TypeOf(ast.Expr) Type
634
+ pkg go/types, method (Error) Error() string
635
+ pkg go/types, method (TypeAndValue) Addressable() bool
636
+ pkg go/types, method (TypeAndValue) Assignable() bool
637
+ pkg go/types, method (TypeAndValue) HasOk() bool
638
+ pkg go/types, method (TypeAndValue) IsBuiltin() bool
639
+ pkg go/types, method (TypeAndValue) IsNil() bool
640
+ pkg go/types, method (TypeAndValue) IsType() bool
641
+ pkg go/types, method (TypeAndValue) IsValue() bool
642
+ pkg go/types, method (TypeAndValue) IsVoid() bool
643
+ pkg go/types, type Array struct
644
+ pkg go/types, type Basic struct
645
+ pkg go/types, type BasicInfo int
646
+ pkg go/types, type BasicKind int
647
+ pkg go/types, type Builtin struct
648
+ pkg go/types, type Chan struct
649
+ pkg go/types, type ChanDir int
650
+ pkg go/types, type Checker struct
651
+ pkg go/types, type Checker struct, embedded *Info
652
+ pkg go/types, type Config struct
653
+ pkg go/types, type Config struct, DisableUnusedImportCheck bool
654
+ pkg go/types, type Config struct, Error func(error)
655
+ pkg go/types, type Config struct, FakeImportC bool
656
+ pkg go/types, type Config struct, IgnoreFuncBodies bool
657
+ pkg go/types, type Config struct, Importer Importer
658
+ pkg go/types, type Config struct, Sizes Sizes
659
+ pkg go/types, type Const struct
660
+ pkg go/types, type Error struct
661
+ pkg go/types, type Error struct, Fset *token.FileSet
662
+ pkg go/types, type Error struct, Msg string
663
+ pkg go/types, type Error struct, Pos token.Pos
664
+ pkg go/types, type Error struct, Soft bool
665
+ pkg go/types, type Func struct
666
+ pkg go/types, type Importer interface { Import }
667
+ pkg go/types, type Importer interface, Import(string) (*Package, error)
668
+ pkg go/types, type Info struct
669
+ pkg go/types, type Info struct, Defs map[*ast.Ident]Object
670
+ pkg go/types, type Info struct, Implicits map[ast.Node]Object
671
+ pkg go/types, type Info struct, InitOrder []*Initializer
672
+ pkg go/types, type Info struct, Scopes map[ast.Node]*Scope
673
+ pkg go/types, type Info struct, Selections map[*ast.SelectorExpr]*Selection
674
+ pkg go/types, type Info struct, Types map[ast.Expr]TypeAndValue
675
+ pkg go/types, type Info struct, Uses map[*ast.Ident]Object
676
+ pkg go/types, type Initializer struct
677
+ pkg go/types, type Initializer struct, Lhs []*Var
678
+ pkg go/types, type Initializer struct, Rhs ast.Expr
679
+ pkg go/types, type Interface struct
680
+ pkg go/types, type Label struct
681
+ pkg go/types, type Map struct
682
+ pkg go/types, type MethodSet struct
683
+ pkg go/types, type Named struct
684
+ pkg go/types, type Nil struct
685
+ pkg go/types, type Object interface, Exported() bool
686
+ pkg go/types, type Object interface, Id() string
687
+ pkg go/types, type Object interface, Name() string
688
+ pkg go/types, type Object interface, Parent() *Scope
689
+ pkg go/types, type Object interface, Pkg() *Package
690
+ pkg go/types, type Object interface, Pos() token.Pos
691
+ pkg go/types, type Object interface, String() string
692
+ pkg go/types, type Object interface, Type() Type
693
+ pkg go/types, type Object interface, unexported methods
694
+ pkg go/types, type Package struct
695
+ pkg go/types, type PkgName struct
696
+ pkg go/types, type Pointer struct
697
+ pkg go/types, type Qualifier func(*Package) string
698
+ pkg go/types, type Scope struct
699
+ pkg go/types, type Selection struct
700
+ pkg go/types, type SelectionKind int
701
+ pkg go/types, type Signature struct
702
+ pkg go/types, type Sizes interface { Alignof, Offsetsof, Sizeof }
703
+ pkg go/types, type Sizes interface, Alignof(Type) int64
704
+ pkg go/types, type Sizes interface, Offsetsof([]*Var) []int64
705
+ pkg go/types, type Sizes interface, Sizeof(Type) int64
706
+ pkg go/types, type Slice struct
707
+ pkg go/types, type StdSizes struct
708
+ pkg go/types, type StdSizes struct, MaxAlign int64
709
+ pkg go/types, type StdSizes struct, WordSize int64
710
+ pkg go/types, type Struct struct
711
+ pkg go/types, type Tuple struct
712
+ pkg go/types, type Type interface { String, Underlying }
713
+ pkg go/types, type Type interface, String() string
714
+ pkg go/types, type Type interface, Underlying() Type
715
+ pkg go/types, type TypeAndValue struct
716
+ pkg go/types, type TypeAndValue struct, Type Type
717
+ pkg go/types, type TypeAndValue struct, Value constant.Value
718
+ pkg go/types, type TypeName struct
719
+ pkg go/types, type Var struct
720
+ pkg go/types, var Typ []*Basic
721
+ pkg go/types, var Universe *Scope
722
+ pkg go/types, var Unsafe *Package
723
+ pkg html/template, method (*Template) Option(...string) *Template
724
+ pkg image, const YCbCrSubsampleRatio410 = 5
725
+ pkg image, const YCbCrSubsampleRatio410 YCbCrSubsampleRatio
726
+ pkg image, const YCbCrSubsampleRatio411 = 4
727
+ pkg image, const YCbCrSubsampleRatio411 YCbCrSubsampleRatio
728
+ pkg image, func NewCMYK(Rectangle) *CMYK
729
+ pkg image, method (*CMYK) At(int, int) color.Color
730
+ pkg image, method (*CMYK) Bounds() Rectangle
731
+ pkg image, method (*CMYK) CMYKAt(int, int) color.CMYK
732
+ pkg image, method (*CMYK) ColorModel() color.Model
733
+ pkg image, method (*CMYK) Opaque() bool
734
+ pkg image, method (*CMYK) PixOffset(int, int) int
735
+ pkg image, method (*CMYK) Set(int, int, color.Color)
736
+ pkg image, method (*CMYK) SetCMYK(int, int, color.CMYK)
737
+ pkg image, method (*CMYK) SubImage(Rectangle) Image
738
+ pkg image, method (Rectangle) At(int, int) color.Color
739
+ pkg image, method (Rectangle) Bounds() Rectangle
740
+ pkg image, method (Rectangle) ColorModel() color.Model
741
+ pkg image, type CMYK struct
742
+ pkg image, type CMYK struct, Pix []uint8
743
+ pkg image, type CMYK struct, Rect Rectangle
744
+ pkg image, type CMYK struct, Stride int
745
+ pkg image/color, func CMYKToRGB(uint8, uint8, uint8, uint8) (uint8, uint8, uint8)
746
+ pkg image/color, func RGBToCMYK(uint8, uint8, uint8) (uint8, uint8, uint8, uint8)
747
+ pkg image/color, method (CMYK) RGBA() (uint32, uint32, uint32, uint32)
748
+ pkg image/color, type CMYK struct
749
+ pkg image/color, type CMYK struct, C uint8
750
+ pkg image/color, type CMYK struct, K uint8
751
+ pkg image/color, type CMYK struct, M uint8
752
+ pkg image/color, type CMYK struct, Y uint8
753
+ pkg image/color, var CMYKModel Model
754
+ pkg image/gif, const DisposalBackground = 2
755
+ pkg image/gif, const DisposalBackground ideal-int
756
+ pkg image/gif, const DisposalNone = 1
757
+ pkg image/gif, const DisposalNone ideal-int
758
+ pkg image/gif, const DisposalPrevious = 3
759
+ pkg image/gif, const DisposalPrevious ideal-int
760
+ pkg image/gif, type GIF struct, BackgroundIndex uint8
761
+ pkg image/gif, type GIF struct, Config image.Config
762
+ pkg image/gif, type GIF struct, Disposal []uint8
763
+ pkg io, func CopyBuffer(Writer, Reader, []uint8) (int64, error)
764
+ pkg log, const LUTC = 32
765
+ pkg log, const LUTC ideal-int
766
+ pkg log, func Output(int, string) error
767
+ pkg log, method (*Logger) SetOutput(io.Writer)
768
+ pkg math/big, const Above = 1
769
+ pkg math/big, const Above Accuracy
770
+ pkg math/big, const AwayFromZero = 3
771
+ pkg math/big, const AwayFromZero RoundingMode
772
+ pkg math/big, const Below = -1
773
+ pkg math/big, const Below Accuracy
774
+ pkg math/big, const Exact = 0
775
+ pkg math/big, const Exact Accuracy
776
+ pkg math/big, const MaxExp = 2147483647
777
+ pkg math/big, const MaxExp ideal-int
778
+ pkg math/big, const MaxPrec = 4294967295
779
+ pkg math/big, const MaxPrec ideal-int
780
+ pkg math/big, const MinExp = -2147483648
781
+ pkg math/big, const MinExp ideal-int
782
+ pkg math/big, const ToNearestAway = 1
783
+ pkg math/big, const ToNearestAway RoundingMode
784
+ pkg math/big, const ToNearestEven = 0
785
+ pkg math/big, const ToNearestEven RoundingMode
786
+ pkg math/big, const ToNegativeInf = 4
787
+ pkg math/big, const ToNegativeInf RoundingMode
788
+ pkg math/big, const ToPositiveInf = 5
789
+ pkg math/big, const ToPositiveInf RoundingMode
790
+ pkg math/big, const ToZero = 2
791
+ pkg math/big, const ToZero RoundingMode
792
+ pkg math/big, func Jacobi(*Int, *Int) int
793
+ pkg math/big, func NewFloat(float64) *Float
794
+ pkg math/big, func ParseFloat(string, int, uint, RoundingMode) (*Float, int, error)
795
+ pkg math/big, method (*Float) Abs(*Float) *Float
796
+ pkg math/big, method (*Float) Acc() Accuracy
797
+ pkg math/big, method (*Float) Add(*Float, *Float) *Float
798
+ pkg math/big, method (*Float) Append([]uint8, uint8, int) []uint8
799
+ pkg math/big, method (*Float) Cmp(*Float) int
800
+ pkg math/big, method (*Float) Copy(*Float) *Float
801
+ pkg math/big, method (*Float) Float32() (float32, Accuracy)
802
+ pkg math/big, method (*Float) Float64() (float64, Accuracy)
803
+ pkg math/big, method (*Float) Format(fmt.State, int32)
804
+ pkg math/big, method (*Float) Int(*Int) (*Int, Accuracy)
805
+ pkg math/big, method (*Float) Int64() (int64, Accuracy)
806
+ pkg math/big, method (*Float) IsInf() bool
807
+ pkg math/big, method (*Float) IsInt() bool
808
+ pkg math/big, method (*Float) MantExp(*Float) int
809
+ pkg math/big, method (*Float) MinPrec() uint
810
+ pkg math/big, method (*Float) Mode() RoundingMode
811
+ pkg math/big, method (*Float) Mul(*Float, *Float) *Float
812
+ pkg math/big, method (*Float) Neg(*Float) *Float
813
+ pkg math/big, method (*Float) Parse(string, int) (*Float, int, error)
814
+ pkg math/big, method (*Float) Prec() uint
815
+ pkg math/big, method (*Float) Quo(*Float, *Float) *Float
816
+ pkg math/big, method (*Float) Rat(*Rat) (*Rat, Accuracy)
817
+ pkg math/big, method (*Float) Set(*Float) *Float
818
+ pkg math/big, method (*Float) SetFloat64(float64) *Float
819
+ pkg math/big, method (*Float) SetInf(bool) *Float
820
+ pkg math/big, method (*Float) SetInt(*Int) *Float
821
+ pkg math/big, method (*Float) SetInt64(int64) *Float
822
+ pkg math/big, method (*Float) SetMantExp(*Float, int) *Float
823
+ pkg math/big, method (*Float) SetMode(RoundingMode) *Float
824
+ pkg math/big, method (*Float) SetPrec(uint) *Float
825
+ pkg math/big, method (*Float) SetRat(*Rat) *Float
826
+ pkg math/big, method (*Float) SetString(string) (*Float, bool)
827
+ pkg math/big, method (*Float) SetUint64(uint64) *Float
828
+ pkg math/big, method (*Float) Sign() int
829
+ pkg math/big, method (*Float) Signbit() bool
830
+ pkg math/big, method (*Float) String() string
831
+ pkg math/big, method (*Float) Sub(*Float, *Float) *Float
832
+ pkg math/big, method (*Float) Text(uint8, int) string
833
+ pkg math/big, method (*Float) Uint64() (uint64, Accuracy)
834
+ pkg math/big, method (*Int) ModSqrt(*Int, *Int) *Int
835
+ pkg math/big, method (Accuracy) String() string
836
+ pkg math/big, method (ErrNaN) Error() string
837
+ pkg math/big, method (RoundingMode) String() string
838
+ pkg math/big, type Accuracy int8
839
+ pkg math/big, type ErrNaN struct
840
+ pkg math/big, type Float struct
841
+ pkg math/big, type RoundingMode uint8
842
+ pkg mime, const BEncoding = 98
843
+ pkg mime, const BEncoding WordEncoder
844
+ pkg mime, const QEncoding = 113
845
+ pkg mime, const QEncoding WordEncoder
846
+ pkg mime, func ExtensionsByType(string) ([]string, error)
847
+ pkg mime, method (*WordDecoder) Decode(string) (string, error)
848
+ pkg mime, method (*WordDecoder) DecodeHeader(string) (string, error)
849
+ pkg mime, method (WordEncoder) Encode(string, string) string
850
+ pkg mime, type WordDecoder struct
851
+ pkg mime, type WordDecoder struct, CharsetReader func(string, io.Reader) (io.Reader, error)
852
+ pkg mime, type WordEncoder uint8
853
+ pkg mime/quotedprintable, func NewReader(io.Reader) *Reader
854
+ pkg mime/quotedprintable, func NewWriter(io.Writer) *Writer
855
+ pkg mime/quotedprintable, method (*Reader) Read([]uint8) (int, error)
856
+ pkg mime/quotedprintable, method (*Writer) Close() error
857
+ pkg mime/quotedprintable, method (*Writer) Write([]uint8) (int, error)
858
+ pkg mime/quotedprintable, type Reader struct
859
+ pkg mime/quotedprintable, type Writer struct
860
+ pkg mime/quotedprintable, type Writer struct, Binary bool
861
+ pkg net, type Dialer struct, FallbackDelay time.Duration
862
+ pkg net, type OpError struct, Source Addr
863
+ pkg net/http, type Request struct, Cancel <-chan struct
864
+ pkg net/http/fcgi, var ErrConnClosed error
865
+ pkg net/http/fcgi, var ErrRequestAborted error
866
+ pkg net/http/pprof, func Trace(http.ResponseWriter, *http.Request)
867
+ pkg net/mail, method (*AddressParser) Parse(string) (*Address, error)
868
+ pkg net/mail, method (*AddressParser) ParseList(string) ([]*Address, error)
869
+ pkg net/mail, type AddressParser struct
870
+ pkg net/mail, type AddressParser struct, WordDecoder *mime.WordDecoder
871
+ pkg net/smtp, method (*Client) TLSConnectionState() (tls.ConnectionState, bool)
872
+ pkg net/url, method (*URL) EscapedPath() string
873
+ pkg net/url, type URL struct, RawPath string
874
+ pkg os, func LookupEnv(string) (string, bool)
875
+ pkg os/signal, func Ignore(...os.Signal)
876
+ pkg os/signal, func Reset(...os.Signal)
877
+ pkg reflect, func ArrayOf(int, Type) Type
878
+ pkg reflect, func FuncOf([]Type, []Type, bool) Type
879
+ pkg runtime, func ReadTrace() []uint8
880
+ pkg runtime, func StartTrace() error
881
+ pkg runtime, func StopTrace()
882
+ pkg runtime, type MemStats struct, GCCPUFraction float64
883
+ pkg runtime/trace, func Start(io.Writer) error
884
+ pkg runtime/trace, func Stop()
885
+ pkg strings, func Compare(string, string) int
886
+ pkg strings, func LastIndexByte(string, uint8) int
887
+ pkg strings, method (*Reader) Size() int64
888
+ pkg syscall (darwin-386), type SysProcAttr struct, Ctty int
889
+ pkg syscall (darwin-386), type SysProcAttr struct, Foreground bool
890
+ pkg syscall (darwin-386), type SysProcAttr struct, Pgid int
891
+ pkg syscall (darwin-386-cgo), type SysProcAttr struct, Ctty int
892
+ pkg syscall (darwin-386-cgo), type SysProcAttr struct, Foreground bool
893
+ pkg syscall (darwin-386-cgo), type SysProcAttr struct, Pgid int
894
+ pkg syscall (darwin-amd64), type SysProcAttr struct, Ctty int
895
+ pkg syscall (darwin-amd64), type SysProcAttr struct, Foreground bool
896
+ pkg syscall (darwin-amd64), type SysProcAttr struct, Pgid int
897
+ pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Ctty int
898
+ pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Foreground bool
899
+ pkg syscall (darwin-amd64-cgo), type SysProcAttr struct, Pgid int
900
+ pkg syscall (freebsd-386), type SysProcAttr struct, Ctty int
901
+ pkg syscall (freebsd-386), type SysProcAttr struct, Foreground bool
902
+ pkg syscall (freebsd-386), type SysProcAttr struct, Pgid int
903
+ pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Ctty int
904
+ pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Foreground bool
905
+ pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Pgid int
906
+ pkg syscall (freebsd-amd64), type SysProcAttr struct, Ctty int
907
+ pkg syscall (freebsd-amd64), type SysProcAttr struct, Foreground bool
908
+ pkg syscall (freebsd-amd64), type SysProcAttr struct, Pgid int
909
+ pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Ctty int
910
+ pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Foreground bool
911
+ pkg syscall (freebsd-amd64-cgo), type SysProcAttr struct, Pgid int
912
+ pkg syscall (freebsd-arm), type SysProcAttr struct, Ctty int
913
+ pkg syscall (freebsd-arm), type SysProcAttr struct, Foreground bool
914
+ pkg syscall (freebsd-arm), type SysProcAttr struct, Pgid int
915
+ pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Ctty int
916
+ pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Foreground bool
917
+ pkg syscall (freebsd-arm-cgo), type SysProcAttr struct, Pgid int
918
+ pkg syscall (linux-386), type SysProcAttr struct, Foreground bool
919
+ pkg syscall (linux-386), type SysProcAttr struct, GidMappingsEnableSetgroups bool
920
+ pkg syscall (linux-386), type SysProcAttr struct, Pgid int
921
+ pkg syscall (linux-386-cgo), type SysProcAttr struct, Foreground bool
922
+ pkg syscall (linux-386-cgo), type SysProcAttr struct, GidMappingsEnableSetgroups bool
923
+ pkg syscall (linux-386-cgo), type SysProcAttr struct, Pgid int
924
+ pkg syscall (linux-amd64), type SysProcAttr struct, Foreground bool
925
+ pkg syscall (linux-amd64), type SysProcAttr struct, GidMappingsEnableSetgroups bool
926
+ pkg syscall (linux-amd64), type SysProcAttr struct, Pgid int
927
+ pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Foreground bool
928
+ pkg syscall (linux-amd64-cgo), type SysProcAttr struct, GidMappingsEnableSetgroups bool
929
+ pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Pgid int
930
+ pkg syscall (linux-arm), type SysProcAttr struct, Foreground bool
931
+ pkg syscall (linux-arm), type SysProcAttr struct, GidMappingsEnableSetgroups bool
932
+ pkg syscall (linux-arm), type SysProcAttr struct, Pgid int
933
+ pkg syscall (linux-arm-cgo), type SysProcAttr struct, Foreground bool
934
+ pkg syscall (linux-arm-cgo), type SysProcAttr struct, GidMappingsEnableSetgroups bool
935
+ pkg syscall (linux-arm-cgo), type SysProcAttr struct, Pgid int
936
+ pkg syscall (netbsd-386), type SysProcAttr struct, Ctty int
937
+ pkg syscall (netbsd-386), type SysProcAttr struct, Foreground bool
938
+ pkg syscall (netbsd-386), type SysProcAttr struct, Pgid int
939
+ pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Ctty int
940
+ pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Foreground bool
941
+ pkg syscall (netbsd-386-cgo), type SysProcAttr struct, Pgid int
942
+ pkg syscall (netbsd-amd64), type SysProcAttr struct, Ctty int
943
+ pkg syscall (netbsd-amd64), type SysProcAttr struct, Foreground bool
944
+ pkg syscall (netbsd-amd64), type SysProcAttr struct, Pgid int
945
+ pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Ctty int
946
+ pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Foreground bool
947
+ pkg syscall (netbsd-amd64-cgo), type SysProcAttr struct, Pgid int
948
+ pkg syscall (netbsd-arm), type SysProcAttr struct, Ctty int
949
+ pkg syscall (netbsd-arm), type SysProcAttr struct, Foreground bool
950
+ pkg syscall (netbsd-arm), type SysProcAttr struct, Pgid int
951
+ pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Ctty int
952
+ pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Foreground bool
953
+ pkg syscall (netbsd-arm-cgo), type SysProcAttr struct, Pgid int
954
+ pkg syscall (openbsd-386), type SysProcAttr struct, Ctty int
955
+ pkg syscall (openbsd-386), type SysProcAttr struct, Foreground bool
956
+ pkg syscall (openbsd-386), type SysProcAttr struct, Pgid int
957
+ pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Ctty int
958
+ pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Foreground bool
959
+ pkg syscall (openbsd-386-cgo), type SysProcAttr struct, Pgid int
960
+ pkg syscall (openbsd-amd64), type SysProcAttr struct, Ctty int
961
+ pkg syscall (openbsd-amd64), type SysProcAttr struct, Foreground bool
962
+ pkg syscall (openbsd-amd64), type SysProcAttr struct, Pgid int
963
+ pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Ctty int
964
+ pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Foreground bool
965
+ pkg syscall (openbsd-amd64-cgo), type SysProcAttr struct, Pgid int
966
+ pkg text/template, method (*Template) DefinedTemplates() string
967
+ pkg text/template, method (*Template) Option(...string) *Template
968
+ pkg time, method (Time) AppendFormat([]uint8, string) []uint8
969
+ pkg unicode, const Version = "8.0.0"
970
+ pkg unicode, var Ahom *RangeTable
971
+ pkg unicode, var Anatolian_Hieroglyphs *RangeTable
972
+ pkg unicode, var Hatran *RangeTable
973
+ pkg unicode, var Multani *RangeTable
974
+ pkg unicode, var Old_Hungarian *RangeTable
975
+ pkg unicode, var SignWriting *RangeTable
platform/dbops/binaries/go/go/api/go1.6.txt ADDED
@@ -0,0 +1,275 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg archive/zip, method (*ReadCloser) RegisterDecompressor(uint16, Decompressor)
2
+ pkg archive/zip, method (*Reader) RegisterDecompressor(uint16, Decompressor)
3
+ pkg archive/zip, method (*Writer) RegisterCompressor(uint16, Compressor)
4
+ pkg bufio, method (*Scanner) Buffer([]uint8, int)
5
+ pkg bufio, var ErrFinalToken error
6
+ pkg crypto/tls, const TLS_RSA_WITH_AES_128_GCM_SHA256 = 156
7
+ pkg crypto/tls, const TLS_RSA_WITH_AES_128_GCM_SHA256 uint16
8
+ pkg crypto/tls, const TLS_RSA_WITH_AES_256_GCM_SHA384 = 157
9
+ pkg crypto/tls, const TLS_RSA_WITH_AES_256_GCM_SHA384 uint16
10
+ pkg crypto/tls, method (RecordHeaderError) Error() string
11
+ pkg crypto/tls, type RecordHeaderError struct
12
+ pkg crypto/tls, type RecordHeaderError struct, Msg string
13
+ pkg crypto/tls, type RecordHeaderError struct, RecordHeader [5]uint8
14
+ pkg crypto/x509, method (InsecureAlgorithmError) Error() string
15
+ pkg crypto/x509, method (SignatureAlgorithm) String() string
16
+ pkg crypto/x509, type InsecureAlgorithmError int
17
+ pkg database/sql, method (*DB) SetConnMaxLifetime(time.Duration)
18
+ pkg debug/dwarf, const ClassUnknown = 0
19
+ pkg debug/dwarf, const ClassUnknown Class
20
+ pkg debug/elf, const COMPRESS_HIOS = 1879048191
21
+ pkg debug/elf, const COMPRESS_HIOS CompressionType
22
+ pkg debug/elf, const COMPRESS_HIPROC = 2147483647
23
+ pkg debug/elf, const COMPRESS_HIPROC CompressionType
24
+ pkg debug/elf, const COMPRESS_LOOS = 1610612736
25
+ pkg debug/elf, const COMPRESS_LOOS CompressionType
26
+ pkg debug/elf, const COMPRESS_LOPROC = 1879048192
27
+ pkg debug/elf, const COMPRESS_LOPROC CompressionType
28
+ pkg debug/elf, const COMPRESS_ZLIB = 1
29
+ pkg debug/elf, const COMPRESS_ZLIB CompressionType
30
+ pkg debug/elf, const R_MIPS_16 = 1
31
+ pkg debug/elf, const R_MIPS_16 R_MIPS
32
+ pkg debug/elf, const R_MIPS_26 = 4
33
+ pkg debug/elf, const R_MIPS_26 R_MIPS
34
+ pkg debug/elf, const R_MIPS_32 = 2
35
+ pkg debug/elf, const R_MIPS_32 R_MIPS
36
+ pkg debug/elf, const R_MIPS_64 = 18
37
+ pkg debug/elf, const R_MIPS_64 R_MIPS
38
+ pkg debug/elf, const R_MIPS_ADD_IMMEDIATE = 34
39
+ pkg debug/elf, const R_MIPS_ADD_IMMEDIATE R_MIPS
40
+ pkg debug/elf, const R_MIPS_CALL16 = 11
41
+ pkg debug/elf, const R_MIPS_CALL16 R_MIPS
42
+ pkg debug/elf, const R_MIPS_CALL_HI16 = 30
43
+ pkg debug/elf, const R_MIPS_CALL_HI16 R_MIPS
44
+ pkg debug/elf, const R_MIPS_CALL_LO16 = 31
45
+ pkg debug/elf, const R_MIPS_CALL_LO16 R_MIPS
46
+ pkg debug/elf, const R_MIPS_DELETE = 27
47
+ pkg debug/elf, const R_MIPS_DELETE R_MIPS
48
+ pkg debug/elf, const R_MIPS_GOT16 = 9
49
+ pkg debug/elf, const R_MIPS_GOT16 R_MIPS
50
+ pkg debug/elf, const R_MIPS_GOT_DISP = 19
51
+ pkg debug/elf, const R_MIPS_GOT_DISP R_MIPS
52
+ pkg debug/elf, const R_MIPS_GOT_HI16 = 22
53
+ pkg debug/elf, const R_MIPS_GOT_HI16 R_MIPS
54
+ pkg debug/elf, const R_MIPS_GOT_LO16 = 23
55
+ pkg debug/elf, const R_MIPS_GOT_LO16 R_MIPS
56
+ pkg debug/elf, const R_MIPS_GOT_OFST = 21
57
+ pkg debug/elf, const R_MIPS_GOT_OFST R_MIPS
58
+ pkg debug/elf, const R_MIPS_GOT_PAGE = 20
59
+ pkg debug/elf, const R_MIPS_GOT_PAGE R_MIPS
60
+ pkg debug/elf, const R_MIPS_GPREL16 = 7
61
+ pkg debug/elf, const R_MIPS_GPREL16 R_MIPS
62
+ pkg debug/elf, const R_MIPS_GPREL32 = 12
63
+ pkg debug/elf, const R_MIPS_GPREL32 R_MIPS
64
+ pkg debug/elf, const R_MIPS_HI16 = 5
65
+ pkg debug/elf, const R_MIPS_HI16 R_MIPS
66
+ pkg debug/elf, const R_MIPS_HIGHER = 28
67
+ pkg debug/elf, const R_MIPS_HIGHER R_MIPS
68
+ pkg debug/elf, const R_MIPS_HIGHEST = 29
69
+ pkg debug/elf, const R_MIPS_HIGHEST R_MIPS
70
+ pkg debug/elf, const R_MIPS_INSERT_A = 25
71
+ pkg debug/elf, const R_MIPS_INSERT_A R_MIPS
72
+ pkg debug/elf, const R_MIPS_INSERT_B = 26
73
+ pkg debug/elf, const R_MIPS_INSERT_B R_MIPS
74
+ pkg debug/elf, const R_MIPS_JALR = 37
75
+ pkg debug/elf, const R_MIPS_JALR R_MIPS
76
+ pkg debug/elf, const R_MIPS_LITERAL = 8
77
+ pkg debug/elf, const R_MIPS_LITERAL R_MIPS
78
+ pkg debug/elf, const R_MIPS_LO16 = 6
79
+ pkg debug/elf, const R_MIPS_LO16 R_MIPS
80
+ pkg debug/elf, const R_MIPS_NONE = 0
81
+ pkg debug/elf, const R_MIPS_NONE R_MIPS
82
+ pkg debug/elf, const R_MIPS_PC16 = 10
83
+ pkg debug/elf, const R_MIPS_PC16 R_MIPS
84
+ pkg debug/elf, const R_MIPS_PJUMP = 35
85
+ pkg debug/elf, const R_MIPS_PJUMP R_MIPS
86
+ pkg debug/elf, const R_MIPS_REL16 = 33
87
+ pkg debug/elf, const R_MIPS_REL16 R_MIPS
88
+ pkg debug/elf, const R_MIPS_REL32 = 3
89
+ pkg debug/elf, const R_MIPS_REL32 R_MIPS
90
+ pkg debug/elf, const R_MIPS_RELGOT = 36
91
+ pkg debug/elf, const R_MIPS_RELGOT R_MIPS
92
+ pkg debug/elf, const R_MIPS_SCN_DISP = 32
93
+ pkg debug/elf, const R_MIPS_SCN_DISP R_MIPS
94
+ pkg debug/elf, const R_MIPS_SHIFT5 = 16
95
+ pkg debug/elf, const R_MIPS_SHIFT5 R_MIPS
96
+ pkg debug/elf, const R_MIPS_SHIFT6 = 17
97
+ pkg debug/elf, const R_MIPS_SHIFT6 R_MIPS
98
+ pkg debug/elf, const R_MIPS_SUB = 24
99
+ pkg debug/elf, const R_MIPS_SUB R_MIPS
100
+ pkg debug/elf, const R_MIPS_TLS_DTPMOD32 = 38
101
+ pkg debug/elf, const R_MIPS_TLS_DTPMOD32 R_MIPS
102
+ pkg debug/elf, const R_MIPS_TLS_DTPMOD64 = 40
103
+ pkg debug/elf, const R_MIPS_TLS_DTPMOD64 R_MIPS
104
+ pkg debug/elf, const R_MIPS_TLS_DTPREL32 = 39
105
+ pkg debug/elf, const R_MIPS_TLS_DTPREL32 R_MIPS
106
+ pkg debug/elf, const R_MIPS_TLS_DTPREL64 = 41
107
+ pkg debug/elf, const R_MIPS_TLS_DTPREL64 R_MIPS
108
+ pkg debug/elf, const R_MIPS_TLS_DTPREL_HI16 = 44
109
+ pkg debug/elf, const R_MIPS_TLS_DTPREL_HI16 R_MIPS
110
+ pkg debug/elf, const R_MIPS_TLS_DTPREL_LO16 = 45
111
+ pkg debug/elf, const R_MIPS_TLS_DTPREL_LO16 R_MIPS
112
+ pkg debug/elf, const R_MIPS_TLS_GD = 42
113
+ pkg debug/elf, const R_MIPS_TLS_GD R_MIPS
114
+ pkg debug/elf, const R_MIPS_TLS_GOTTPREL = 46
115
+ pkg debug/elf, const R_MIPS_TLS_GOTTPREL R_MIPS
116
+ pkg debug/elf, const R_MIPS_TLS_LDM = 43
117
+ pkg debug/elf, const R_MIPS_TLS_LDM R_MIPS
118
+ pkg debug/elf, const R_MIPS_TLS_TPREL32 = 47
119
+ pkg debug/elf, const R_MIPS_TLS_TPREL32 R_MIPS
120
+ pkg debug/elf, const R_MIPS_TLS_TPREL64 = 48
121
+ pkg debug/elf, const R_MIPS_TLS_TPREL64 R_MIPS
122
+ pkg debug/elf, const R_MIPS_TLS_TPREL_HI16 = 49
123
+ pkg debug/elf, const R_MIPS_TLS_TPREL_HI16 R_MIPS
124
+ pkg debug/elf, const R_MIPS_TLS_TPREL_LO16 = 50
125
+ pkg debug/elf, const R_MIPS_TLS_TPREL_LO16 R_MIPS
126
+ pkg debug/elf, const SHF_COMPRESSED = 2048
127
+ pkg debug/elf, const SHF_COMPRESSED SectionFlag
128
+ pkg debug/elf, method (CompressionType) GoString() string
129
+ pkg debug/elf, method (CompressionType) String() string
130
+ pkg debug/elf, method (R_MIPS) GoString() string
131
+ pkg debug/elf, method (R_MIPS) String() string
132
+ pkg debug/elf, type Chdr32 struct
133
+ pkg debug/elf, type Chdr32 struct, Addralign uint32
134
+ pkg debug/elf, type Chdr32 struct, Size uint32
135
+ pkg debug/elf, type Chdr32 struct, Type uint32
136
+ pkg debug/elf, type Chdr64 struct
137
+ pkg debug/elf, type Chdr64 struct, Addralign uint64
138
+ pkg debug/elf, type Chdr64 struct, Size uint64
139
+ pkg debug/elf, type Chdr64 struct, Type uint32
140
+ pkg debug/elf, type CompressionType int
141
+ pkg debug/elf, type R_MIPS int
142
+ pkg debug/elf, type SectionHeader struct, FileSize uint64
143
+ pkg encoding/asn1, const ClassApplication = 1
144
+ pkg encoding/asn1, const ClassApplication ideal-int
145
+ pkg encoding/asn1, const ClassContextSpecific = 2
146
+ pkg encoding/asn1, const ClassContextSpecific ideal-int
147
+ pkg encoding/asn1, const ClassPrivate = 3
148
+ pkg encoding/asn1, const ClassPrivate ideal-int
149
+ pkg encoding/asn1, const ClassUniversal = 0
150
+ pkg encoding/asn1, const ClassUniversal ideal-int
151
+ pkg encoding/asn1, const TagBitString = 3
152
+ pkg encoding/asn1, const TagBitString ideal-int
153
+ pkg encoding/asn1, const TagBoolean = 1
154
+ pkg encoding/asn1, const TagBoolean ideal-int
155
+ pkg encoding/asn1, const TagEnum = 10
156
+ pkg encoding/asn1, const TagEnum ideal-int
157
+ pkg encoding/asn1, const TagGeneralString = 27
158
+ pkg encoding/asn1, const TagGeneralString ideal-int
159
+ pkg encoding/asn1, const TagGeneralizedTime = 24
160
+ pkg encoding/asn1, const TagGeneralizedTime ideal-int
161
+ pkg encoding/asn1, const TagIA5String = 22
162
+ pkg encoding/asn1, const TagIA5String ideal-int
163
+ pkg encoding/asn1, const TagInteger = 2
164
+ pkg encoding/asn1, const TagInteger ideal-int
165
+ pkg encoding/asn1, const TagOID = 6
166
+ pkg encoding/asn1, const TagOID ideal-int
167
+ pkg encoding/asn1, const TagOctetString = 4
168
+ pkg encoding/asn1, const TagOctetString ideal-int
169
+ pkg encoding/asn1, const TagPrintableString = 19
170
+ pkg encoding/asn1, const TagPrintableString ideal-int
171
+ pkg encoding/asn1, const TagSequence = 16
172
+ pkg encoding/asn1, const TagSequence ideal-int
173
+ pkg encoding/asn1, const TagSet = 17
174
+ pkg encoding/asn1, const TagSet ideal-int
175
+ pkg encoding/asn1, const TagT61String = 20
176
+ pkg encoding/asn1, const TagT61String ideal-int
177
+ pkg encoding/asn1, const TagUTCTime = 23
178
+ pkg encoding/asn1, const TagUTCTime ideal-int
179
+ pkg encoding/asn1, const TagUTF8String = 12
180
+ pkg encoding/asn1, const TagUTF8String ideal-int
181
+ pkg go/build, const IgnoreVendor = 8
182
+ pkg go/build, const IgnoreVendor ImportMode
183
+ pkg go/build, type Package struct, InvalidGoFiles []string
184
+ pkg go/constant, func ToComplex(Value) Value
185
+ pkg go/constant, func ToFloat(Value) Value
186
+ pkg go/constant, func ToInt(Value) Value
187
+ pkg go/constant, type Value interface, ExactString() string
188
+ pkg go/types, method (*Package) SetName(string)
189
+ pkg go/types, type ImportMode int
190
+ pkg go/types, type ImporterFrom interface { Import, ImportFrom }
191
+ pkg go/types, type ImporterFrom interface, Import(string) (*Package, error)
192
+ pkg go/types, type ImporterFrom interface, ImportFrom(string, string, ImportMode) (*Package, error)
193
+ pkg html/template, func IsTrue(interface{}) (bool, bool)
194
+ pkg html/template, method (*Template) DefinedTemplates() string
195
+ pkg image, func NewNYCbCrA(Rectangle, YCbCrSubsampleRatio) *NYCbCrA
196
+ pkg image, method (*NYCbCrA) AOffset(int, int) int
197
+ pkg image, method (*NYCbCrA) At(int, int) color.Color
198
+ pkg image, method (*NYCbCrA) Bounds() Rectangle
199
+ pkg image, method (*NYCbCrA) COffset(int, int) int
200
+ pkg image, method (*NYCbCrA) ColorModel() color.Model
201
+ pkg image, method (*NYCbCrA) NYCbCrAAt(int, int) color.NYCbCrA
202
+ pkg image, method (*NYCbCrA) Opaque() bool
203
+ pkg image, method (*NYCbCrA) SubImage(Rectangle) Image
204
+ pkg image, method (*NYCbCrA) YCbCrAt(int, int) color.YCbCr
205
+ pkg image, method (*NYCbCrA) YOffset(int, int) int
206
+ pkg image, type NYCbCrA struct
207
+ pkg image, type NYCbCrA struct, A []uint8
208
+ pkg image, type NYCbCrA struct, AStride int
209
+ pkg image, type NYCbCrA struct, embedded YCbCr
210
+ pkg image/color, method (NYCbCrA) RGBA() (uint32, uint32, uint32, uint32)
211
+ pkg image/color, type NYCbCrA struct
212
+ pkg image/color, type NYCbCrA struct, A uint8
213
+ pkg image/color, type NYCbCrA struct, embedded YCbCr
214
+ pkg image/color, var NYCbCrAModel Model
215
+ pkg math/big, method (*Float) MarshalText() ([]uint8, error)
216
+ pkg math/big, method (*Float) UnmarshalText([]uint8) error
217
+ pkg math/big, method (*Int) Append([]uint8, int) []uint8
218
+ pkg math/big, method (*Int) Text(int) string
219
+ pkg math/rand, func Read([]uint8) (int, error)
220
+ pkg math/rand, method (*Rand) Read([]uint8) (int, error)
221
+ pkg net, type DNSError struct, IsTemporary bool
222
+ pkg net, type Dialer struct, Cancel <-chan struct
223
+ pkg net/http, const MethodConnect = "CONNECT"
224
+ pkg net/http, const MethodConnect ideal-string
225
+ pkg net/http, const MethodDelete = "DELETE"
226
+ pkg net/http, const MethodDelete ideal-string
227
+ pkg net/http, const MethodGet = "GET"
228
+ pkg net/http, const MethodGet ideal-string
229
+ pkg net/http, const MethodHead = "HEAD"
230
+ pkg net/http, const MethodHead ideal-string
231
+ pkg net/http, const MethodOptions = "OPTIONS"
232
+ pkg net/http, const MethodOptions ideal-string
233
+ pkg net/http, const MethodPatch = "PATCH"
234
+ pkg net/http, const MethodPatch ideal-string
235
+ pkg net/http, const MethodPost = "POST"
236
+ pkg net/http, const MethodPost ideal-string
237
+ pkg net/http, const MethodPut = "PUT"
238
+ pkg net/http, const MethodPut ideal-string
239
+ pkg net/http, const MethodTrace = "TRACE"
240
+ pkg net/http, const MethodTrace ideal-string
241
+ pkg net/http, const StatusNetworkAuthenticationRequired = 511
242
+ pkg net/http, const StatusNetworkAuthenticationRequired ideal-int
243
+ pkg net/http, const StatusPreconditionRequired = 428
244
+ pkg net/http, const StatusPreconditionRequired ideal-int
245
+ pkg net/http, const StatusRequestHeaderFieldsTooLarge = 431
246
+ pkg net/http, const StatusRequestHeaderFieldsTooLarge ideal-int
247
+ pkg net/http, const StatusTooManyRequests = 429
248
+ pkg net/http, const StatusTooManyRequests ideal-int
249
+ pkg net/http, const StatusUnavailableForLegalReasons = 451
250
+ pkg net/http, const StatusUnavailableForLegalReasons ideal-int
251
+ pkg net/http, type Transport struct, ExpectContinueTimeout time.Duration
252
+ pkg net/http, type Transport struct, TLSNextProto map[string]func(string, *tls.Conn) RoundTripper
253
+ pkg net/http, var ErrSkipAltProtocol error
254
+ pkg net/http/httptest, method (*ResponseRecorder) WriteString(string) (int, error)
255
+ pkg net/http/httputil, type BufferPool interface { Get, Put }
256
+ pkg net/http/httputil, type BufferPool interface, Get() []uint8
257
+ pkg net/http/httputil, type BufferPool interface, Put([]uint8)
258
+ pkg net/http/httputil, type ReverseProxy struct, BufferPool BufferPool
259
+ pkg net/url, method (*Error) Temporary() bool
260
+ pkg net/url, method (*Error) Timeout() bool
261
+ pkg net/url, method (InvalidHostError) Error() string
262
+ pkg net/url, type InvalidHostError string
263
+ pkg os/exec, type ExitError struct, Stderr []uint8
264
+ pkg regexp, method (*Regexp) Copy() *Regexp
265
+ pkg runtime/debug, func SetTraceback(string)
266
+ pkg strconv, func AppendQuoteRuneToGraphic([]uint8, int32) []uint8
267
+ pkg strconv, func AppendQuoteToGraphic([]uint8, string) []uint8
268
+ pkg strconv, func IsGraphic(int32) bool
269
+ pkg strconv, func QuoteRuneToGraphic(int32) string
270
+ pkg strconv, func QuoteToGraphic(string) string
271
+ pkg text/template, func IsTrue(interface{}) (bool, bool)
272
+ pkg text/template, method (ExecError) Error() string
273
+ pkg text/template, type ExecError struct
274
+ pkg text/template, type ExecError struct, Err error
275
+ pkg text/template, type ExecError struct, Name string
platform/dbops/binaries/go/go/api/go1.7.txt ADDED
@@ -0,0 +1,285 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg bytes, func ContainsAny([]uint8, string) bool
2
+ pkg bytes, func ContainsRune([]uint8, int32) bool
3
+ pkg bytes, method (*Reader) Reset([]uint8)
4
+ pkg compress/flate, const HuffmanOnly = -2
5
+ pkg compress/flate, const HuffmanOnly ideal-int
6
+ pkg context, func Background() Context
7
+ pkg context, func TODO() Context
8
+ pkg context, func WithCancel(Context) (Context, CancelFunc)
9
+ pkg context, func WithDeadline(Context, time.Time) (Context, CancelFunc)
10
+ pkg context, func WithTimeout(Context, time.Duration) (Context, CancelFunc)
11
+ pkg context, func WithValue(Context, interface{}, interface{}) Context
12
+ pkg context, type CancelFunc func()
13
+ pkg context, type Context interface { Deadline, Done, Err, Value }
14
+ pkg context, type Context interface, Deadline() (time.Time, bool)
15
+ pkg context, type Context interface, Done() <-chan struct
16
+ pkg context, type Context interface, Err() error
17
+ pkg context, type Context interface, Value(interface{}) interface{}
18
+ pkg context, var Canceled error
19
+ pkg context, var DeadlineExceeded error
20
+ pkg crypto/tls, const RenegotiateFreelyAsClient = 2
21
+ pkg crypto/tls, const RenegotiateFreelyAsClient RenegotiationSupport
22
+ pkg crypto/tls, const RenegotiateNever = 0
23
+ pkg crypto/tls, const RenegotiateNever RenegotiationSupport
24
+ pkg crypto/tls, const RenegotiateOnceAsClient = 1
25
+ pkg crypto/tls, const RenegotiateOnceAsClient RenegotiationSupport
26
+ pkg crypto/tls, type Config struct, DynamicRecordSizingDisabled bool
27
+ pkg crypto/tls, type Config struct, Renegotiation RenegotiationSupport
28
+ pkg crypto/tls, type RenegotiationSupport int
29
+ pkg crypto/x509, func SystemCertPool() (*CertPool, error)
30
+ pkg crypto/x509, type SystemRootsError struct, Err error
31
+ pkg debug/dwarf, method (*Data) Ranges(*Entry) ([][2]uint64, error)
32
+ pkg debug/dwarf, method (*Reader) SeekPC(uint64) (*Entry, error)
33
+ pkg debug/elf, const R_390_12 = 2
34
+ pkg debug/elf, const R_390_12 R_390
35
+ pkg debug/elf, const R_390_16 = 3
36
+ pkg debug/elf, const R_390_16 R_390
37
+ pkg debug/elf, const R_390_20 = 57
38
+ pkg debug/elf, const R_390_20 R_390
39
+ pkg debug/elf, const R_390_32 = 4
40
+ pkg debug/elf, const R_390_32 R_390
41
+ pkg debug/elf, const R_390_64 = 22
42
+ pkg debug/elf, const R_390_64 R_390
43
+ pkg debug/elf, const R_390_8 = 1
44
+ pkg debug/elf, const R_390_8 R_390
45
+ pkg debug/elf, const R_390_COPY = 9
46
+ pkg debug/elf, const R_390_COPY R_390
47
+ pkg debug/elf, const R_390_GLOB_DAT = 10
48
+ pkg debug/elf, const R_390_GLOB_DAT R_390
49
+ pkg debug/elf, const R_390_GOT12 = 6
50
+ pkg debug/elf, const R_390_GOT12 R_390
51
+ pkg debug/elf, const R_390_GOT16 = 15
52
+ pkg debug/elf, const R_390_GOT16 R_390
53
+ pkg debug/elf, const R_390_GOT20 = 58
54
+ pkg debug/elf, const R_390_GOT20 R_390
55
+ pkg debug/elf, const R_390_GOT32 = 7
56
+ pkg debug/elf, const R_390_GOT32 R_390
57
+ pkg debug/elf, const R_390_GOT64 = 24
58
+ pkg debug/elf, const R_390_GOT64 R_390
59
+ pkg debug/elf, const R_390_GOTENT = 26
60
+ pkg debug/elf, const R_390_GOTENT R_390
61
+ pkg debug/elf, const R_390_GOTOFF = 13
62
+ pkg debug/elf, const R_390_GOTOFF R_390
63
+ pkg debug/elf, const R_390_GOTOFF16 = 27
64
+ pkg debug/elf, const R_390_GOTOFF16 R_390
65
+ pkg debug/elf, const R_390_GOTOFF64 = 28
66
+ pkg debug/elf, const R_390_GOTOFF64 R_390
67
+ pkg debug/elf, const R_390_GOTPC = 14
68
+ pkg debug/elf, const R_390_GOTPC R_390
69
+ pkg debug/elf, const R_390_GOTPCDBL = 21
70
+ pkg debug/elf, const R_390_GOTPCDBL R_390
71
+ pkg debug/elf, const R_390_GOTPLT12 = 29
72
+ pkg debug/elf, const R_390_GOTPLT12 R_390
73
+ pkg debug/elf, const R_390_GOTPLT16 = 30
74
+ pkg debug/elf, const R_390_GOTPLT16 R_390
75
+ pkg debug/elf, const R_390_GOTPLT20 = 59
76
+ pkg debug/elf, const R_390_GOTPLT20 R_390
77
+ pkg debug/elf, const R_390_GOTPLT32 = 31
78
+ pkg debug/elf, const R_390_GOTPLT32 R_390
79
+ pkg debug/elf, const R_390_GOTPLT64 = 32
80
+ pkg debug/elf, const R_390_GOTPLT64 R_390
81
+ pkg debug/elf, const R_390_GOTPLTENT = 33
82
+ pkg debug/elf, const R_390_GOTPLTENT R_390
83
+ pkg debug/elf, const R_390_GOTPLTOFF16 = 34
84
+ pkg debug/elf, const R_390_GOTPLTOFF16 R_390
85
+ pkg debug/elf, const R_390_GOTPLTOFF32 = 35
86
+ pkg debug/elf, const R_390_GOTPLTOFF32 R_390
87
+ pkg debug/elf, const R_390_GOTPLTOFF64 = 36
88
+ pkg debug/elf, const R_390_GOTPLTOFF64 R_390
89
+ pkg debug/elf, const R_390_JMP_SLOT = 11
90
+ pkg debug/elf, const R_390_JMP_SLOT R_390
91
+ pkg debug/elf, const R_390_NONE = 0
92
+ pkg debug/elf, const R_390_NONE R_390
93
+ pkg debug/elf, const R_390_PC16 = 16
94
+ pkg debug/elf, const R_390_PC16 R_390
95
+ pkg debug/elf, const R_390_PC16DBL = 17
96
+ pkg debug/elf, const R_390_PC16DBL R_390
97
+ pkg debug/elf, const R_390_PC32 = 5
98
+ pkg debug/elf, const R_390_PC32 R_390
99
+ pkg debug/elf, const R_390_PC32DBL = 19
100
+ pkg debug/elf, const R_390_PC32DBL R_390
101
+ pkg debug/elf, const R_390_PC64 = 23
102
+ pkg debug/elf, const R_390_PC64 R_390
103
+ pkg debug/elf, const R_390_PLT16DBL = 18
104
+ pkg debug/elf, const R_390_PLT16DBL R_390
105
+ pkg debug/elf, const R_390_PLT32 = 8
106
+ pkg debug/elf, const R_390_PLT32 R_390
107
+ pkg debug/elf, const R_390_PLT32DBL = 20
108
+ pkg debug/elf, const R_390_PLT32DBL R_390
109
+ pkg debug/elf, const R_390_PLT64 = 25
110
+ pkg debug/elf, const R_390_PLT64 R_390
111
+ pkg debug/elf, const R_390_RELATIVE = 12
112
+ pkg debug/elf, const R_390_RELATIVE R_390
113
+ pkg debug/elf, const R_390_TLS_DTPMOD = 54
114
+ pkg debug/elf, const R_390_TLS_DTPMOD R_390
115
+ pkg debug/elf, const R_390_TLS_DTPOFF = 55
116
+ pkg debug/elf, const R_390_TLS_DTPOFF R_390
117
+ pkg debug/elf, const R_390_TLS_GD32 = 40
118
+ pkg debug/elf, const R_390_TLS_GD32 R_390
119
+ pkg debug/elf, const R_390_TLS_GD64 = 41
120
+ pkg debug/elf, const R_390_TLS_GD64 R_390
121
+ pkg debug/elf, const R_390_TLS_GDCALL = 38
122
+ pkg debug/elf, const R_390_TLS_GDCALL R_390
123
+ pkg debug/elf, const R_390_TLS_GOTIE12 = 42
124
+ pkg debug/elf, const R_390_TLS_GOTIE12 R_390
125
+ pkg debug/elf, const R_390_TLS_GOTIE20 = 60
126
+ pkg debug/elf, const R_390_TLS_GOTIE20 R_390
127
+ pkg debug/elf, const R_390_TLS_GOTIE32 = 43
128
+ pkg debug/elf, const R_390_TLS_GOTIE32 R_390
129
+ pkg debug/elf, const R_390_TLS_GOTIE64 = 44
130
+ pkg debug/elf, const R_390_TLS_GOTIE64 R_390
131
+ pkg debug/elf, const R_390_TLS_IE32 = 47
132
+ pkg debug/elf, const R_390_TLS_IE32 R_390
133
+ pkg debug/elf, const R_390_TLS_IE64 = 48
134
+ pkg debug/elf, const R_390_TLS_IE64 R_390
135
+ pkg debug/elf, const R_390_TLS_IEENT = 49
136
+ pkg debug/elf, const R_390_TLS_IEENT R_390
137
+ pkg debug/elf, const R_390_TLS_LDCALL = 39
138
+ pkg debug/elf, const R_390_TLS_LDCALL R_390
139
+ pkg debug/elf, const R_390_TLS_LDM32 = 45
140
+ pkg debug/elf, const R_390_TLS_LDM32 R_390
141
+ pkg debug/elf, const R_390_TLS_LDM64 = 46
142
+ pkg debug/elf, const R_390_TLS_LDM64 R_390
143
+ pkg debug/elf, const R_390_TLS_LDO32 = 52
144
+ pkg debug/elf, const R_390_TLS_LDO32 R_390
145
+ pkg debug/elf, const R_390_TLS_LDO64 = 53
146
+ pkg debug/elf, const R_390_TLS_LDO64 R_390
147
+ pkg debug/elf, const R_390_TLS_LE32 = 50
148
+ pkg debug/elf, const R_390_TLS_LE32 R_390
149
+ pkg debug/elf, const R_390_TLS_LE64 = 51
150
+ pkg debug/elf, const R_390_TLS_LE64 R_390
151
+ pkg debug/elf, const R_390_TLS_LOAD = 37
152
+ pkg debug/elf, const R_390_TLS_LOAD R_390
153
+ pkg debug/elf, const R_390_TLS_TPOFF = 56
154
+ pkg debug/elf, const R_390_TLS_TPOFF R_390
155
+ pkg debug/elf, method (R_390) GoString() string
156
+ pkg debug/elf, method (R_390) String() string
157
+ pkg debug/elf, type R_390 int
158
+ pkg encoding/json, method (*Encoder) SetEscapeHTML(bool)
159
+ pkg encoding/json, method (*Encoder) SetIndent(string, string)
160
+ pkg go/build, type Package struct, BinaryOnly bool
161
+ pkg go/build, type Package struct, CgoFFLAGS []string
162
+ pkg go/build, type Package struct, FFiles []string
163
+ pkg go/doc, type Example struct, Unordered bool
164
+ pkg io, const SeekCurrent = 1
165
+ pkg io, const SeekCurrent ideal-int
166
+ pkg io, const SeekEnd = 2
167
+ pkg io, const SeekEnd ideal-int
168
+ pkg io, const SeekStart = 0
169
+ pkg io, const SeekStart ideal-int
170
+ pkg math/big, method (*Float) GobDecode([]uint8) error
171
+ pkg math/big, method (*Float) GobEncode() ([]uint8, error)
172
+ pkg net, method (*Dialer) DialContext(context.Context, string, string) (Conn, error)
173
+ pkg net/http, const StatusAlreadyReported = 208
174
+ pkg net/http, const StatusAlreadyReported ideal-int
175
+ pkg net/http, const StatusFailedDependency = 424
176
+ pkg net/http, const StatusFailedDependency ideal-int
177
+ pkg net/http, const StatusIMUsed = 226
178
+ pkg net/http, const StatusIMUsed ideal-int
179
+ pkg net/http, const StatusInsufficientStorage = 507
180
+ pkg net/http, const StatusInsufficientStorage ideal-int
181
+ pkg net/http, const StatusLocked = 423
182
+ pkg net/http, const StatusLocked ideal-int
183
+ pkg net/http, const StatusLoopDetected = 508
184
+ pkg net/http, const StatusLoopDetected ideal-int
185
+ pkg net/http, const StatusMultiStatus = 207
186
+ pkg net/http, const StatusMultiStatus ideal-int
187
+ pkg net/http, const StatusNotExtended = 510
188
+ pkg net/http, const StatusNotExtended ideal-int
189
+ pkg net/http, const StatusPermanentRedirect = 308
190
+ pkg net/http, const StatusPermanentRedirect ideal-int
191
+ pkg net/http, const StatusProcessing = 102
192
+ pkg net/http, const StatusProcessing ideal-int
193
+ pkg net/http, const StatusUnprocessableEntity = 422
194
+ pkg net/http, const StatusUnprocessableEntity ideal-int
195
+ pkg net/http, const StatusUpgradeRequired = 426
196
+ pkg net/http, const StatusUpgradeRequired ideal-int
197
+ pkg net/http, const StatusVariantAlsoNegotiates = 506
198
+ pkg net/http, const StatusVariantAlsoNegotiates ideal-int
199
+ pkg net/http, method (*Request) Context() context.Context
200
+ pkg net/http, method (*Request) WithContext(context.Context) *Request
201
+ pkg net/http, type Request struct, Response *Response
202
+ pkg net/http, type Response struct, Uncompressed bool
203
+ pkg net/http, type Transport struct, DialContext func(context.Context, string, string) (net.Conn, error)
204
+ pkg net/http, type Transport struct, IdleConnTimeout time.Duration
205
+ pkg net/http, type Transport struct, MaxIdleConns int
206
+ pkg net/http, type Transport struct, MaxResponseHeaderBytes int64
207
+ pkg net/http, var ErrUseLastResponse error
208
+ pkg net/http, var LocalAddrContextKey *contextKey
209
+ pkg net/http, var ServerContextKey *contextKey
210
+ pkg net/http/cgi, type Handler struct, Stderr io.Writer
211
+ pkg net/http/httptest, func NewRequest(string, string, io.Reader) *http.Request
212
+ pkg net/http/httptest, method (*ResponseRecorder) Result() *http.Response
213
+ pkg net/http/httptrace, func ContextClientTrace(context.Context) *ClientTrace
214
+ pkg net/http/httptrace, func WithClientTrace(context.Context, *ClientTrace) context.Context
215
+ pkg net/http/httptrace, type ClientTrace struct
216
+ pkg net/http/httptrace, type ClientTrace struct, ConnectDone func(string, string, error)
217
+ pkg net/http/httptrace, type ClientTrace struct, ConnectStart func(string, string)
218
+ pkg net/http/httptrace, type ClientTrace struct, DNSDone func(DNSDoneInfo)
219
+ pkg net/http/httptrace, type ClientTrace struct, DNSStart func(DNSStartInfo)
220
+ pkg net/http/httptrace, type ClientTrace struct, GetConn func(string)
221
+ pkg net/http/httptrace, type ClientTrace struct, Got100Continue func()
222
+ pkg net/http/httptrace, type ClientTrace struct, GotConn func(GotConnInfo)
223
+ pkg net/http/httptrace, type ClientTrace struct, GotFirstResponseByte func()
224
+ pkg net/http/httptrace, type ClientTrace struct, PutIdleConn func(error)
225
+ pkg net/http/httptrace, type ClientTrace struct, Wait100Continue func()
226
+ pkg net/http/httptrace, type ClientTrace struct, WroteHeaders func()
227
+ pkg net/http/httptrace, type ClientTrace struct, WroteRequest func(WroteRequestInfo)
228
+ pkg net/http/httptrace, type DNSDoneInfo struct
229
+ pkg net/http/httptrace, type DNSDoneInfo struct, Addrs []net.IPAddr
230
+ pkg net/http/httptrace, type DNSDoneInfo struct, Coalesced bool
231
+ pkg net/http/httptrace, type DNSDoneInfo struct, Err error
232
+ pkg net/http/httptrace, type DNSStartInfo struct
233
+ pkg net/http/httptrace, type DNSStartInfo struct, Host string
234
+ pkg net/http/httptrace, type GotConnInfo struct
235
+ pkg net/http/httptrace, type GotConnInfo struct, Conn net.Conn
236
+ pkg net/http/httptrace, type GotConnInfo struct, IdleTime time.Duration
237
+ pkg net/http/httptrace, type GotConnInfo struct, Reused bool
238
+ pkg net/http/httptrace, type GotConnInfo struct, WasIdle bool
239
+ pkg net/http/httptrace, type WroteRequestInfo struct
240
+ pkg net/http/httptrace, type WroteRequestInfo struct, Err error
241
+ pkg net/url, type URL struct, ForceQuery bool
242
+ pkg os/exec, func CommandContext(context.Context, string, ...string) *Cmd
243
+ pkg os/user, func LookupGroup(string) (*Group, error)
244
+ pkg os/user, func LookupGroupId(string) (*Group, error)
245
+ pkg os/user, method (*User) GroupIds() ([]string, error)
246
+ pkg os/user, method (UnknownGroupError) Error() string
247
+ pkg os/user, method (UnknownGroupIdError) Error() string
248
+ pkg os/user, type Group struct
249
+ pkg os/user, type Group struct, Gid string
250
+ pkg os/user, type Group struct, Name string
251
+ pkg os/user, type UnknownGroupError string
252
+ pkg os/user, type UnknownGroupIdError string
253
+ pkg reflect, func StructOf([]StructField) Type
254
+ pkg reflect, method (StructTag) Lookup(string) (string, bool)
255
+ pkg runtime, func CallersFrames([]uintptr) *Frames
256
+ pkg runtime, func KeepAlive(interface{})
257
+ pkg runtime, func SetCgoTraceback(int, unsafe.Pointer, unsafe.Pointer, unsafe.Pointer)
258
+ pkg runtime, method (*Frames) Next() (Frame, bool)
259
+ pkg runtime, type Frame struct
260
+ pkg runtime, type Frame struct, Entry uintptr
261
+ pkg runtime, type Frame struct, File string
262
+ pkg runtime, type Frame struct, Func *Func
263
+ pkg runtime, type Frame struct, Function string
264
+ pkg runtime, type Frame struct, Line int
265
+ pkg runtime, type Frame struct, PC uintptr
266
+ pkg runtime, type Frames struct
267
+ pkg strings, method (*Reader) Reset(string)
268
+ pkg syscall (linux-386), type SysProcAttr struct, Unshareflags uintptr
269
+ pkg syscall (linux-386-cgo), type SysProcAttr struct, Unshareflags uintptr
270
+ pkg syscall (linux-amd64), type SysProcAttr struct, Unshareflags uintptr
271
+ pkg syscall (linux-amd64-cgo), type SysProcAttr struct, Unshareflags uintptr
272
+ pkg syscall (linux-arm), type SysProcAttr struct, Unshareflags uintptr
273
+ pkg syscall (linux-arm-cgo), type SysProcAttr struct, Unshareflags uintptr
274
+ pkg testing, method (*B) Run(string, func(*B)) bool
275
+ pkg testing, method (*T) Run(string, func(*T)) bool
276
+ pkg testing, type InternalExample struct, Unordered bool
277
+ pkg unicode, const Version = "9.0.0"
278
+ pkg unicode, var Adlam *RangeTable
279
+ pkg unicode, var Bhaiksuki *RangeTable
280
+ pkg unicode, var Marchen *RangeTable
281
+ pkg unicode, var Newa *RangeTable
282
+ pkg unicode, var Osage *RangeTable
283
+ pkg unicode, var Prepended_Concatenation_Mark *RangeTable
284
+ pkg unicode, var Sentence_Terminal *RangeTable
285
+ pkg unicode, var Tangut *RangeTable
platform/dbops/binaries/go/go/api/go1.8.txt ADDED
@@ -0,0 +1,261 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg compress/gzip, const HuffmanOnly = -2
2
+ pkg compress/gzip, const HuffmanOnly ideal-int
3
+ pkg compress/zlib, const HuffmanOnly = -2
4
+ pkg compress/zlib, const HuffmanOnly ideal-int
5
+ pkg crypto/tls, const ECDSAWithP256AndSHA256 = 1027
6
+ pkg crypto/tls, const ECDSAWithP256AndSHA256 SignatureScheme
7
+ pkg crypto/tls, const ECDSAWithP384AndSHA384 = 1283
8
+ pkg crypto/tls, const ECDSAWithP384AndSHA384 SignatureScheme
9
+ pkg crypto/tls, const ECDSAWithP521AndSHA512 = 1539
10
+ pkg crypto/tls, const ECDSAWithP521AndSHA512 SignatureScheme
11
+ pkg crypto/tls, const PKCS1WithSHA1 = 513
12
+ pkg crypto/tls, const PKCS1WithSHA1 SignatureScheme
13
+ pkg crypto/tls, const PKCS1WithSHA256 = 1025
14
+ pkg crypto/tls, const PKCS1WithSHA256 SignatureScheme
15
+ pkg crypto/tls, const PKCS1WithSHA384 = 1281
16
+ pkg crypto/tls, const PKCS1WithSHA384 SignatureScheme
17
+ pkg crypto/tls, const PKCS1WithSHA512 = 1537
18
+ pkg crypto/tls, const PKCS1WithSHA512 SignatureScheme
19
+ pkg crypto/tls, const PSSWithSHA256 = 2052
20
+ pkg crypto/tls, const PSSWithSHA256 SignatureScheme
21
+ pkg crypto/tls, const PSSWithSHA384 = 2053
22
+ pkg crypto/tls, const PSSWithSHA384 SignatureScheme
23
+ pkg crypto/tls, const PSSWithSHA512 = 2054
24
+ pkg crypto/tls, const PSSWithSHA512 SignatureScheme
25
+ pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 = 49187
26
+ pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 uint16
27
+ pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 = 52393
28
+ pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 uint16
29
+ pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 = 49191
30
+ pkg crypto/tls, const TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 uint16
31
+ pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 = 52392
32
+ pkg crypto/tls, const TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 uint16
33
+ pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA256 = 60
34
+ pkg crypto/tls, const TLS_RSA_WITH_AES_128_CBC_SHA256 uint16
35
+ pkg crypto/tls, const X25519 = 29
36
+ pkg crypto/tls, const X25519 CurveID
37
+ pkg crypto/tls, method (*Config) Clone() *Config
38
+ pkg crypto/tls, method (*Conn) CloseWrite() error
39
+ pkg crypto/tls, type CertificateRequestInfo struct
40
+ pkg crypto/tls, type CertificateRequestInfo struct, AcceptableCAs [][]uint8
41
+ pkg crypto/tls, type CertificateRequestInfo struct, SignatureSchemes []SignatureScheme
42
+ pkg crypto/tls, type ClientHelloInfo struct, Conn net.Conn
43
+ pkg crypto/tls, type ClientHelloInfo struct, SignatureSchemes []SignatureScheme
44
+ pkg crypto/tls, type ClientHelloInfo struct, SupportedProtos []string
45
+ pkg crypto/tls, type ClientHelloInfo struct, SupportedVersions []uint16
46
+ pkg crypto/tls, type Config struct, GetClientCertificate func(*CertificateRequestInfo) (*Certificate, error)
47
+ pkg crypto/tls, type Config struct, GetConfigForClient func(*ClientHelloInfo) (*Config, error)
48
+ pkg crypto/tls, type Config struct, KeyLogWriter io.Writer
49
+ pkg crypto/tls, type Config struct, VerifyPeerCertificate func([][]uint8, [][]*x509.Certificate) error
50
+ pkg crypto/tls, type SignatureScheme uint16
51
+ pkg crypto/x509, const NameMismatch = 5
52
+ pkg crypto/x509, const NameMismatch InvalidReason
53
+ pkg crypto/x509, const SHA256WithRSAPSS = 13
54
+ pkg crypto/x509, const SHA256WithRSAPSS SignatureAlgorithm
55
+ pkg crypto/x509, const SHA384WithRSAPSS = 14
56
+ pkg crypto/x509, const SHA384WithRSAPSS SignatureAlgorithm
57
+ pkg crypto/x509, const SHA512WithRSAPSS = 15
58
+ pkg crypto/x509, const SHA512WithRSAPSS SignatureAlgorithm
59
+ pkg crypto/x509, type UnknownAuthorityError struct, Cert *Certificate
60
+ pkg database/sql, const LevelDefault = 0
61
+ pkg database/sql, const LevelDefault IsolationLevel
62
+ pkg database/sql, const LevelLinearizable = 7
63
+ pkg database/sql, const LevelLinearizable IsolationLevel
64
+ pkg database/sql, const LevelReadCommitted = 2
65
+ pkg database/sql, const LevelReadCommitted IsolationLevel
66
+ pkg database/sql, const LevelReadUncommitted = 1
67
+ pkg database/sql, const LevelReadUncommitted IsolationLevel
68
+ pkg database/sql, const LevelRepeatableRead = 4
69
+ pkg database/sql, const LevelRepeatableRead IsolationLevel
70
+ pkg database/sql, const LevelSerializable = 6
71
+ pkg database/sql, const LevelSerializable IsolationLevel
72
+ pkg database/sql, const LevelSnapshot = 5
73
+ pkg database/sql, const LevelSnapshot IsolationLevel
74
+ pkg database/sql, const LevelWriteCommitted = 3
75
+ pkg database/sql, const LevelWriteCommitted IsolationLevel
76
+ pkg database/sql/driver, type ConnBeginTx interface { BeginTx }
77
+ pkg database/sql/driver, type ConnBeginTx interface, BeginTx(context.Context, TxOptions) (Tx, error)
78
+ pkg database/sql/driver, type ConnPrepareContext interface { PrepareContext }
79
+ pkg database/sql/driver, type ConnPrepareContext interface, PrepareContext(context.Context, string) (Stmt, error)
80
+ pkg database/sql/driver, type ExecerContext interface { ExecContext }
81
+ pkg database/sql/driver, type ExecerContext interface, ExecContext(context.Context, string, []NamedValue) (Result, error)
82
+ pkg database/sql/driver, type IsolationLevel int
83
+ pkg database/sql/driver, type NamedValue struct
84
+ pkg database/sql/driver, type NamedValue struct, Name string
85
+ pkg database/sql/driver, type NamedValue struct, Ordinal int
86
+ pkg database/sql/driver, type NamedValue struct, Value Value
87
+ pkg database/sql/driver, type Pinger interface { Ping }
88
+ pkg database/sql/driver, type Pinger interface, Ping(context.Context) error
89
+ pkg database/sql/driver, type QueryerContext interface { QueryContext }
90
+ pkg database/sql/driver, type QueryerContext interface, QueryContext(context.Context, string, []NamedValue) (Rows, error)
91
+ pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface { Close, ColumnTypeDatabaseTypeName, Columns, Next }
92
+ pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Close() error
93
+ pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Columns() []string
94
+ pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, ColumnTypeDatabaseTypeName(int) string
95
+ pkg database/sql/driver, type RowsColumnTypeDatabaseTypeName interface, Next([]Value) error
96
+ pkg database/sql/driver, type RowsColumnTypeLength interface { Close, ColumnTypeLength, Columns, Next }
97
+ pkg database/sql/driver, type RowsColumnTypeLength interface, Close() error
98
+ pkg database/sql/driver, type RowsColumnTypeLength interface, Columns() []string
99
+ pkg database/sql/driver, type RowsColumnTypeLength interface, ColumnTypeLength(int) (int64, bool)
100
+ pkg database/sql/driver, type RowsColumnTypeLength interface, Next([]Value) error
101
+ pkg database/sql/driver, type RowsColumnTypeNullable interface { Close, ColumnTypeNullable, Columns, Next }
102
+ pkg database/sql/driver, type RowsColumnTypeNullable interface, Close() error
103
+ pkg database/sql/driver, type RowsColumnTypeNullable interface, Columns() []string
104
+ pkg database/sql/driver, type RowsColumnTypeNullable interface, ColumnTypeNullable(int) (bool, bool)
105
+ pkg database/sql/driver, type RowsColumnTypeNullable interface, Next([]Value) error
106
+ pkg database/sql/driver, type RowsColumnTypePrecisionScale interface { Close, ColumnTypePrecisionScale, Columns, Next }
107
+ pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Close() error
108
+ pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Columns() []string
109
+ pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, ColumnTypePrecisionScale(int) (int64, int64, bool)
110
+ pkg database/sql/driver, type RowsColumnTypePrecisionScale interface, Next([]Value) error
111
+ pkg database/sql/driver, type RowsColumnTypeScanType interface { Close, ColumnTypeScanType, Columns, Next }
112
+ pkg database/sql/driver, type RowsColumnTypeScanType interface, Close() error
113
+ pkg database/sql/driver, type RowsColumnTypeScanType interface, Columns() []string
114
+ pkg database/sql/driver, type RowsColumnTypeScanType interface, ColumnTypeScanType(int) reflect.Type
115
+ pkg database/sql/driver, type RowsColumnTypeScanType interface, Next([]Value) error
116
+ pkg database/sql/driver, type RowsNextResultSet interface { Close, Columns, HasNextResultSet, Next, NextResultSet }
117
+ pkg database/sql/driver, type RowsNextResultSet interface, Close() error
118
+ pkg database/sql/driver, type RowsNextResultSet interface, Columns() []string
119
+ pkg database/sql/driver, type RowsNextResultSet interface, HasNextResultSet() bool
120
+ pkg database/sql/driver, type RowsNextResultSet interface, NextResultSet() error
121
+ pkg database/sql/driver, type RowsNextResultSet interface, Next([]Value) error
122
+ pkg database/sql/driver, type StmtExecContext interface { ExecContext }
123
+ pkg database/sql/driver, type StmtExecContext interface, ExecContext(context.Context, []NamedValue) (Result, error)
124
+ pkg database/sql/driver, type StmtQueryContext interface { QueryContext }
125
+ pkg database/sql/driver, type StmtQueryContext interface, QueryContext(context.Context, []NamedValue) (Rows, error)
126
+ pkg database/sql/driver, type TxOptions struct
127
+ pkg database/sql/driver, type TxOptions struct, Isolation IsolationLevel
128
+ pkg database/sql/driver, type TxOptions struct, ReadOnly bool
129
+ pkg database/sql, func Named(string, interface{}) NamedArg
130
+ pkg database/sql, method (*ColumnType) DatabaseTypeName() string
131
+ pkg database/sql, method (*ColumnType) DecimalSize() (int64, int64, bool)
132
+ pkg database/sql, method (*ColumnType) Length() (int64, bool)
133
+ pkg database/sql, method (*ColumnType) Name() string
134
+ pkg database/sql, method (*ColumnType) Nullable() (bool, bool)
135
+ pkg database/sql, method (*ColumnType) ScanType() reflect.Type
136
+ pkg database/sql, method (*DB) BeginTx(context.Context, *TxOptions) (*Tx, error)
137
+ pkg database/sql, method (*DB) ExecContext(context.Context, string, ...interface{}) (Result, error)
138
+ pkg database/sql, method (*DB) PingContext(context.Context) error
139
+ pkg database/sql, method (*DB) PrepareContext(context.Context, string) (*Stmt, error)
140
+ pkg database/sql, method (*DB) QueryContext(context.Context, string, ...interface{}) (*Rows, error)
141
+ pkg database/sql, method (*DB) QueryRowContext(context.Context, string, ...interface{}) *Row
142
+ pkg database/sql, method (*Rows) ColumnTypes() ([]*ColumnType, error)
143
+ pkg database/sql, method (*Rows) NextResultSet() bool
144
+ pkg database/sql, method (*Stmt) ExecContext(context.Context, ...interface{}) (Result, error)
145
+ pkg database/sql, method (*Stmt) QueryContext(context.Context, ...interface{}) (*Rows, error)
146
+ pkg database/sql, method (*Stmt) QueryRowContext(context.Context, ...interface{}) *Row
147
+ pkg database/sql, method (*Tx) ExecContext(context.Context, string, ...interface{}) (Result, error)
148
+ pkg database/sql, method (*Tx) PrepareContext(context.Context, string) (*Stmt, error)
149
+ pkg database/sql, method (*Tx) QueryContext(context.Context, string, ...interface{}) (*Rows, error)
150
+ pkg database/sql, method (*Tx) QueryRowContext(context.Context, string, ...interface{}) *Row
151
+ pkg database/sql, method (*Tx) StmtContext(context.Context, *Stmt) *Stmt
152
+ pkg database/sql, type ColumnType struct
153
+ pkg database/sql, type IsolationLevel int
154
+ pkg database/sql, type NamedArg struct
155
+ pkg database/sql, type NamedArg struct, Name string
156
+ pkg database/sql, type NamedArg struct, Value interface{}
157
+ pkg database/sql, type TxOptions struct
158
+ pkg database/sql, type TxOptions struct, Isolation IsolationLevel
159
+ pkg database/sql, type TxOptions struct, ReadOnly bool
160
+ pkg debug/pe, method (*COFFSymbol) FullName(StringTable) (string, error)
161
+ pkg debug/pe, method (StringTable) String(uint32) (string, error)
162
+ pkg debug/pe, type File struct, COFFSymbols []COFFSymbol
163
+ pkg debug/pe, type File struct, StringTable StringTable
164
+ pkg debug/pe, type Reloc struct
165
+ pkg debug/pe, type Reloc struct, SymbolTableIndex uint32
166
+ pkg debug/pe, type Reloc struct, Type uint16
167
+ pkg debug/pe, type Reloc struct, VirtualAddress uint32
168
+ pkg debug/pe, type Section struct, Relocs []Reloc
169
+ pkg debug/pe, type StringTable []uint8
170
+ pkg encoding/base64, method (Encoding) Strict() *Encoding
171
+ pkg encoding/json, method (RawMessage) MarshalJSON() ([]uint8, error)
172
+ pkg encoding/json, type UnmarshalTypeError struct, Field string
173
+ pkg encoding/json, type UnmarshalTypeError struct, Struct string
174
+ pkg expvar, func Handler() http.Handler
175
+ pkg expvar, method (*Float) Value() float64
176
+ pkg expvar, method (Func) Value() interface{}
177
+ pkg expvar, method (*Int) Value() int64
178
+ pkg expvar, method (*String) Value() string
179
+ pkg go/doc, func IsPredeclared(string) bool
180
+ pkg go/types, func Default(Type) Type
181
+ pkg go/types, func IdenticalIgnoreTags(Type, Type) bool
182
+ pkg math/big, method (*Float) Scan(fmt.ScanState, int32) error
183
+ pkg math/big, method (*Int) Sqrt(*Int) *Int
184
+ pkg math/rand, func Uint64() uint64
185
+ pkg math/rand, method (*Rand) Uint64() uint64
186
+ pkg math/rand, type Source64 interface, Int63() int64
187
+ pkg math/rand, type Source64 interface { Int63, Seed, Uint64 }
188
+ pkg math/rand, type Source64 interface, Seed(int64)
189
+ pkg math/rand, type Source64 interface, Uint64() uint64
190
+ pkg net/http, const TrailerPrefix ideal-string
191
+ pkg net/http, const TrailerPrefix = "Trailer:"
192
+ pkg net/http/httptrace, type ClientTrace struct, TLSHandshakeDone func(tls.ConnectionState, error)
193
+ pkg net/http/httptrace, type ClientTrace struct, TLSHandshakeStart func()
194
+ pkg net/http/httputil, type ReverseProxy struct, ModifyResponse func(*http.Response) error
195
+ pkg net/http, method (*Server) Close() error
196
+ pkg net/http, method (*Server) Shutdown(context.Context) error
197
+ pkg net/http, type Pusher interface { Push }
198
+ pkg net/http, type Pusher interface, Push(string, *PushOptions) error
199
+ pkg net/http, type PushOptions struct
200
+ pkg net/http, type PushOptions struct, Header Header
201
+ pkg net/http, type PushOptions struct, Method string
202
+ pkg net/http, type Request struct, GetBody func() (io.ReadCloser, error)
203
+ pkg net/http, type Server struct, IdleTimeout time.Duration
204
+ pkg net/http, type Server struct, ReadHeaderTimeout time.Duration
205
+ pkg net/http, type Transport struct, ProxyConnectHeader Header
206
+ pkg net/http, var ErrAbortHandler error
207
+ pkg net/http, var ErrServerClosed error
208
+ pkg net/http, var NoBody noBody
209
+ pkg net/mail, func ParseDate(string) (time.Time, error)
210
+ pkg net, method (*Buffers) Read([]uint8) (int, error)
211
+ pkg net, method (*Buffers) WriteTo(io.Writer) (int64, error)
212
+ pkg net, method (*Resolver) LookupAddr(context.Context, string) ([]string, error)
213
+ pkg net, method (*Resolver) LookupCNAME(context.Context, string) (string, error)
214
+ pkg net, method (*Resolver) LookupHost(context.Context, string) ([]string, error)
215
+ pkg net, method (*Resolver) LookupIPAddr(context.Context, string) ([]IPAddr, error)
216
+ pkg net, method (*Resolver) LookupMX(context.Context, string) ([]*MX, error)
217
+ pkg net, method (*Resolver) LookupNS(context.Context, string) ([]*NS, error)
218
+ pkg net, method (*Resolver) LookupPort(context.Context, string, string) (int, error)
219
+ pkg net, method (*Resolver) LookupSRV(context.Context, string, string, string) (string, []*SRV, error)
220
+ pkg net, method (*Resolver) LookupTXT(context.Context, string) ([]string, error)
221
+ pkg net, method (*UnixListener) SetUnlinkOnClose(bool)
222
+ pkg net, type Buffers [][]uint8
223
+ pkg net, type Dialer struct, Resolver *Resolver
224
+ pkg net, type Resolver struct
225
+ pkg net, type Resolver struct, PreferGo bool
226
+ pkg net/url, func PathEscape(string) string
227
+ pkg net/url, func PathUnescape(string) (string, error)
228
+ pkg net/url, method (*URL) Hostname() string
229
+ pkg net/url, method (*URL) MarshalBinary() ([]uint8, error)
230
+ pkg net/url, method (*URL) Port() string
231
+ pkg net/url, method (*URL) UnmarshalBinary([]uint8) error
232
+ pkg net, var DefaultResolver *Resolver
233
+ pkg os, func Executable() (string, error)
234
+ pkg os, var ErrClosed error
235
+ pkg plugin, func Open(string) (*Plugin, error)
236
+ pkg plugin, method (*Plugin) Lookup(string) (Symbol, error)
237
+ pkg plugin, type Plugin struct
238
+ pkg plugin, type Symbol interface {}
239
+ pkg reflect, func Swapper(interface{}) func(int, int)
240
+ pkg runtime, func MutexProfile([]BlockProfileRecord) (int, bool)
241
+ pkg runtime, func SetMutexProfileFraction(int) int
242
+ pkg runtime, type MemStats struct, NumForcedGC uint32
243
+ pkg sort, func Slice(interface{}, func(int, int) bool)
244
+ pkg sort, func SliceIsSorted(interface{}, func(int, int) bool) bool
245
+ pkg sort, func SliceStable(interface{}, func(int, int) bool)
246
+ pkg syscall (linux-arm-cgo), func TimevalToNsec(Timeval) int64
247
+ pkg syscall (linux-arm), func TimevalToNsec(Timeval) int64
248
+ pkg syscall (openbsd-386), const SYS_KILL = 122
249
+ pkg syscall (openbsd-386-cgo), const SYS_KILL = 122
250
+ pkg syscall (openbsd-amd64), const SYS_KILL = 122
251
+ pkg syscall (openbsd-amd64-cgo), const SYS_KILL = 122
252
+ pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY = 145
253
+ pkg syscall (windows-386), const ERROR_DIR_NOT_EMPTY Errno
254
+ pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY = 145
255
+ pkg syscall (windows-amd64), const ERROR_DIR_NOT_EMPTY Errno
256
+ pkg testing, func CoverMode() string
257
+ pkg testing, func MainStart(testDeps, []InternalTest, []InternalBenchmark, []InternalExample) *M
258
+ pkg testing, method (*B) Name() string
259
+ pkg testing, method (*T) Name() string
260
+ pkg testing, type TB interface, Name() string
261
+ pkg time, func Until(Time) Duration
platform/dbops/binaries/go/go/api/go1.9.txt ADDED
@@ -0,0 +1,196 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pkg crypto, const BLAKE2b_256 = 17
2
+ pkg crypto, const BLAKE2b_256 Hash
3
+ pkg crypto, const BLAKE2b_384 = 18
4
+ pkg crypto, const BLAKE2b_384 Hash
5
+ pkg crypto, const BLAKE2b_512 = 19
6
+ pkg crypto, const BLAKE2b_512 Hash
7
+ pkg crypto, const BLAKE2s_256 = 16
8
+ pkg crypto, const BLAKE2s_256 Hash
9
+ pkg crypto/x509, type Certificate struct, ExcludedDNSDomains []string
10
+ pkg database/sql, method (*Conn) BeginTx(context.Context, *TxOptions) (*Tx, error)
11
+ pkg database/sql, method (*Conn) Close() error
12
+ pkg database/sql, method (*Conn) ExecContext(context.Context, string, ...interface{}) (Result, error)
13
+ pkg database/sql, method (*Conn) PingContext(context.Context) error
14
+ pkg database/sql, method (*Conn) PrepareContext(context.Context, string) (*Stmt, error)
15
+ pkg database/sql, method (*Conn) QueryContext(context.Context, string, ...interface{}) (*Rows, error)
16
+ pkg database/sql, method (*Conn) QueryRowContext(context.Context, string, ...interface{}) *Row
17
+ pkg database/sql, method (*DB) Conn(context.Context) (*Conn, error)
18
+ pkg database/sql, type Conn struct
19
+ pkg database/sql, type Out struct
20
+ pkg database/sql, type Out struct, Dest interface{}
21
+ pkg database/sql, type Out struct, In bool
22
+ pkg database/sql, var ErrConnDone error
23
+ pkg database/sql/driver, type NamedValueChecker interface { CheckNamedValue }
24
+ pkg database/sql/driver, type NamedValueChecker interface, CheckNamedValue(*NamedValue) error
25
+ pkg database/sql/driver, var ErrRemoveArgument error
26
+ pkg encoding/asn1, const TagNull = 5
27
+ pkg encoding/asn1, const TagNull ideal-int
28
+ pkg encoding/asn1, var NullBytes []uint8
29
+ pkg encoding/asn1, var NullRawValue RawValue
30
+ pkg encoding/base32, const NoPadding = -1
31
+ pkg encoding/base32, const NoPadding int32
32
+ pkg encoding/base32, const StdPadding = 61
33
+ pkg encoding/base32, const StdPadding int32
34
+ pkg encoding/base32, method (Encoding) WithPadding(int32) *Encoding
35
+ pkg encoding/csv, type Reader struct, ReuseRecord bool
36
+ pkg encoding/json, func Valid([]uint8) bool
37
+ pkg go/ast, type TypeSpec struct, Assign token.Pos
38
+ pkg go/types, func SizesFor(string, string) Sizes
39
+ pkg go/types, method (*TypeName) IsAlias() bool
40
+ pkg hash/fnv, func New128() hash.Hash
41
+ pkg hash/fnv, func New128a() hash.Hash
42
+ pkg html/template, const ErrPredefinedEscaper = 11
43
+ pkg html/template, const ErrPredefinedEscaper ErrorCode
44
+ pkg image/png, type Encoder struct, BufferPool EncoderBufferPool
45
+ pkg image/png, type EncoderBuffer struct
46
+ pkg image/png, type EncoderBufferPool interface { Get, Put }
47
+ pkg image/png, type EncoderBufferPool interface, Get() *EncoderBuffer
48
+ pkg image/png, type EncoderBufferPool interface, Put(*EncoderBuffer)
49
+ pkg math/big, method (*Int) IsInt64() bool
50
+ pkg math/big, method (*Int) IsUint64() bool
51
+ pkg math/big, type Word uint
52
+ pkg math/bits (darwin-amd64), const UintSize = 64
53
+ pkg math/bits (darwin-amd64-cgo), const UintSize = 64
54
+ pkg math/bits (freebsd-386), const UintSize = 32
55
+ pkg math/bits (freebsd-386-cgo), const UintSize = 32
56
+ pkg math/bits (freebsd-amd64), const UintSize = 64
57
+ pkg math/bits (freebsd-amd64-cgo), const UintSize = 64
58
+ pkg math/bits (freebsd-arm), const UintSize = 32
59
+ pkg math/bits (freebsd-arm-cgo), const UintSize = 32
60
+ pkg math/bits (linux-386), const UintSize = 32
61
+ pkg math/bits (linux-386-cgo), const UintSize = 32
62
+ pkg math/bits (linux-amd64), const UintSize = 64
63
+ pkg math/bits (linux-amd64-cgo), const UintSize = 64
64
+ pkg math/bits (linux-arm), const UintSize = 32
65
+ pkg math/bits (linux-arm-cgo), const UintSize = 32
66
+ pkg math/bits (netbsd-386), const UintSize = 32
67
+ pkg math/bits (netbsd-386-cgo), const UintSize = 32
68
+ pkg math/bits (netbsd-amd64), const UintSize = 64
69
+ pkg math/bits (netbsd-amd64-cgo), const UintSize = 64
70
+ pkg math/bits (netbsd-arm), const UintSize = 32
71
+ pkg math/bits (netbsd-arm-cgo), const UintSize = 32
72
+ pkg math/bits (netbsd-arm64), const UintSize = 64
73
+ pkg math/bits (netbsd-arm64-cgo), const UintSize = 64
74
+ pkg math/bits (openbsd-386), const UintSize = 32
75
+ pkg math/bits (openbsd-386-cgo), const UintSize = 32
76
+ pkg math/bits (openbsd-amd64), const UintSize = 64
77
+ pkg math/bits (openbsd-amd64-cgo), const UintSize = 64
78
+ pkg math/bits (windows-386), const UintSize = 32
79
+ pkg math/bits (windows-amd64), const UintSize = 64
80
+ pkg math/bits, const UintSize ideal-int
81
+ pkg math/bits, func LeadingZeros(uint) int
82
+ pkg math/bits, func LeadingZeros16(uint16) int
83
+ pkg math/bits, func LeadingZeros32(uint32) int
84
+ pkg math/bits, func LeadingZeros64(uint64) int
85
+ pkg math/bits, func LeadingZeros8(uint8) int
86
+ pkg math/bits, func Len(uint) int
87
+ pkg math/bits, func Len16(uint16) int
88
+ pkg math/bits, func Len32(uint32) int
89
+ pkg math/bits, func Len64(uint64) int
90
+ pkg math/bits, func Len8(uint8) int
91
+ pkg math/bits, func OnesCount(uint) int
92
+ pkg math/bits, func OnesCount16(uint16) int
93
+ pkg math/bits, func OnesCount32(uint32) int
94
+ pkg math/bits, func OnesCount64(uint64) int
95
+ pkg math/bits, func OnesCount8(uint8) int
96
+ pkg math/bits, func Reverse(uint) uint
97
+ pkg math/bits, func Reverse16(uint16) uint16
98
+ pkg math/bits, func Reverse32(uint32) uint32
99
+ pkg math/bits, func Reverse64(uint64) uint64
100
+ pkg math/bits, func Reverse8(uint8) uint8
101
+ pkg math/bits, func ReverseBytes(uint) uint
102
+ pkg math/bits, func ReverseBytes16(uint16) uint16
103
+ pkg math/bits, func ReverseBytes32(uint32) uint32
104
+ pkg math/bits, func ReverseBytes64(uint64) uint64
105
+ pkg math/bits, func RotateLeft(uint, int) uint
106
+ pkg math/bits, func RotateLeft16(uint16, int) uint16
107
+ pkg math/bits, func RotateLeft32(uint32, int) uint32
108
+ pkg math/bits, func RotateLeft64(uint64, int) uint64
109
+ pkg math/bits, func RotateLeft8(uint8, int) uint8
110
+ pkg math/bits, func TrailingZeros(uint) int
111
+ pkg math/bits, func TrailingZeros16(uint16) int
112
+ pkg math/bits, func TrailingZeros32(uint32) int
113
+ pkg math/bits, func TrailingZeros64(uint64) int
114
+ pkg math/bits, func TrailingZeros8(uint8) int
115
+ pkg mime, var ErrInvalidMediaParameter error
116
+ pkg mime/multipart, type FileHeader struct, Size int64
117
+ pkg mime/multipart, var ErrMessageTooLarge error
118
+ pkg net, method (*IPConn) SyscallConn() (syscall.RawConn, error)
119
+ pkg net, method (*TCPConn) SyscallConn() (syscall.RawConn, error)
120
+ pkg net, method (*UDPConn) SyscallConn() (syscall.RawConn, error)
121
+ pkg net, method (*UnixConn) SyscallConn() (syscall.RawConn, error)
122
+ pkg net, type Resolver struct, Dial func(context.Context, string, string) (Conn, error)
123
+ pkg net, type Resolver struct, StrictErrors bool
124
+ pkg net/http, func ServeTLS(net.Listener, Handler, string, string) error
125
+ pkg net/http, method (*Server) RegisterOnShutdown(func())
126
+ pkg net/http, method (*Server) ServeTLS(net.Listener, string, string) error
127
+ pkg net/http/fcgi, func ProcessEnv(*http.Request) map[string]string
128
+ pkg net/http/httptest, method (*Server) Certificate() *x509.Certificate
129
+ pkg net/http/httptest, method (*Server) Client() *http.Client
130
+ pkg reflect, func MakeMapWithSize(Type, int) Value
131
+ pkg runtime/pprof, func Do(context.Context, LabelSet, func(context.Context))
132
+ pkg runtime/pprof, func ForLabels(context.Context, func(string, string) bool)
133
+ pkg runtime/pprof, func Label(context.Context, string) (string, bool)
134
+ pkg runtime/pprof, func Labels(...string) LabelSet
135
+ pkg runtime/pprof, func SetGoroutineLabels(context.Context)
136
+ pkg runtime/pprof, func WithLabels(context.Context, LabelSet) context.Context
137
+ pkg runtime/pprof, type LabelSet struct
138
+ pkg sync, method (*Map) Delete(interface{})
139
+ pkg sync, method (*Map) Load(interface{}) (interface{}, bool)
140
+ pkg sync, method (*Map) LoadOrStore(interface{}, interface{}) (interface{}, bool)
141
+ pkg sync, method (*Map) Range(func(interface{}, interface{}) bool)
142
+ pkg sync, method (*Map) Store(interface{}, interface{})
143
+ pkg sync, type Map struct
144
+ pkg syscall (darwin-386-cgo), type Credential struct, NoSetGroups bool
145
+ pkg syscall (darwin-386), type Credential struct, NoSetGroups bool
146
+ pkg syscall (darwin-amd64-cgo), type Credential struct, NoSetGroups bool
147
+ pkg syscall (darwin-amd64), type Credential struct, NoSetGroups bool
148
+ pkg syscall (freebsd-386-cgo), func Pipe2([]int, int) error
149
+ pkg syscall (freebsd-386-cgo), type Credential struct, NoSetGroups bool
150
+ pkg syscall (freebsd-386), func Pipe2([]int, int) error
151
+ pkg syscall (freebsd-386), type Credential struct, NoSetGroups bool
152
+ pkg syscall (freebsd-amd64-cgo), func Pipe2([]int, int) error
153
+ pkg syscall (freebsd-amd64-cgo), type Credential struct, NoSetGroups bool
154
+ pkg syscall (freebsd-amd64), func Pipe2([]int, int) error
155
+ pkg syscall (freebsd-amd64), type Credential struct, NoSetGroups bool
156
+ pkg syscall (freebsd-arm-cgo), func Pipe2([]int, int) error
157
+ pkg syscall (freebsd-arm-cgo), type Credential struct, NoSetGroups bool
158
+ pkg syscall (freebsd-arm), func Pipe2([]int, int) error
159
+ pkg syscall (freebsd-arm), type Credential struct, NoSetGroups bool
160
+ pkg syscall (linux-386-cgo), type Credential struct, NoSetGroups bool
161
+ pkg syscall (linux-386-cgo), type SysProcAttr struct, AmbientCaps []uintptr
162
+ pkg syscall (linux-386), type Credential struct, NoSetGroups bool
163
+ pkg syscall (linux-386), type SysProcAttr struct, AmbientCaps []uintptr
164
+ pkg syscall (linux-amd64-cgo), type Credential struct, NoSetGroups bool
165
+ pkg syscall (linux-amd64-cgo), type SysProcAttr struct, AmbientCaps []uintptr
166
+ pkg syscall (linux-amd64), type Credential struct, NoSetGroups bool
167
+ pkg syscall (linux-amd64), type SysProcAttr struct, AmbientCaps []uintptr
168
+ pkg syscall (linux-arm-cgo), type Credential struct, NoSetGroups bool
169
+ pkg syscall (linux-arm-cgo), type SysProcAttr struct, AmbientCaps []uintptr
170
+ pkg syscall (linux-arm), type Credential struct, NoSetGroups bool
171
+ pkg syscall (linux-arm), type SysProcAttr struct, AmbientCaps []uintptr
172
+ pkg syscall (netbsd-386-cgo), type Credential struct, NoSetGroups bool
173
+ pkg syscall (netbsd-386), type Credential struct, NoSetGroups bool
174
+ pkg syscall (netbsd-amd64-cgo), type Credential struct, NoSetGroups bool
175
+ pkg syscall (netbsd-amd64), type Credential struct, NoSetGroups bool
176
+ pkg syscall (netbsd-arm-cgo), type Credential struct, NoSetGroups bool
177
+ pkg syscall (netbsd-arm), type Credential struct, NoSetGroups bool
178
+ pkg syscall (openbsd-386-cgo), type Credential struct, NoSetGroups bool
179
+ pkg syscall (openbsd-386), type Credential struct, NoSetGroups bool
180
+ pkg syscall (openbsd-amd64-cgo), type Credential struct, NoSetGroups bool
181
+ pkg syscall (openbsd-amd64), type Credential struct, NoSetGroups bool
182
+ pkg syscall (windows-386), const WSAECONNABORTED = 10053
183
+ pkg syscall (windows-386), const WSAECONNABORTED Errno
184
+ pkg syscall (windows-amd64), const WSAECONNABORTED = 10053
185
+ pkg syscall (windows-amd64), const WSAECONNABORTED Errno
186
+ pkg syscall, type Conn interface { SyscallConn }
187
+ pkg syscall, type Conn interface, SyscallConn() (RawConn, error)
188
+ pkg syscall, type RawConn interface { Control, Read, Write }
189
+ pkg syscall, type RawConn interface, Control(func(uintptr)) error
190
+ pkg syscall, type RawConn interface, Read(func(uintptr) bool) error
191
+ pkg syscall, type RawConn interface, Write(func(uintptr) bool) error
192
+ pkg testing, method (*B) Helper()
193
+ pkg testing, method (*T) Helper()
194
+ pkg testing, type TB interface, Helper()
195
+ pkg time, method (Duration) Round(Duration) Duration
196
+ pkg time, method (Duration) Truncate(Duration) Duration
platform/dbops/binaries/go/go/api/go1.txt ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/go/go/bin/go ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4565f55b45b9c06b8f0b12c26d48edf0e0e62906991b3ee0e5a75fc81d0c116d
3
+ size 12684651
platform/dbops/binaries/go/go/bin/gofmt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c44c2d06ed2ff6e0cc0246009c53d10f8f17795833b17b95627cd20363834396
3
+ size 2614924
platform/dbops/binaries/go/go/codereview.cfg ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ branch: release-branch.go1.22
2
+ parent-branch: master
platform/dbops/binaries/go/go/doc/asm.html ADDED
@@ -0,0 +1,1073 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--{
2
+ "Title": "A Quick Guide to Go's Assembler",
3
+ "Path": "/doc/asm"
4
+ }-->
5
+
6
+ <h2 id="introduction">A Quick Guide to Go's Assembler</h2>
7
+
8
+ <p>
9
+ This document is a quick outline of the unusual form of assembly language used by the <code>gc</code> Go compiler.
10
+ The document is not comprehensive.
11
+ </p>
12
+
13
+ <p>
14
+ The assembler is based on the input style of the Plan 9 assemblers, which is documented in detail
15
+ <a href="https://9p.io/sys/doc/asm.html">elsewhere</a>.
16
+ If you plan to write assembly language, you should read that document although much of it is Plan 9-specific.
17
+ The current document provides a summary of the syntax and the differences with
18
+ what is explained in that document, and
19
+ describes the peculiarities that apply when writing assembly code to interact with Go.
20
+ </p>
21
+
22
+ <p>
23
+ The most important thing to know about Go's assembler is that it is not a direct representation of the underlying machine.
24
+ Some of the details map precisely to the machine, but some do not.
25
+ This is because the compiler suite (see
26
+ <a href="https://9p.io/sys/doc/compiler.html">this description</a>)
27
+ needs no assembler pass in the usual pipeline.
28
+ Instead, the compiler operates on a kind of semi-abstract instruction set,
29
+ and instruction selection occurs partly after code generation.
30
+ The assembler works on the semi-abstract form, so
31
+ when you see an instruction like <code>MOV</code>
32
+ what the toolchain actually generates for that operation might
33
+ not be a move instruction at all, perhaps a clear or load.
34
+ Or it might correspond exactly to the machine instruction with that name.
35
+ In general, machine-specific operations tend to appear as themselves, while more general concepts like
36
+ memory move and subroutine call and return are more abstract.
37
+ The details vary with architecture, and we apologize for the imprecision; the situation is not well-defined.
38
+ </p>
39
+
40
+ <p>
41
+ The assembler program is a way to parse a description of that
42
+ semi-abstract instruction set and turn it into instructions to be
43
+ input to the linker.
44
+ If you want to see what the instructions look like in assembly for a given architecture, say amd64, there
45
+ are many examples in the sources of the standard library, in packages such as
46
+ <a href="/pkg/runtime/"><code>runtime</code></a> and
47
+ <a href="/pkg/math/big/"><code>math/big</code></a>.
48
+ You can also examine what the compiler emits as assembly code
49
+ (the actual output may differ from what you see here):
50
+ </p>
51
+
52
+ <pre>
53
+ $ cat x.go
54
+ package main
55
+
56
+ func main() {
57
+ println(3)
58
+ }
59
+ $ GOOS=linux GOARCH=amd64 go tool compile -S x.go # or: go build -gcflags -S x.go
60
+ "".main STEXT size=74 args=0x0 locals=0x10
61
+ 0x0000 00000 (x.go:3) TEXT "".main(SB), $16-0
62
+ 0x0000 00000 (x.go:3) MOVQ (TLS), CX
63
+ 0x0009 00009 (x.go:3) CMPQ SP, 16(CX)
64
+ 0x000d 00013 (x.go:3) JLS 67
65
+ 0x000f 00015 (x.go:3) SUBQ $16, SP
66
+ 0x0013 00019 (x.go:3) MOVQ BP, 8(SP)
67
+ 0x0018 00024 (x.go:3) LEAQ 8(SP), BP
68
+ 0x001d 00029 (x.go:3) FUNCDATA $0, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
69
+ 0x001d 00029 (x.go:3) FUNCDATA $1, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
70
+ 0x001d 00029 (x.go:3) FUNCDATA $2, gclocals·33cdeccccebe80329f1fdbee7f5874cb(SB)
71
+ 0x001d 00029 (x.go:4) PCDATA $0, $0
72
+ 0x001d 00029 (x.go:4) PCDATA $1, $0
73
+ 0x001d 00029 (x.go:4) CALL runtime.printlock(SB)
74
+ 0x0022 00034 (x.go:4) MOVQ $3, (SP)
75
+ 0x002a 00042 (x.go:4) CALL runtime.printint(SB)
76
+ 0x002f 00047 (x.go:4) CALL runtime.printnl(SB)
77
+ 0x0034 00052 (x.go:4) CALL runtime.printunlock(SB)
78
+ 0x0039 00057 (x.go:5) MOVQ 8(SP), BP
79
+ 0x003e 00062 (x.go:5) ADDQ $16, SP
80
+ 0x0042 00066 (x.go:5) RET
81
+ 0x0043 00067 (x.go:5) NOP
82
+ 0x0043 00067 (x.go:3) PCDATA $1, $-1
83
+ 0x0043 00067 (x.go:3) PCDATA $0, $-1
84
+ 0x0043 00067 (x.go:3) CALL runtime.morestack_noctxt(SB)
85
+ 0x0048 00072 (x.go:3) JMP 0
86
+ ...
87
+ </pre>
88
+
89
+ <p>
90
+ The <code>FUNCDATA</code> and <code>PCDATA</code> directives contain information
91
+ for use by the garbage collector; they are introduced by the compiler.
92
+ </p>
93
+
94
+ <p>
95
+ To see what gets put in the binary after linking, use <code>go tool objdump</code>:
96
+ </p>
97
+
98
+ <pre>
99
+ $ go build -o x.exe x.go
100
+ $ go tool objdump -s main.main x.exe
101
+ TEXT main.main(SB) /tmp/x.go
102
+ x.go:3 0x10501c0 65488b0c2530000000 MOVQ GS:0x30, CX
103
+ x.go:3 0x10501c9 483b6110 CMPQ 0x10(CX), SP
104
+ x.go:3 0x10501cd 7634 JBE 0x1050203
105
+ x.go:3 0x10501cf 4883ec10 SUBQ $0x10, SP
106
+ x.go:3 0x10501d3 48896c2408 MOVQ BP, 0x8(SP)
107
+ x.go:3 0x10501d8 488d6c2408 LEAQ 0x8(SP), BP
108
+ x.go:4 0x10501dd e86e45fdff CALL runtime.printlock(SB)
109
+ x.go:4 0x10501e2 48c7042403000000 MOVQ $0x3, 0(SP)
110
+ x.go:4 0x10501ea e8e14cfdff CALL runtime.printint(SB)
111
+ x.go:4 0x10501ef e8ec47fdff CALL runtime.printnl(SB)
112
+ x.go:4 0x10501f4 e8d745fdff CALL runtime.printunlock(SB)
113
+ x.go:5 0x10501f9 488b6c2408 MOVQ 0x8(SP), BP
114
+ x.go:5 0x10501fe 4883c410 ADDQ $0x10, SP
115
+ x.go:5 0x1050202 c3 RET
116
+ x.go:3 0x1050203 e83882ffff CALL runtime.morestack_noctxt(SB)
117
+ x.go:3 0x1050208 ebb6 JMP main.main(SB)
118
+ </pre>
119
+
120
+ <h3 id="constants">Constants</h3>
121
+
122
+ <p>
123
+ Although the assembler takes its guidance from the Plan 9 assemblers,
124
+ it is a distinct program, so there are some differences.
125
+ One is in constant evaluation.
126
+ Constant expressions in the assembler are parsed using Go's operator
127
+ precedence, not the C-like precedence of the original.
128
+ Thus <code>3&amp;1&lt;&lt;2</code> is 4, not 0—it parses as <code>(3&amp;1)&lt;&lt;2</code>
129
+ not <code>3&amp;(1&lt;&lt;2)</code>.
130
+ Also, constants are always evaluated as 64-bit unsigned integers.
131
+ Thus <code>-2</code> is not the integer value minus two,
132
+ but the unsigned 64-bit integer with the same bit pattern.
133
+ The distinction rarely matters but
134
+ to avoid ambiguity, division or right shift where the right operand's
135
+ high bit is set is rejected.
136
+ </p>
137
+
138
+ <h3 id="symbols">Symbols</h3>
139
+
140
+ <p>
141
+ Some symbols, such as <code>R1</code> or <code>LR</code>,
142
+ are predefined and refer to registers.
143
+ The exact set depends on the architecture.
144
+ </p>
145
+
146
+ <p>
147
+ There are four predeclared symbols that refer to pseudo-registers.
148
+ These are not real registers, but rather virtual registers maintained by
149
+ the toolchain, such as a frame pointer.
150
+ The set of pseudo-registers is the same for all architectures:
151
+ </p>
152
+
153
+ <ul>
154
+
155
+ <li>
156
+ <code>FP</code>: Frame pointer: arguments and locals.
157
+ </li>
158
+
159
+ <li>
160
+ <code>PC</code>: Program counter:
161
+ jumps and branches.
162
+ </li>
163
+
164
+ <li>
165
+ <code>SB</code>: Static base pointer: global symbols.
166
+ </li>
167
+
168
+ <li>
169
+ <code>SP</code>: Stack pointer: the highest address within the local stack frame.
170
+ </li>
171
+
172
+ </ul>
173
+
174
+ <p>
175
+ All user-defined symbols are written as offsets to the pseudo-registers
176
+ <code>FP</code> (arguments and locals) and <code>SB</code> (globals).
177
+ </p>
178
+
179
+ <p>
180
+ The <code>SB</code> pseudo-register can be thought of as the origin of memory, so the symbol <code>foo(SB)</code>
181
+ is the name <code>foo</code> as an address in memory.
182
+ This form is used to name global functions and data.
183
+ Adding <code>&lt;&gt;</code> to the name, as in <span style="white-space: nowrap"><code>foo&lt;&gt;(SB)</code></span>, makes the name
184
+ visible only in the current source file, like a top-level <code>static</code> declaration in a C file.
185
+ Adding an offset to the name refers to that offset from the symbol's address, so
186
+ <code>foo+4(SB)</code> is four bytes past the start of <code>foo</code>.
187
+ </p>
188
+
189
+ <p>
190
+ The <code>FP</code> pseudo-register is a virtual frame pointer
191
+ used to refer to function arguments.
192
+ The compilers maintain a virtual frame pointer and refer to the arguments on the stack as offsets from that pseudo-register.
193
+ Thus <code>0(FP)</code> is the first argument to the function,
194
+ <code>8(FP)</code> is the second (on a 64-bit machine), and so on.
195
+ However, when referring to a function argument this way, it is necessary to place a name
196
+ at the beginning, as in <code>first_arg+0(FP)</code> and <code>second_arg+8(FP)</code>.
197
+ (The meaning of the offset—offset from the frame pointer—distinct
198
+ from its use with <code>SB</code>, where it is an offset from the symbol.)
199
+ The assembler enforces this convention, rejecting plain <code>0(FP)</code> and <code>8(FP)</code>.
200
+ The actual name is semantically irrelevant but should be used to document
201
+ the argument's name.
202
+ It is worth stressing that <code>FP</code> is always a
203
+ pseudo-register, not a hardware
204
+ register, even on architectures with a hardware frame pointer.
205
+ </p>
206
+
207
+ <p>
208
+ For assembly functions with Go prototypes, <code>go</code> <code>vet</code> will check that the argument names
209
+ and offsets match.
210
+ On 32-bit systems, the low and high 32 bits of a 64-bit value are distinguished by adding
211
+ a <code>_lo</code> or <code>_hi</code> suffix to the name, as in <code>arg_lo+0(FP)</code> or <code>arg_hi+4(FP)</code>.
212
+ If a Go prototype does not name its result, the expected assembly name is <code>ret</code>.
213
+ </p>
214
+
215
+ <p>
216
+ The <code>SP</code> pseudo-register is a virtual stack pointer
217
+ used to refer to frame-local variables and the arguments being
218
+ prepared for function calls.
219
+ It points to the highest address within the local stack frame, so references should use negative offsets
220
+ in the range [−framesize, 0):
221
+ <code>x-8(SP)</code>, <code>y-4(SP)</code>, and so on.
222
+ </p>
223
+
224
+ <p>
225
+ On architectures with a hardware register named <code>SP</code>,
226
+ the name prefix distinguishes
227
+ references to the virtual stack pointer from references to the architectural
228
+ <code>SP</code> register.
229
+ That is, <code>x-8(SP)</code> and <code>-8(SP)</code>
230
+ are different memory locations:
231
+ the first refers to the virtual stack pointer pseudo-register,
232
+ while the second refers to the
233
+ hardware's <code>SP</code> register.
234
+ </p>
235
+
236
+ <p>
237
+ On machines where <code>SP</code> and <code>PC</code> are
238
+ traditionally aliases for a physical, numbered register,
239
+ in the Go assembler the names <code>SP</code> and <code>PC</code>
240
+ are still treated specially;
241
+ for instance, references to <code>SP</code> require a symbol,
242
+ much like <code>FP</code>.
243
+ To access the actual hardware register use the true <code>R</code> name.
244
+ For example, on the ARM architecture the hardware
245
+ <code>SP</code> and <code>PC</code> are accessible as
246
+ <code>R13</code> and <code>R15</code>.
247
+ </p>
248
+
249
+ <p>
250
+ Branches and direct jumps are always written as offsets to the PC, or as
251
+ jumps to labels:
252
+ </p>
253
+
254
+ <pre>
255
+ label:
256
+ MOVW $0, R1
257
+ JMP label
258
+ </pre>
259
+
260
+ <p>
261
+ Each label is visible only within the function in which it is defined.
262
+ It is therefore permitted for multiple functions in a file to define
263
+ and use the same label names.
264
+ Direct jumps and call instructions can target text symbols,
265
+ such as <code>name(SB)</code>, but not offsets from symbols,
266
+ such as <code>name+4(SB)</code>.
267
+ </p>
268
+
269
+ <p>
270
+ Instructions, registers, and assembler directives are always in UPPER CASE to remind you
271
+ that assembly programming is a fraught endeavor.
272
+ (Exception: the <code>g</code> register renaming on ARM.)
273
+ </p>
274
+
275
+ <p>
276
+ In Go object files and binaries, the full name of a symbol is the
277
+ package path followed by a period and the symbol name:
278
+ <code>fmt.Printf</code> or <code>math/rand.Int</code>.
279
+ Because the assembler's parser treats period and slash as punctuation,
280
+ those strings cannot be used directly as identifier names.
281
+ Instead, the assembler allows the middle dot character U+00B7
282
+ and the division slash U+2215 in identifiers and rewrites them to
283
+ plain period and slash.
284
+ Within an assembler source file, the symbols above are written as
285
+ <code>fmt·Printf</code> and <code>math∕rand·Int</code>.
286
+ The assembly listings generated by the compilers when using the <code>-S</code> flag
287
+ show the period and slash directly instead of the Unicode replacements
288
+ required by the assemblers.
289
+ </p>
290
+
291
+ <p>
292
+ Most hand-written assembly files do not include the full package path
293
+ in symbol names, because the linker inserts the package path of the current
294
+ object file at the beginning of any name starting with a period:
295
+ in an assembly source file within the math/rand package implementation,
296
+ the package's Int function can be referred to as <code>·Int</code>.
297
+ This convention avoids the need to hard-code a package's import path in its
298
+ own source code, making it easier to move the code from one location to another.
299
+ </p>
300
+
301
+ <h3 id="directives">Directives</h3>
302
+
303
+ <p>
304
+ The assembler uses various directives to bind text and data to symbol names.
305
+ For example, here is a simple complete function definition. The <code>TEXT</code>
306
+ directive declares the symbol <code>runtime·profileloop</code> and the instructions
307
+ that follow form the body of the function.
308
+ The last instruction in a <code>TEXT</code> block must be some sort of jump, usually a <code>RET</code> (pseudo-)instruction.
309
+ (If it's not, the linker will append a jump-to-itself instruction; there is no fallthrough in <code>TEXTs</code>.)
310
+ After the symbol, the arguments are flags (see below)
311
+ and the frame size, a constant (but see below):
312
+ </p>
313
+
314
+ <pre>
315
+ TEXT runtime·profileloop(SB),NOSPLIT,$8
316
+ MOVQ $runtime·profileloop1(SB), CX
317
+ MOVQ CX, 0(SP)
318
+ CALL runtime·externalthreadhandler(SB)
319
+ RET
320
+ </pre>
321
+
322
+ <p>
323
+ In the general case, the frame size is followed by an argument size, separated by a minus sign.
324
+ (It's not a subtraction, just idiosyncratic syntax.)
325
+ The frame size <code>$24-8</code> states that the function has a 24-byte frame
326
+ and is called with 8 bytes of argument, which live on the caller's frame.
327
+ If <code>NOSPLIT</code> is not specified for the <code>TEXT</code>,
328
+ the argument size must be provided.
329
+ For assembly functions with Go prototypes, <code>go</code> <code>vet</code> will check that the
330
+ argument size is correct.
331
+ </p>
332
+
333
+ <p>
334
+ Note that the symbol name uses a middle dot to separate the components and is specified as an offset from the
335
+ static base pseudo-register <code>SB</code>.
336
+ This function would be called from Go source for package <code>runtime</code> using the
337
+ simple name <code>profileloop</code>.
338
+ </p>
339
+
340
+ <p>
341
+ Global data symbols are defined by a sequence of initializing
342
+ <code>DATA</code> directives followed by a <code>GLOBL</code> directive.
343
+ Each <code>DATA</code> directive initializes a section of the
344
+ corresponding memory.
345
+ The memory not explicitly initialized is zeroed.
346
+ The general form of the <code>DATA</code> directive is
347
+
348
+ <pre>
349
+ DATA symbol+offset(SB)/width, value
350
+ </pre>
351
+
352
+ <p>
353
+ which initializes the symbol memory at the given offset and width with the given value.
354
+ The <code>DATA</code> directives for a given symbol must be written with increasing offsets.
355
+ </p>
356
+
357
+ <p>
358
+ The <code>GLOBL</code> directive declares a symbol to be global.
359
+ The arguments are optional flags and the size of the data being declared as a global,
360
+ which will have initial value all zeros unless a <code>DATA</code> directive
361
+ has initialized it.
362
+ The <code>GLOBL</code> directive must follow any corresponding <code>DATA</code> directives.
363
+ </p>
364
+
365
+ <p>
366
+ For example,
367
+ </p>
368
+
369
+ <pre>
370
+ DATA divtab&lt;&gt;+0x00(SB)/4, $0xf4f8fcff
371
+ DATA divtab&lt;&gt;+0x04(SB)/4, $0xe6eaedf0
372
+ ...
373
+ DATA divtab&lt;&gt;+0x3c(SB)/4, $0x81828384
374
+ GLOBL divtab&lt;&gt;(SB), RODATA, $64
375
+
376
+ GLOBL runtime·tlsoffset(SB), NOPTR, $4
377
+ </pre>
378
+
379
+ <p>
380
+ declares and initializes <code>divtab&lt;&gt;</code>, a read-only 64-byte table of 4-byte integer values,
381
+ and declares <code>runtime·tlsoffset</code>, a 4-byte, implicitly zeroed variable that
382
+ contains no pointers.
383
+ </p>
384
+
385
+ <p>
386
+ There may be one or two arguments to the directives.
387
+ If there are two, the first is a bit mask of flags,
388
+ which can be written as numeric expressions, added or or-ed together,
389
+ or can be set symbolically for easier absorption by a human.
390
+ Their values, defined in the standard <code>#include</code> file <code>textflag.h</code>, are:
391
+ </p>
392
+
393
+ <ul>
394
+ <li>
395
+ <code>NOPROF</code> = 1
396
+ <br>
397
+ (For <code>TEXT</code> items.)
398
+ Don't profile the marked function. This flag is deprecated.
399
+ </li>
400
+ <li>
401
+ <code>DUPOK</code> = 2
402
+ <br>
403
+ It is legal to have multiple instances of this symbol in a single binary.
404
+ The linker will choose one of the duplicates to use.
405
+ </li>
406
+ <li>
407
+ <code>NOSPLIT</code> = 4
408
+ <br>
409
+ (For <code>TEXT</code> items.)
410
+ Don't insert the preamble to check if the stack must be split.
411
+ The frame for the routine, plus anything it calls, must fit in the
412
+ spare space remaining in the current stack segment.
413
+ Used to protect routines such as the stack splitting code itself.
414
+ </li>
415
+ <li>
416
+ <code>RODATA</code> = 8
417
+ <br>
418
+ (For <code>DATA</code> and <code>GLOBL</code> items.)
419
+ Put this data in a read-only section.
420
+ </li>
421
+ <li>
422
+ <code>NOPTR</code> = 16
423
+ <br>
424
+ (For <code>DATA</code> and <code>GLOBL</code> items.)
425
+ This data contains no pointers and therefore does not need to be
426
+ scanned by the garbage collector.
427
+ </li>
428
+ <li>
429
+ <code>WRAPPER</code> = 32
430
+ <br>
431
+ (For <code>TEXT</code> items.)
432
+ This is a wrapper function and should not count as disabling <code>recover</code>.
433
+ </li>
434
+ <li>
435
+ <code>NEEDCTXT</code> = 64
436
+ <br>
437
+ (For <code>TEXT</code> items.)
438
+ This function is a closure so it uses its incoming context register.
439
+ </li>
440
+ <li>
441
+ <code>LOCAL</code> = 128
442
+ <br>
443
+ This symbol is local to the dynamic shared object.
444
+ </li>
445
+ <li>
446
+ <code>TLSBSS</code> = 256
447
+ <br>
448
+ (For <code>DATA</code> and <code>GLOBL</code> items.)
449
+ Put this data in thread local storage.
450
+ </li>
451
+ <li>
452
+ <code>NOFRAME</code> = 512
453
+ <br>
454
+ (For <code>TEXT</code> items.)
455
+ Do not insert instructions to allocate a stack frame and save/restore the return
456
+ address, even if this is not a leaf function.
457
+ Only valid on functions that declare a frame size of 0.
458
+ </li>
459
+ <li>
460
+ <code>TOPFRAME</code> = 2048
461
+ <br>
462
+ (For <code>TEXT</code> items.)
463
+ Function is the outermost frame of the call stack. Traceback should stop at this function.
464
+ </li>
465
+ </ul>
466
+
467
+ <h3 id="special-instructions">Special instructions</h3>
468
+
469
+ <p>
470
+ The <code>PCALIGN</code> pseudo-instruction is used to indicate that the next instruction should be aligned
471
+ to a specified boundary by padding with no-op instructions.
472
+ </p>
473
+
474
+ <p>
475
+ It is currently supported on arm64, amd64, ppc64, loong64 and riscv64.
476
+
477
+ For example, the start of the <code>MOVD</code> instruction below is aligned to 32 bytes:
478
+ <pre>
479
+ PCALIGN $32
480
+ MOVD $2, R0
481
+ </pre>
482
+ </p>
483
+
484
+ <h3 id="data-offsets">Interacting with Go types and constants</h3>
485
+
486
+ <p>
487
+ If a package has any .s files, then <code>go build</code> will direct
488
+ the compiler to emit a special header called <code>go_asm.h</code>,
489
+ which the .s files can then <code>#include</code>.
490
+ The file contains symbolic <code>#define</code> constants for the
491
+ offsets of Go struct fields, the sizes of Go struct types, and most
492
+ Go <code>const</code> declarations defined in the current package.
493
+ Go assembly should avoid making assumptions about the layout of Go
494
+ types and instead use these constants.
495
+ This improves the readability of assembly code, and keeps it robust to
496
+ changes in data layout either in the Go type definitions or in the
497
+ layout rules used by the Go compiler.
498
+ </p>
499
+
500
+ <p>
501
+ Constants are of the form <code>const_<i>name</i></code>.
502
+ For example, given the Go declaration <code>const bufSize =
503
+ 1024</code>, assembly code can refer to the value of this constant
504
+ as <code>const_bufSize</code>.
505
+ </p>
506
+
507
+ <p>
508
+ Field offsets are of the form <code><i>type</i>_<i>field</i></code>.
509
+ Struct sizes are of the form <code><i>type</i>__size</code>.
510
+ For example, consider the following Go definition:
511
+ </p>
512
+
513
+ <pre>
514
+ type reader struct {
515
+ buf [bufSize]byte
516
+ r int
517
+ }
518
+ </pre>
519
+
520
+ <p>
521
+ Assembly can refer to the size of this struct
522
+ as <code>reader__size</code> and the offsets of the two fields
523
+ as <code>reader_buf</code> and <code>reader_r</code>.
524
+ Hence, if register <code>R1</code> contains a pointer to
525
+ a <code>reader</code>, assembly can reference the <code>r</code> field
526
+ as <code>reader_r(R1)</code>.
527
+ </p>
528
+
529
+ <p>
530
+ If any of these <code>#define</code> names are ambiguous (for example,
531
+ a struct with a <code>_size</code> field), <code>#include
532
+ "go_asm.h"</code> will fail with a "redefinition of macro" error.
533
+ </p>
534
+
535
+ <h3 id="runtime">Runtime Coordination</h3>
536
+
537
+ <p>
538
+ For garbage collection to run correctly, the runtime must know the
539
+ location of pointers in all global data and in most stack frames.
540
+ The Go compiler emits this information when compiling Go source files,
541
+ but assembly programs must define it explicitly.
542
+ </p>
543
+
544
+ <p>
545
+ A data symbol marked with the <code>NOPTR</code> flag (see above)
546
+ is treated as containing no pointers to runtime-allocated data.
547
+ A data symbol with the <code>RODATA</code> flag
548
+ is allocated in read-only memory and is therefore treated
549
+ as implicitly marked <code>NOPTR</code>.
550
+ A data symbol with a total size smaller than a pointer
551
+ is also treated as implicitly marked <code>NOPTR</code>.
552
+ It is not possible to define a symbol containing pointers in an assembly source file;
553
+ such a symbol must be defined in a Go source file instead.
554
+ Assembly source can still refer to the symbol by name
555
+ even without <code>DATA</code> and <code>GLOBL</code> directives.
556
+ A good general rule of thumb is to define all non-<code>RODATA</code>
557
+ symbols in Go instead of in assembly.
558
+ </p>
559
+
560
+ <p>
561
+ Each function also needs annotations giving the location of
562
+ live pointers in its arguments, results, and local stack frame.
563
+ For an assembly function with no pointer results and
564
+ either no local stack frame or no function calls,
565
+ the only requirement is to define a Go prototype for the function
566
+ in a Go source file in the same package. The name of the assembly
567
+ function must not contain the package name component (for example,
568
+ function <code>Syscall</code> in package <code>syscall</code> should
569
+ use the name <code>·Syscall</code> instead of the equivalent name
570
+ <code>syscall·Syscall</code> in its <code>TEXT</code> directive).
571
+ For more complex situations, explicit annotation is needed.
572
+ These annotations use pseudo-instructions defined in the standard
573
+ <code>#include</code> file <code>funcdata.h</code>.
574
+ </p>
575
+
576
+ <p>
577
+ If a function has no arguments and no results,
578
+ the pointer information can be omitted.
579
+ This is indicated by an argument size annotation of <code>$<i>n</i>-0</code>
580
+ on the <code>TEXT</code> instruction.
581
+ Otherwise, pointer information must be provided by
582
+ a Go prototype for the function in a Go source file,
583
+ even for assembly functions not called directly from Go.
584
+ (The prototype will also let <code>go</code> <code>vet</code> check the argument references.)
585
+ At the start of the function, the arguments are assumed
586
+ to be initialized but the results are assumed uninitialized.
587
+ If the results will hold live pointers during a call instruction,
588
+ the function should start by zeroing the results and then
589
+ executing the pseudo-instruction <code>GO_RESULTS_INITIALIZED</code>.
590
+ This instruction records that the results are now initialized
591
+ and should be scanned during stack movement and garbage collection.
592
+ It is typically easier to arrange that assembly functions do not
593
+ return pointers or do not contain call instructions;
594
+ no assembly functions in the standard library use
595
+ <code>GO_RESULTS_INITIALIZED</code>.
596
+ </p>
597
+
598
+ <p>
599
+ If a function has no local stack frame,
600
+ the pointer information can be omitted.
601
+ This is indicated by a local frame size annotation of <code>$0-<i>n</i></code>
602
+ on the <code>TEXT</code> instruction.
603
+ The pointer information can also be omitted if the
604
+ function contains no call instructions.
605
+ Otherwise, the local stack frame must not contain pointers,
606
+ and the assembly must confirm this fact by executing the
607
+ pseudo-instruction <code>NO_LOCAL_POINTERS</code>.
608
+ Because stack resizing is implemented by moving the stack,
609
+ the stack pointer may change during any function call:
610
+ even pointers to stack data must not be kept in local variables.
611
+ </p>
612
+
613
+ <p>
614
+ Assembly functions should always be given Go prototypes,
615
+ both to provide pointer information for the arguments and results
616
+ and to let <code>go</code> <code>vet</code> check that
617
+ the offsets being used to access them are correct.
618
+ </p>
619
+
620
+ <h2 id="architectures">Architecture-specific details</h2>
621
+
622
+ <p>
623
+ It is impractical to list all the instructions and other details for each machine.
624
+ To see what instructions are defined for a given machine, say ARM,
625
+ look in the source for the <code>obj</code> support library for
626
+ that architecture, located in the directory <code>src/cmd/internal/obj/arm</code>.
627
+ In that directory is a file <code>a.out.go</code>; it contains
628
+ a long list of constants starting with <code>A</code>, like this:
629
+ </p>
630
+
631
+ <pre>
632
+ const (
633
+ AAND = obj.ABaseARM + obj.A_ARCHSPECIFIC + iota
634
+ AEOR
635
+ ASUB
636
+ ARSB
637
+ AADD
638
+ ...
639
+ </pre>
640
+
641
+ <p>
642
+ This is the list of instructions and their spellings as known to the assembler and linker for that architecture.
643
+ Each instruction begins with an initial capital <code>A</code> in this list, so <code>AAND</code>
644
+ represents the bitwise and instruction,
645
+ <code>AND</code> (without the leading <code>A</code>),
646
+ and is written in assembly source as <code>AND</code>.
647
+ The enumeration is mostly in alphabetical order.
648
+ (The architecture-independent <code>AXXX</code>, defined in the
649
+ <code>cmd/internal/obj</code> package,
650
+ represents an invalid instruction).
651
+ The sequence of the <code>A</code> names has nothing to do with the actual
652
+ encoding of the machine instructions.
653
+ The <code>cmd/internal/obj</code> package takes care of that detail.
654
+ </p>
655
+
656
+ <p>
657
+ The instructions for both the 386 and AMD64 architectures are listed in
658
+ <code>cmd/internal/obj/x86/a.out.go</code>.
659
+ </p>
660
+
661
+ <p>
662
+ The architectures share syntax for common addressing modes such as
663
+ <code>(R1)</code> (register indirect),
664
+ <code>4(R1)</code> (register indirect with offset), and
665
+ <code>$foo(SB)</code> (absolute address).
666
+ The assembler also supports some (not necessarily all) addressing modes
667
+ specific to each architecture.
668
+ The sections below list these.
669
+ </p>
670
+
671
+ <p>
672
+ One detail evident in the examples from the previous sections is that data in the instructions flows from left to right:
673
+ <code>MOVQ</code> <code>$0,</code> <code>CX</code> clears <code>CX</code>.
674
+ This rule applies even on architectures where the conventional notation uses the opposite direction.
675
+ </p>
676
+
677
+ <p>
678
+ Here follow some descriptions of key Go-specific details for the supported architectures.
679
+ </p>
680
+
681
+ <h3 id="x86">32-bit Intel 386</h3>
682
+
683
+ <p>
684
+ The runtime pointer to the <code>g</code> structure is maintained
685
+ through the value of an otherwise unused (as far as Go is concerned) register in the MMU.
686
+ In the runtime package, assembly code can include <code>go_tls.h</code>, which defines
687
+ an OS- and architecture-dependent macro <code>get_tls</code> for accessing this register.
688
+ The <code>get_tls</code> macro takes one argument, which is the register to load the
689
+ <code>g</code> pointer into.
690
+ </p>
691
+
692
+ <p>
693
+ For example, the sequence to load <code>g</code> and <code>m</code>
694
+ using <code>CX</code> looks like this:
695
+ </p>
696
+
697
+ <pre>
698
+ #include "go_tls.h"
699
+ #include "go_asm.h"
700
+ ...
701
+ get_tls(CX)
702
+ MOVL g(CX), AX // Move g into AX.
703
+ MOVL g_m(AX), BX // Move g.m into BX.
704
+ </pre>
705
+
706
+ <p>
707
+ The <code>get_tls</code> macro is also defined on <a href="#amd64">amd64</a>.
708
+ </p>
709
+
710
+ <p>
711
+ Addressing modes:
712
+ </p>
713
+
714
+ <ul>
715
+
716
+ <li>
717
+ <code>(DI)(BX*2)</code>: The location at address <code>DI</code> plus <code>BX*2</code>.
718
+ </li>
719
+
720
+ <li>
721
+ <code>64(DI)(BX*2)</code>: The location at address <code>DI</code> plus <code>BX*2</code> plus 64.
722
+ These modes accept only 1, 2, 4, and 8 as scale factors.
723
+ </li>
724
+
725
+ </ul>
726
+
727
+ <p>
728
+ When using the compiler and assembler's
729
+ <code>-dynlink</code> or <code>-shared</code> modes,
730
+ any load or store of a fixed memory location such as a global variable
731
+ must be assumed to overwrite <code>CX</code>.
732
+ Therefore, to be safe for use with these modes,
733
+ assembly sources should typically avoid CX except between memory references.
734
+ </p>
735
+
736
+ <h3 id="amd64">64-bit Intel 386 (a.k.a. amd64)</h3>
737
+
738
+ <p>
739
+ The two architectures behave largely the same at the assembler level.
740
+ Assembly code to access the <code>m</code> and <code>g</code>
741
+ pointers on the 64-bit version is the same as on the 32-bit 386,
742
+ except it uses <code>MOVQ</code> rather than <code>MOVL</code>:
743
+ </p>
744
+
745
+ <pre>
746
+ get_tls(CX)
747
+ MOVQ g(CX), AX // Move g into AX.
748
+ MOVQ g_m(AX), BX // Move g.m into BX.
749
+ </pre>
750
+
751
+ <p>
752
+ Register <code>BP</code> is callee-save.
753
+ The assembler automatically inserts <code>BP</code> save/restore when frame size is larger than zero.
754
+ Using <code>BP</code> as a general purpose register is allowed,
755
+ however it can interfere with sampling-based profiling.
756
+ </p>
757
+
758
+ <h3 id="arm">ARM</h3>
759
+
760
+ <p>
761
+ The registers <code>R10</code> and <code>R11</code>
762
+ are reserved by the compiler and linker.
763
+ </p>
764
+
765
+ <p>
766
+ <code>R10</code> points to the <code>g</code> (goroutine) structure.
767
+ Within assembler source code, this pointer must be referred to as <code>g</code>;
768
+ the name <code>R10</code> is not recognized.
769
+ </p>
770
+
771
+ <p>
772
+ To make it easier for people and compilers to write assembly, the ARM linker
773
+ allows general addressing forms and pseudo-operations like <code>DIV</code> or <code>MOD</code>
774
+ that may not be expressible using a single hardware instruction.
775
+ It implements these forms as multiple instructions, often using the <code>R11</code> register
776
+ to hold temporary values.
777
+ Hand-written assembly can use <code>R11</code>, but doing so requires
778
+ being sure that the linker is not also using it to implement any of the other
779
+ instructions in the function.
780
+ </p>
781
+
782
+ <p>
783
+ When defining a <code>TEXT</code>, specifying frame size <code>$-4</code>
784
+ tells the linker that this is a leaf function that does not need to save <code>LR</code> on entry.
785
+ </p>
786
+
787
+ <p>
788
+ The name <code>SP</code> always refers to the virtual stack pointer described earlier.
789
+ For the hardware register, use <code>R13</code>.
790
+ </p>
791
+
792
+ <p>
793
+ Condition code syntax is to append a period and the one- or two-letter code to the instruction,
794
+ as in <code>MOVW.EQ</code>.
795
+ Multiple codes may be appended: <code>MOVM.IA.W</code>.
796
+ The order of the code modifiers is irrelevant.
797
+ </p>
798
+
799
+ <p>
800
+ Addressing modes:
801
+ </p>
802
+
803
+ <ul>
804
+
805
+ <li>
806
+ <code>R0-&gt;16</code>
807
+ <br>
808
+ <code>R0&gt;&gt;16</code>
809
+ <br>
810
+ <code>R0&lt;&lt;16</code>
811
+ <br>
812
+ <code>R0@&gt;16</code>:
813
+ For <code>&lt;&lt;</code>, left shift <code>R0</code> by 16 bits.
814
+ The other codes are <code>-&gt;</code> (arithmetic right shift),
815
+ <code>&gt;&gt;</code> (logical right shift), and
816
+ <code>@&gt;</code> (rotate right).
817
+ </li>
818
+
819
+ <li>
820
+ <code>R0-&gt;R1</code>
821
+ <br>
822
+ <code>R0&gt;&gt;R1</code>
823
+ <br>
824
+ <code>R0&lt;&lt;R1</code>
825
+ <br>
826
+ <code>R0@&gt;R1</code>:
827
+ For <code>&lt;&lt;</code>, left shift <code>R0</code> by the count in <code>R1</code>.
828
+ The other codes are <code>-&gt;</code> (arithmetic right shift),
829
+ <code>&gt;&gt;</code> (logical right shift), and
830
+ <code>@&gt;</code> (rotate right).
831
+
832
+ </li>
833
+
834
+ <li>
835
+ <code>[R0,g,R12-R15]</code>: For multi-register instructions, the set comprising
836
+ <code>R0</code>, <code>g</code>, and <code>R12</code> through <code>R15</code> inclusive.
837
+ </li>
838
+
839
+ <li>
840
+ <code>(R5, R6)</code>: Destination register pair.
841
+ </li>
842
+
843
+ </ul>
844
+
845
+ <h3 id="arm64">ARM64</h3>
846
+
847
+ <p>
848
+ <code>R18</code> is the "platform register", reserved on the Apple platform.
849
+ To prevent accidental misuse, the register is named <code>R18_PLATFORM</code>.
850
+ <code>R27</code> and <code>R28</code> are reserved by the compiler and linker.
851
+ <code>R29</code> is the frame pointer.
852
+ <code>R30</code> is the link register.
853
+ </p>
854
+
855
+ <p>
856
+ Instruction modifiers are appended to the instruction following a period.
857
+ The only modifiers are <code>P</code> (postincrement) and <code>W</code>
858
+ (preincrement):
859
+ <code>MOVW.P</code>, <code>MOVW.W</code>
860
+ </p>
861
+
862
+ <p>
863
+ Addressing modes:
864
+ </p>
865
+
866
+ <ul>
867
+
868
+ <li>
869
+ <code>R0-&gt;16</code>
870
+ <br>
871
+ <code>R0&gt;&gt;16</code>
872
+ <br>
873
+ <code>R0&lt;&lt;16</code>
874
+ <br>
875
+ <code>R0@&gt;16</code>:
876
+ These are the same as on the 32-bit ARM.
877
+ </li>
878
+
879
+ <li>
880
+ <code>$(8&lt;&lt;12)</code>:
881
+ Left shift the immediate value <code>8</code> by <code>12</code> bits.
882
+ </li>
883
+
884
+ <li>
885
+ <code>8(R0)</code>:
886
+ Add the value of <code>R0</code> and <code>8</code>.
887
+ </li>
888
+
889
+ <li>
890
+ <code>(R2)(R0)</code>:
891
+ The location at <code>R0</code> plus <code>R2</code>.
892
+ </li>
893
+
894
+ <li>
895
+ <code>R0.UXTB</code>
896
+ <br>
897
+ <code>R0.UXTB&lt;&lt;imm</code>:
898
+ <code>UXTB</code>: extract an 8-bit value from the low-order bits of <code>R0</code> and zero-extend it to the size of <code>R0</code>.
899
+ <code>R0.UXTB&lt;&lt;imm</code>: left shift the result of <code>R0.UXTB</code> by <code>imm</code> bits.
900
+ The <code>imm</code> value can be 0, 1, 2, 3, or 4.
901
+ The other extensions include <code>UXTH</code> (16-bit), <code>UXTW</code> (32-bit), and <code>UXTX</code> (64-bit).
902
+ </li>
903
+
904
+ <li>
905
+ <code>R0.SXTB</code>
906
+ <br>
907
+ <code>R0.SXTB&lt;&lt;imm</code>:
908
+ <code>SXTB</code>: extract an 8-bit value from the low-order bits of <code>R0</code> and sign-extend it to the size of <code>R0</code>.
909
+ <code>R0.SXTB&lt;&lt;imm</code>: left shift the result of <code>R0.SXTB</code> by <code>imm</code> bits.
910
+ The <code>imm</code> value can be 0, 1, 2, 3, or 4.
911
+ The other extensions include <code>SXTH</code> (16-bit), <code>SXTW</code> (32-bit), and <code>SXTX</code> (64-bit).
912
+ </li>
913
+
914
+ <li>
915
+ <code>(R5, R6)</code>: Register pair for <code>LDAXP</code>/<code>LDP</code>/<code>LDXP</code>/<code>STLXP</code>/<code>STP</code>/<code>STP</code>.
916
+ </li>
917
+
918
+ </ul>
919
+
920
+ <p>
921
+ Reference: <a href="/pkg/cmd/internal/obj/arm64">Go ARM64 Assembly Instructions Reference Manual</a>
922
+ </p>
923
+
924
+ <h3 id="ppc64">PPC64</h3>
925
+
926
+ <p>
927
+ This assembler is used by GOARCH values ppc64 and ppc64le.
928
+ </p>
929
+
930
+ <p>
931
+ Reference: <a href="/pkg/cmd/internal/obj/ppc64">Go PPC64 Assembly Instructions Reference Manual</a>
932
+ </p>
933
+
934
+ <h3 id="s390x">IBM z/Architecture, a.k.a. s390x</h3>
935
+
936
+ <p>
937
+ The registers <code>R10</code> and <code>R11</code> are reserved.
938
+ The assembler uses them to hold temporary values when assembling some instructions.
939
+ </p>
940
+
941
+ <p>
942
+ <code>R13</code> points to the <code>g</code> (goroutine) structure.
943
+ This register must be referred to as <code>g</code>; the name <code>R13</code> is not recognized.
944
+ </p>
945
+
946
+ <p>
947
+ <code>R15</code> points to the stack frame and should typically only be accessed using the
948
+ virtual registers <code>SP</code> and <code>FP</code>.
949
+ </p>
950
+
951
+ <p>
952
+ Load- and store-multiple instructions operate on a range of registers.
953
+ The range of registers is specified by a start register and an end register.
954
+ For example, <code>LMG</code> <code>(R9),</code> <code>R5,</code> <code>R7</code> would load
955
+ <code>R5</code>, <code>R6</code> and <code>R7</code> with the 64-bit values at
956
+ <code>0(R9)</code>, <code>8(R9)</code> and <code>16(R9)</code> respectively.
957
+ </p>
958
+
959
+ <p>
960
+ Storage-and-storage instructions such as <code>MVC</code> and <code>XC</code> are written
961
+ with the length as the first argument.
962
+ For example, <code>XC</code> <code>$8,</code> <code>(R9),</code> <code>(R9)</code> would clear
963
+ eight bytes at the address specified in <code>R9</code>.
964
+ </p>
965
+
966
+ <p>
967
+ If a vector instruction takes a length or an index as an argument then it will be the
968
+ first argument.
969
+ For example, <code>VLEIF</code> <code>$1,</code> <code>$16,</code> <code>V2</code> will load
970
+ the value sixteen into index one of <code>V2</code>.
971
+ Care should be taken when using vector instructions to ensure that they are available at
972
+ runtime.
973
+ To use vector instructions a machine must have both the vector facility (bit 129 in the
974
+ facility list) and kernel support.
975
+ Without kernel support a vector instruction will have no effect (it will be equivalent
976
+ to a <code>NOP</code> instruction).
977
+ </p>
978
+
979
+ <p>
980
+ Addressing modes:
981
+ </p>
982
+
983
+ <ul>
984
+
985
+ <li>
986
+ <code>(R5)(R6*1)</code>: The location at <code>R5</code> plus <code>R6</code>.
987
+ It is a scaled mode as on the x86, but the only scale allowed is <code>1</code>.
988
+ </li>
989
+
990
+ </ul>
991
+
992
+ <h3 id="mips">MIPS, MIPS64</h3>
993
+
994
+ <p>
995
+ General purpose registers are named <code>R0</code> through <code>R31</code>,
996
+ floating point registers are <code>F0</code> through <code>F31</code>.
997
+ </p>
998
+
999
+ <p>
1000
+ <code>R30</code> is reserved to point to <code>g</code>.
1001
+ <code>R23</code> is used as a temporary register.
1002
+ </p>
1003
+
1004
+ <p>
1005
+ In a <code>TEXT</code> directive, the frame size <code>$-4</code> for MIPS or
1006
+ <code>$-8</code> for MIPS64 instructs the linker not to save <code>LR</code>.
1007
+ </p>
1008
+
1009
+ <p>
1010
+ <code>SP</code> refers to the virtual stack pointer.
1011
+ For the hardware register, use <code>R29</code>.
1012
+ </p>
1013
+
1014
+ <p>
1015
+ Addressing modes:
1016
+ </p>
1017
+
1018
+ <ul>
1019
+
1020
+ <li>
1021
+ <code>16(R1)</code>: The location at <code>R1</code> plus 16.
1022
+ </li>
1023
+
1024
+ <li>
1025
+ <code>(R1)</code>: Alias for <code>0(R1)</code>.
1026
+ </li>
1027
+
1028
+ </ul>
1029
+
1030
+ <p>
1031
+ The value of <code>GOMIPS</code> environment variable (<code>hardfloat</code> or
1032
+ <code>softfloat</code>) is made available to assembly code by predefining either
1033
+ <code>GOMIPS_hardfloat</code> or <code>GOMIPS_softfloat</code>.
1034
+ </p>
1035
+
1036
+ <p>
1037
+ The value of <code>GOMIPS64</code> environment variable (<code>hardfloat</code> or
1038
+ <code>softfloat</code>) is made available to assembly code by predefining either
1039
+ <code>GOMIPS64_hardfloat</code> or <code>GOMIPS64_softfloat</code>.
1040
+ </p>
1041
+
1042
+ <h3 id="unsupported_opcodes">Unsupported opcodes</h3>
1043
+
1044
+ <p>
1045
+ The assemblers are designed to support the compiler so not all hardware instructions
1046
+ are defined for all architectures: if the compiler doesn't generate it, it might not be there.
1047
+ If you need to use a missing instruction, there are two ways to proceed.
1048
+ One is to update the assembler to support that instruction, which is straightforward
1049
+ but only worthwhile if it's likely the instruction will be used again.
1050
+ Instead, for simple one-off cases, it's possible to use the <code>BYTE</code>
1051
+ and <code>WORD</code> directives
1052
+ to lay down explicit data into the instruction stream within a <code>TEXT</code>.
1053
+ Here's how the 386 runtime defines the 64-bit atomic load function.
1054
+ </p>
1055
+
1056
+ <pre>
1057
+ // uint64 atomicload64(uint64 volatile* addr);
1058
+ // so actually
1059
+ // void atomicload64(uint64 *res, uint64 volatile *addr);
1060
+ TEXT runtime·atomicload64(SB), NOSPLIT, $0-12
1061
+ MOVL ptr+0(FP), AX
1062
+ TESTL $7, AX
1063
+ JZ 2(PC)
1064
+ MOVL 0, AX // crash with nil ptr deref
1065
+ LEAL ret_lo+4(FP), BX
1066
+ // MOVQ (%EAX), %MM0
1067
+ BYTE $0x0f; BYTE $0x6f; BYTE $0x00
1068
+ // MOVQ %MM0, 0(%EBX)
1069
+ BYTE $0x0f; BYTE $0x7f; BYTE $0x03
1070
+ // EMMS
1071
+ BYTE $0x0F; BYTE $0x77
1072
+ RET
1073
+ </pre>
platform/dbops/binaries/go/go/doc/go1.17_spec.html ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/go/go/doc/go_mem.html ADDED
@@ -0,0 +1,977 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--{
2
+ "Title": "The Go Memory Model",
3
+ "Subtitle": "Version of June 6, 2022",
4
+ "Path": "/ref/mem"
5
+ }-->
6
+
7
+ <style>
8
+ p.rule {
9
+ font-style: italic;
10
+ }
11
+ </style>
12
+
13
+ <h2 id="introduction">Introduction</h2>
14
+
15
+ <p>
16
+ The Go memory model specifies the conditions under which
17
+ reads of a variable in one goroutine can be guaranteed to
18
+ observe values produced by writes to the same variable in a different goroutine.
19
+ </p>
20
+
21
+
22
+ <h3 id="advice">Advice</h3>
23
+
24
+ <p>
25
+ Programs that modify data being simultaneously accessed by multiple goroutines
26
+ must serialize such access.
27
+ </p>
28
+
29
+ <p>
30
+ To serialize access, protect the data with channel operations or other synchronization primitives
31
+ such as those in the <a href="/pkg/sync/"><code>sync</code></a>
32
+ and <a href="/pkg/sync/atomic/"><code>sync/atomic</code></a> packages.
33
+ </p>
34
+
35
+ <p>
36
+ If you must read the rest of this document to understand the behavior of your program,
37
+ you are being too clever.
38
+ </p>
39
+
40
+ <p>
41
+ Don't be clever.
42
+ </p>
43
+
44
+ <h3 id="overview">Informal Overview</h3>
45
+
46
+ <p>
47
+ Go approaches its memory model in much the same way as the rest of the language,
48
+ aiming to keep the semantics simple, understandable, and useful.
49
+ This section gives a general overview of the approach and should suffice for most programmers.
50
+ The memory model is specified more formally in the next section.
51
+ </p>
52
+
53
+ <p>
54
+ A <em>data race</em> is defined as
55
+ a write to a memory location happening concurrently with another read or write to that same location,
56
+ unless all the accesses involved are atomic data accesses as provided by the <code>sync/atomic</code> package.
57
+ As noted already, programmers are strongly encouraged to use appropriate synchronization
58
+ to avoid data races.
59
+ In the absence of data races, Go programs behave as if all the goroutines
60
+ were multiplexed onto a single processor.
61
+ This property is sometimes referred to as DRF-SC: data-race-free programs
62
+ execute in a sequentially consistent manner.
63
+ </p>
64
+
65
+ <p>
66
+ While programmers should write Go programs without data races,
67
+ there are limitations to what a Go implementation can do in response to a data race.
68
+ An implementation may always react to a data race by reporting the race and terminating the program.
69
+ Otherwise, each read of a single-word-sized or sub-word-sized memory location
70
+ must observe a value actually written to that location (perhaps by a concurrent executing goroutine)
71
+ and not yet overwritten.
72
+ These implementation constraints make Go more like Java or JavaScript,
73
+ in that most races have a limited number of outcomes,
74
+ and less like C and C++, where the meaning of any program with a race
75
+ is entirely undefined, and the compiler may do anything at all.
76
+ Go's approach aims to make errant programs more reliable and easier to debug,
77
+ while still insisting that races are errors and that tools can diagnose and report them.
78
+ </p>
79
+
80
+ <h2 id="model">Memory Model</h2>
81
+
82
+ <p>
83
+ The following formal definition of Go's memory model closely follows
84
+ the approach presented by Hans-J. Boehm and Sarita V. Adve in
85
+ “<a href="https://www.hpl.hp.com/techreports/2008/HPL-2008-56.pdf">Foundations of the C++ Concurrency Memory Model</a>”,
86
+ published in PLDI 2008.
87
+ The definition of data-race-free programs and the guarantee of sequential consistency
88
+ for race-free programs are equivalent to the ones in that work.
89
+ </p>
90
+
91
+ <p>
92
+ The memory model describes the requirements on program executions,
93
+ which are made up of goroutine executions,
94
+ which in turn are made up of memory operations.
95
+ </p>
96
+
97
+ <p>
98
+ A <i>memory operation</i> is modeled by four details:
99
+ </p>
100
+ <ul>
101
+ <li>its kind, indicating whether it is an ordinary data read, an ordinary data write,
102
+ or a <i>synchronizing operation</i> such as an atomic data access,
103
+ a mutex operation, or a channel operation,
104
+ <li>its location in the program,
105
+ <li>the memory location or variable being accessed, and
106
+ <li>the values read or written by the operation.
107
+ </ul>
108
+ <p>
109
+ Some memory operations are <i>read-like</i>, including read, atomic read, mutex lock, and channel receive.
110
+ Other memory operations are <i>write-like</i>, including write, atomic write, mutex unlock, channel send, and channel close.
111
+ Some, such as atomic compare-and-swap, are both read-like and write-like.
112
+ </p>
113
+
114
+ <p>
115
+ A <i>goroutine execution</i> is modeled as a set of memory operations executed by a single goroutine.
116
+ </p>
117
+
118
+ <p>
119
+ <b>Requirement 1</b>:
120
+ The memory operations in each goroutine must correspond to a correct sequential execution of that goroutine,
121
+ given the values read from and written to memory.
122
+ That execution must be consistent with the <i>sequenced before</i> relation,
123
+ defined as the partial order requirements set out by the <a href="/ref/spec">Go language specification</a>
124
+ for Go's control flow constructs as well as the <a href="/ref/spec#Order_of_evaluation">order of evaluation for expressions</a>.
125
+ </p>
126
+
127
+ <p>
128
+ A Go <i>program execution</i> is modeled as a set of goroutine executions,
129
+ together with a mapping <i>W</i> that specifies the write-like operation that each read-like operation reads from.
130
+ (Multiple executions of the same program can have different program executions.)
131
+ </p>
132
+
133
+ <p>
134
+ <b>Requirement 2</b>:
135
+ For a given program execution, the mapping <i>W</i>, when limited to synchronizing operations,
136
+ must be explainable by some implicit total order of the synchronizing operations
137
+ that is consistent with sequencing and the values read and written by those operations.
138
+ </p>
139
+
140
+ <p>
141
+ The <i>synchronized before</i> relation is a partial order on synchronizing memory operations,
142
+ derived from <i>W</i>.
143
+ If a synchronizing read-like memory operation <i>r</i>
144
+ observes a synchronizing write-like memory operation <i>w</i>
145
+ (that is, if <i>W</i>(<i>r</i>) = <i>w</i>),
146
+ then <i>w</i> is synchronized before <i>r</i>.
147
+ Informally, the synchronized before relation is a subset of the implied total order
148
+ mentioned in the previous paragraph,
149
+ limited to the information that <i>W</i> directly observes.
150
+ </p>
151
+
152
+ <p>
153
+ The <i>happens before</i> relation is defined as the transitive closure of the
154
+ union of the sequenced before and synchronized before relations.
155
+ </p>
156
+
157
+ <p>
158
+ <b>Requirement 3</b>:
159
+ For an ordinary (non-synchronizing) data read <i>r</i> on a memory location <i>x</i>,
160
+ <i>W</i>(<i>r</i>) must be a write <i>w</i> that is <i>visible</i> to <i>r</i>,
161
+ where visible means that both of the following hold:
162
+ </p>
163
+
164
+ <ol>
165
+ <li><i>w</i> happens before <i>r</i>.
166
+ <li><i>w</i> does not happen before any other write <i>w'</i> (to <i>x</i>) that happens before <i>r</i>.
167
+ </ol>
168
+
169
+ <p>
170
+ A <i>read-write data race</i> on memory location <i>x</i>
171
+ consists of a read-like memory operation <i>r</i> on <i>x</i>
172
+ and a write-like memory operation <i>w</i> on <i>x</i>,
173
+ at least one of which is non-synchronizing,
174
+ which are unordered by happens before
175
+ (that is, neither <i>r</i> happens before <i>w</i>
176
+ nor <i>w</i> happens before <i>r</i>).
177
+ </p>
178
+
179
+ <p>
180
+ A <i>write-write data race</i> on memory location <i>x</i>
181
+ consists of two write-like memory operations <i>w</i> and <i>w'</i> on <i>x</i>,
182
+ at least one of which is non-synchronizing,
183
+ which are unordered by happens before.
184
+ </p>
185
+
186
+ <p>
187
+ Note that if there are no read-write or write-write data races on memory location <i>x</i>,
188
+ then any read <i>r</i> on <i>x</i> has only one possible <i>W</i>(<i>r</i>):
189
+ the single <i>w</i> that immediately precedes it in the happens before order.
190
+ </p>
191
+
192
+ <p>
193
+ More generally, it can be shown that any Go program that is data-race-free,
194
+ meaning it has no program executions with read-write or write-write data races,
195
+ can only have outcomes explained by some sequentially consistent interleaving
196
+ of the goroutine executions.
197
+ (The proof is the same as Section 7 of Boehm and Adve's paper cited above.)
198
+ This property is called DRF-SC.
199
+ </p>
200
+
201
+ <p>
202
+ The intent of the formal definition is to match
203
+ the DRF-SC guarantee provided to race-free programs
204
+ by other languages, including C, C++, Java, JavaScript, Rust, and Swift.
205
+ </p>
206
+
207
+ <p>
208
+ Certain Go language operations such as goroutine creation and memory allocation
209
+ act as synchronization operations.
210
+ The effect of these operations on the synchronized-before partial order
211
+ is documented in the “Synchronization” section below.
212
+ Individual packages are responsible for providing similar documentation
213
+ for their own operations.
214
+ </p>
215
+
216
+ <h2 id="restrictions">Implementation Restrictions for Programs Containing Data Races</h2>
217
+
218
+ <p>
219
+ The preceding section gave a formal definition of data-race-free program execution.
220
+ This section informally describes the semantics that implementations must provide
221
+ for programs that do contain races.
222
+ </p>
223
+
224
+ <p>
225
+ Any implementation can, upon detecting a data race,
226
+ report the race and halt execution of the program.
227
+ Implementations using ThreadSanitizer
228
+ (accessed with “<code>go</code> <code>build</code> <code>-race</code>”)
229
+ do exactly this.
230
+ </p>
231
+
232
+ <p>
233
+ A read of an array, struct, or complex number
234
+ may by implemented as a read of each individual sub-value
235
+ (array element, struct field, or real/imaginary component),
236
+ in any order.
237
+ Similarly, a write of an array, struct, or complex number
238
+ may be implemented as a write of each individual sub-value,
239
+ in any order.
240
+ </p>
241
+
242
+ <p>
243
+ A read <i>r</i> of a memory location <i>x</i>
244
+ holding a value
245
+ that is not larger than a machine word must observe
246
+ some write <i>w</i> such that <i>r</i> does not happen before <i>w</i>
247
+ and there is no write <i>w'</i> such that <i>w</i> happens before <i>w'</i>
248
+ and <i>w'</i> happens before <i>r</i>.
249
+ That is, each read must observe a value written by a preceding or concurrent write.
250
+ </p>
251
+
252
+ <p>
253
+ Additionally, observation of acausal and “out of thin air” writes is disallowed.
254
+ </p>
255
+
256
+ <p>
257
+ Reads of memory locations larger than a single machine word
258
+ are encouraged but not required to meet the same semantics
259
+ as word-sized memory locations,
260
+ observing a single allowed write <i>w</i>.
261
+ For performance reasons,
262
+ implementations may instead treat larger operations
263
+ as a set of individual machine-word-sized operations
264
+ in an unspecified order.
265
+ This means that races on multiword data structures
266
+ can lead to inconsistent values not corresponding to a single write.
267
+ When the values depend on the consistency
268
+ of internal (pointer, length) or (pointer, type) pairs,
269
+ as can be the case for interface values, maps,
270
+ slices, and strings in most Go implementations,
271
+ such races can in turn lead to arbitrary memory corruption.
272
+ </p>
273
+
274
+ <p>
275
+ Examples of incorrect synchronization are given in the
276
+ “Incorrect synchronization” section below.
277
+ </p>
278
+
279
+ <p>
280
+ Examples of the limitations on implementations are given in the
281
+ “Incorrect compilation” section below.
282
+ </p>
283
+
284
+ <h2 id="synchronization">Synchronization</h2>
285
+
286
+ <h3 id="init">Initialization</h3>
287
+
288
+ <p>
289
+ Program initialization runs in a single goroutine,
290
+ but that goroutine may create other goroutines,
291
+ which run concurrently.
292
+ </p>
293
+
294
+ <p class="rule">
295
+ If a package <code>p</code> imports package <code>q</code>, the completion of
296
+ <code>q</code>'s <code>init</code> functions happens before the start of any of <code>p</code>'s.
297
+ </p>
298
+
299
+ <p class="rule">
300
+ The completion of all <code>init</code> functions is synchronized before
301
+ the start of the function <code>main.main</code>.
302
+ </p>
303
+
304
+ <h3 id="go">Goroutine creation</h3>
305
+
306
+ <p class="rule">
307
+ The <code>go</code> statement that starts a new goroutine
308
+ is synchronized before the start of the goroutine's execution.
309
+ </p>
310
+
311
+ <p>
312
+ For example, in this program:
313
+ </p>
314
+
315
+ <pre>
316
+ var a string
317
+
318
+ func f() {
319
+ print(a)
320
+ }
321
+
322
+ func hello() {
323
+ a = "hello, world"
324
+ go f()
325
+ }
326
+ </pre>
327
+
328
+ <p>
329
+ calling <code>hello</code> will print <code>"hello, world"</code>
330
+ at some point in the future (perhaps after <code>hello</code> has returned).
331
+ </p>
332
+
333
+ <h3 id="goexit">Goroutine destruction</h3>
334
+
335
+ <p>
336
+ The exit of a goroutine is not guaranteed to be synchronized before
337
+ any event in the program.
338
+ For example, in this program:
339
+ </p>
340
+
341
+ <pre>
342
+ var a string
343
+
344
+ func hello() {
345
+ go func() { a = "hello" }()
346
+ print(a)
347
+ }
348
+ </pre>
349
+
350
+ <p>
351
+ the assignment to <code>a</code> is not followed by
352
+ any synchronization event, so it is not guaranteed to be
353
+ observed by any other goroutine.
354
+ In fact, an aggressive compiler might delete the entire <code>go</code> statement.
355
+ </p>
356
+
357
+ <p>
358
+ If the effects of a goroutine must be observed by another goroutine,
359
+ use a synchronization mechanism such as a lock or channel
360
+ communication to establish a relative ordering.
361
+ </p>
362
+
363
+ <h3 id="chan">Channel communication</h3>
364
+
365
+ <p>
366
+ Channel communication is the main method of synchronization
367
+ between goroutines. Each send on a particular channel
368
+ is matched to a corresponding receive from that channel,
369
+ usually in a different goroutine.
370
+ </p>
371
+
372
+ <p class="rule">
373
+ A send on a channel is synchronized before the completion of the
374
+ corresponding receive from that channel.
375
+ </p>
376
+
377
+ <p>
378
+ This program:
379
+ </p>
380
+
381
+ <pre>
382
+ var c = make(chan int, 10)
383
+ var a string
384
+
385
+ func f() {
386
+ a = "hello, world"
387
+ c &lt;- 0
388
+ }
389
+
390
+ func main() {
391
+ go f()
392
+ &lt;-c
393
+ print(a)
394
+ }
395
+ </pre>
396
+
397
+ <p>
398
+ is guaranteed to print <code>"hello, world"</code>. The write to <code>a</code>
399
+ is sequenced before the send on <code>c</code>, which is synchronized before
400
+ the corresponding receive on <code>c</code> completes, which is sequenced before
401
+ the <code>print</code>.
402
+ </p>
403
+
404
+ <p class="rule">
405
+ The closing of a channel is synchronized before a receive that returns a zero value
406
+ because the channel is closed.
407
+ </p>
408
+
409
+ <p>
410
+ In the previous example, replacing
411
+ <code>c &lt;- 0</code> with <code>close(c)</code>
412
+ yields a program with the same guaranteed behavior.
413
+ </p>
414
+
415
+ <p class="rule">
416
+ A receive from an unbuffered channel is synchronized before the completion of
417
+ the corresponding send on that channel.
418
+ </p>
419
+
420
+ <p>
421
+ This program (as above, but with the send and receive statements swapped and
422
+ using an unbuffered channel):
423
+ </p>
424
+
425
+ <pre>
426
+ var c = make(chan int)
427
+ var a string
428
+
429
+ func f() {
430
+ a = "hello, world"
431
+ &lt;-c
432
+ }
433
+
434
+ func main() {
435
+ go f()
436
+ c &lt;- 0
437
+ print(a)
438
+ }
439
+ </pre>
440
+
441
+ <p>
442
+ is also guaranteed to print <code>"hello, world"</code>. The write to <code>a</code>
443
+ is sequenced before the receive on <code>c</code>, which is synchronized before
444
+ the corresponding send on <code>c</code> completes, which is sequenced
445
+ before the <code>print</code>.
446
+ </p>
447
+
448
+ <p>
449
+ If the channel were buffered (e.g., <code>c = make(chan int, 1)</code>)
450
+ then the program would not be guaranteed to print
451
+ <code>"hello, world"</code>. (It might print the empty string,
452
+ crash, or do something else.)
453
+ </p>
454
+
455
+ <p class="rule">
456
+ The <i>k</i>th receive on a channel with capacity <i>C</i> is synchronized before the completion of the <i>k</i>+<i>C</i>th send from that channel completes.
457
+ </p>
458
+
459
+ <p>
460
+ This rule generalizes the previous rule to buffered channels.
461
+ It allows a counting semaphore to be modeled by a buffered channel:
462
+ the number of items in the channel corresponds to the number of active uses,
463
+ the capacity of the channel corresponds to the maximum number of simultaneous uses,
464
+ sending an item acquires the semaphore, and receiving an item releases
465
+ the semaphore.
466
+ This is a common idiom for limiting concurrency.
467
+ </p>
468
+
469
+ <p>
470
+ This program starts a goroutine for every entry in the work list, but the
471
+ goroutines coordinate using the <code>limit</code> channel to ensure
472
+ that at most three are running work functions at a time.
473
+ </p>
474
+
475
+ <pre>
476
+ var limit = make(chan int, 3)
477
+
478
+ func main() {
479
+ for _, w := range work {
480
+ go func(w func()) {
481
+ limit &lt;- 1
482
+ w()
483
+ &lt;-limit
484
+ }(w)
485
+ }
486
+ select{}
487
+ }
488
+ </pre>
489
+
490
+ <h3 id="locks">Locks</h3>
491
+
492
+ <p>
493
+ The <code>sync</code> package implements two lock data types,
494
+ <code>sync.Mutex</code> and <code>sync.RWMutex</code>.
495
+ </p>
496
+
497
+ <p class="rule">
498
+ For any <code>sync.Mutex</code> or <code>sync.RWMutex</code> variable <code>l</code> and <i>n</i> &lt; <i>m</i>,
499
+ call <i>n</i> of <code>l.Unlock()</code> is synchronized before call <i>m</i> of <code>l.Lock()</code> returns.
500
+ </p>
501
+
502
+ <p>
503
+ This program:
504
+ </p>
505
+
506
+ <pre>
507
+ var l sync.Mutex
508
+ var a string
509
+
510
+ func f() {
511
+ a = "hello, world"
512
+ l.Unlock()
513
+ }
514
+
515
+ func main() {
516
+ l.Lock()
517
+ go f()
518
+ l.Lock()
519
+ print(a)
520
+ }
521
+ </pre>
522
+
523
+ <p>
524
+ is guaranteed to print <code>"hello, world"</code>.
525
+ The first call to <code>l.Unlock()</code> (in <code>f</code>) is synchronized
526
+ before the second call to <code>l.Lock()</code> (in <code>main</code>) returns,
527
+ which is sequenced before the <code>print</code>.
528
+ </p>
529
+
530
+ <p class="rule">
531
+ For any call to <code>l.RLock</code> on a <code>sync.RWMutex</code> variable <code>l</code>,
532
+ there is an <i>n</i> such that the <i>n</i>th call to <code>l.Unlock</code>
533
+ is synchronized before the return from <code>l.RLock</code>,
534
+ and the matching call to <code>l.RUnlock</code> is synchronized before the return from call <i>n</i>+1 to <code>l.Lock</code>.
535
+ </p>
536
+
537
+ <p class="rule">
538
+ A successful call to <code>l.TryLock</code> (or <code>l.TryRLock</code>)
539
+ is equivalent to a call to <code>l.Lock</code> (or <code>l.RLock</code>).
540
+ An unsuccessful call has no synchronizing effect at all.
541
+ As far as the memory model is concerned,
542
+ <code>l.TryLock</code> (or <code>l.TryRLock</code>)
543
+ may be considered to be able to return false
544
+ even when the mutex <i>l</i> is unlocked.
545
+ </p>
546
+
547
+ <h3 id="once">Once</h3>
548
+
549
+ <p>
550
+ The <code>sync</code> package provides a safe mechanism for
551
+ initialization in the presence of multiple goroutines
552
+ through the use of the <code>Once</code> type.
553
+ Multiple threads can execute <code>once.Do(f)</code> for a particular <code>f</code>,
554
+ but only one will run <code>f()</code>, and the other calls block
555
+ until <code>f()</code> has returned.
556
+ </p>
557
+
558
+ <p class="rule">
559
+ The completion of a single call of <code>f()</code> from <code>once.Do(f)</code>
560
+ is synchronized before the return of any call of <code>once.Do(f)</code>.
561
+ </p>
562
+
563
+ <p>
564
+ In this program:
565
+ </p>
566
+
567
+ <pre>
568
+ var a string
569
+ var once sync.Once
570
+
571
+ func setup() {
572
+ a = "hello, world"
573
+ }
574
+
575
+ func doprint() {
576
+ once.Do(setup)
577
+ print(a)
578
+ }
579
+
580
+ func twoprint() {
581
+ go doprint()
582
+ go doprint()
583
+ }
584
+ </pre>
585
+
586
+ <p>
587
+ calling <code>twoprint</code> will call <code>setup</code> exactly
588
+ once.
589
+ The <code>setup</code> function will complete before either call
590
+ of <code>print</code>.
591
+ The result will be that <code>"hello, world"</code> will be printed
592
+ twice.
593
+ </p>
594
+
595
+ <h3 id="atomic">Atomic Values</h3>
596
+
597
+ <p>
598
+ The APIs in the <a href="/pkg/sync/atomic/"><code>sync/atomic</code></a>
599
+ package are collectively “atomic operations”
600
+ that can be used to synchronize the execution of different goroutines.
601
+ If the effect of an atomic operation <i>A</i> is observed by atomic operation <i>B</i>,
602
+ then <i>A</i> is synchronized before <i>B</i>.
603
+ All the atomic operations executed in a program behave as though executed
604
+ in some sequentially consistent order.
605
+ </p>
606
+
607
+ <p>
608
+ The preceding definition has the same semantics as C++’s sequentially consistent atomics
609
+ and Java’s <code>volatile</code> variables.
610
+ </p>
611
+
612
+ <h3 id="finalizer">Finalizers</h3>
613
+
614
+ <p>
615
+ The <a href="/pkg/runtime/"><code>runtime</code></a> package provides
616
+ a <code>SetFinalizer</code> function that adds a finalizer to be called when
617
+ a particular object is no longer reachable by the program.
618
+ A call to <code>SetFinalizer(x, f)</code> is synchronized before the finalization call <code>f(x)</code>.
619
+ </p>
620
+
621
+ <h3 id="more">Additional Mechanisms</h3>
622
+
623
+ <p>
624
+ The <code>sync</code> package provides additional synchronization abstractions,
625
+ including <a href="/pkg/sync/#Cond">condition variables</a>,
626
+ <a href="/pkg/sync/#Map">lock-free maps</a>,
627
+ <a href="/pkg/sync/#Pool">allocation pools</a>,
628
+ and
629
+ <a href="/pkg/sync/#WaitGroup">wait groups</a>.
630
+ The documentation for each of these specifies the guarantees it
631
+ makes concerning synchronization.
632
+ </p>
633
+
634
+ <p>
635
+ Other packages that provide synchronization abstractions
636
+ should document the guarantees they make too.
637
+ </p>
638
+
639
+
640
+ <h2 id="badsync">Incorrect synchronization</h2>
641
+
642
+ <p>
643
+ Programs with races are incorrect and
644
+ can exhibit non-sequentially consistent executions.
645
+ In particular, note that a read <i>r</i> may observe the value written by any write <i>w</i>
646
+ that executes concurrently with <i>r</i>.
647
+ Even if this occurs, it does not imply that reads happening after <i>r</i>
648
+ will observe writes that happened before <i>w</i>.
649
+ </p>
650
+
651
+ <p>
652
+ In this program:
653
+ </p>
654
+
655
+ <pre>
656
+ var a, b int
657
+
658
+ func f() {
659
+ a = 1
660
+ b = 2
661
+ }
662
+
663
+ func g() {
664
+ print(b)
665
+ print(a)
666
+ }
667
+
668
+ func main() {
669
+ go f()
670
+ g()
671
+ }
672
+ </pre>
673
+
674
+ <p>
675
+ it can happen that <code>g</code> prints <code>2</code> and then <code>0</code>.
676
+ </p>
677
+
678
+ <p>
679
+ This fact invalidates a few common idioms.
680
+ </p>
681
+
682
+ <p>
683
+ Double-checked locking is an attempt to avoid the overhead of synchronization.
684
+ For example, the <code>twoprint</code> program might be
685
+ incorrectly written as:
686
+ </p>
687
+
688
+ <pre>
689
+ var a string
690
+ var done bool
691
+
692
+ func setup() {
693
+ a = "hello, world"
694
+ done = true
695
+ }
696
+
697
+ func doprint() {
698
+ if !done {
699
+ once.Do(setup)
700
+ }
701
+ print(a)
702
+ }
703
+
704
+ func twoprint() {
705
+ go doprint()
706
+ go doprint()
707
+ }
708
+ </pre>
709
+
710
+ <p>
711
+ but there is no guarantee that, in <code>doprint</code>, observing the write to <code>done</code>
712
+ implies observing the write to <code>a</code>. This
713
+ version can (incorrectly) print an empty string
714
+ instead of <code>"hello, world"</code>.
715
+ </p>
716
+
717
+ <p>
718
+ Another incorrect idiom is busy waiting for a value, as in:
719
+ </p>
720
+
721
+ <pre>
722
+ var a string
723
+ var done bool
724
+
725
+ func setup() {
726
+ a = "hello, world"
727
+ done = true
728
+ }
729
+
730
+ func main() {
731
+ go setup()
732
+ for !done {
733
+ }
734
+ print(a)
735
+ }
736
+ </pre>
737
+
738
+ <p>
739
+ As before, there is no guarantee that, in <code>main</code>,
740
+ observing the write to <code>done</code>
741
+ implies observing the write to <code>a</code>, so this program could
742
+ print an empty string too.
743
+ Worse, there is no guarantee that the write to <code>done</code> will ever
744
+ be observed by <code>main</code>, since there are no synchronization
745
+ events between the two threads. The loop in <code>main</code> is not
746
+ guaranteed to finish.
747
+ </p>
748
+
749
+ <p>
750
+ There are subtler variants on this theme, such as this program.
751
+ </p>
752
+
753
+ <pre>
754
+ type T struct {
755
+ msg string
756
+ }
757
+
758
+ var g *T
759
+
760
+ func setup() {
761
+ t := new(T)
762
+ t.msg = "hello, world"
763
+ g = t
764
+ }
765
+
766
+ func main() {
767
+ go setup()
768
+ for g == nil {
769
+ }
770
+ print(g.msg)
771
+ }
772
+ </pre>
773
+
774
+ <p>
775
+ Even if <code>main</code> observes <code>g != nil</code> and exits its loop,
776
+ there is no guarantee that it will observe the initialized
777
+ value for <code>g.msg</code>.
778
+ </p>
779
+
780
+ <p>
781
+ In all these examples, the solution is the same:
782
+ use explicit synchronization.
783
+ </p>
784
+
785
+ <h2 id="badcompiler">Incorrect compilation</h2>
786
+
787
+ <p>
788
+ The Go memory model restricts compiler optimizations as much as it does Go programs.
789
+ Some compiler optimizations that would be valid in single-threaded programs are not valid in all Go programs.
790
+ In particular, a compiler must not introduce writes that do not exist in the original program,
791
+ it must not allow a single read to observe multiple values,
792
+ and it must not allow a single write to write multiple values.
793
+ </p>
794
+
795
+ <p>
796
+ All the following examples assume that `*p` and `*q` refer to
797
+ memory locations accessible to multiple goroutines.
798
+ </p>
799
+
800
+ <p>
801
+ Not introducing data races into race-free programs means not moving
802
+ writes out of conditional statements in which they appear.
803
+ For example, a compiler must not invert the conditional in this program:
804
+ </p>
805
+
806
+ <pre>
807
+ *p = 1
808
+ if cond {
809
+ *p = 2
810
+ }
811
+ </pre>
812
+
813
+ <p>
814
+ That is, the compiler must not rewrite the program into this one:
815
+ </p>
816
+
817
+ <pre>
818
+ *p = 2
819
+ if !cond {
820
+ *p = 1
821
+ }
822
+ </pre>
823
+
824
+ <p>
825
+ If <code>cond</code> is false and another goroutine is reading <code>*p</code>,
826
+ then in the original program, the other goroutine can only observe any prior value of <code>*p</code> and <code>1</code>.
827
+ In the rewritten program, the other goroutine can observe <code>2</code>, which was previously impossible.
828
+ </p>
829
+
830
+ <p>
831
+ Not introducing data races also means not assuming that loops terminate.
832
+ For example, a compiler must in general not move the accesses to <code>*p</code> or <code>*q</code>
833
+ ahead of the loop in this program:
834
+ </p>
835
+
836
+ <pre>
837
+ n := 0
838
+ for e := list; e != nil; e = e.next {
839
+ n++
840
+ }
841
+ i := *p
842
+ *q = 1
843
+ </pre>
844
+
845
+ <p>
846
+ If <code>list</code> pointed to a cyclic list,
847
+ then the original program would never access <code>*p</code> or <code>*q</code>,
848
+ but the rewritten program would.
849
+ (Moving `*p` ahead would be safe if the compiler can prove `*p` will not panic;
850
+ moving `*q` ahead would also require the compiler proving that no other
851
+ goroutine can access `*q`.)
852
+ </p>
853
+
854
+ <p>
855
+ Not introducing data races also means not assuming that called functions
856
+ always return or are free of synchronization operations.
857
+ For example, a compiler must not move the accesses to <code>*p</code> or <code>*q</code>
858
+ ahead of the function call in this program
859
+ (at least not without direct knowledge of the precise behavior of <code>f</code>):
860
+ </p>
861
+
862
+ <pre>
863
+ f()
864
+ i := *p
865
+ *q = 1
866
+ </pre>
867
+
868
+ <p>
869
+ If the call never returned, then once again the original program
870
+ would never access <code>*p</code> or <code>*q</code>, but the rewritten program would.
871
+ And if the call contained synchronizing operations, then the original program
872
+ could establish happens before edges preceding the accesses
873
+ to <code>*p</code> and <code>*q</code>, but the rewritten program would not.
874
+ </p>
875
+
876
+ <p>
877
+ Not allowing a single read to observe multiple values means
878
+ not reloading local variables from shared memory.
879
+ For example, a compiler must not discard <code>i</code> and reload it
880
+ a second time from <code>*p</code> in this program:
881
+ </p>
882
+
883
+ <pre>
884
+ i := *p
885
+ if i &lt; 0 || i &gt;= len(funcs) {
886
+ panic("invalid function index")
887
+ }
888
+ ... complex code ...
889
+ // compiler must NOT reload i = *p here
890
+ funcs[i]()
891
+ </pre>
892
+
893
+ <p>
894
+ If the complex code needs many registers, a compiler for single-threaded programs
895
+ could discard <code>i</code> without saving a copy and then reload
896
+ <code>i = *p</code> just before
897
+ <code>funcs[i]()</code>.
898
+ A Go compiler must not, because the value of <code>*p</code> may have changed.
899
+ (Instead, the compiler could spill <code>i</code> to the stack.)
900
+ </p>
901
+
902
+ <p>
903
+ Not allowing a single write to write multiple values also means not using
904
+ the memory where a local variable will be written as temporary storage before the write.
905
+ For example, a compiler must not use <code>*p</code> as temporary storage in this program:
906
+ </p>
907
+
908
+ <pre>
909
+ *p = i + *p/2
910
+ </pre>
911
+
912
+ <p>
913
+ That is, it must not rewrite the program into this one:
914
+ </p>
915
+
916
+ <pre>
917
+ *p /= 2
918
+ *p += i
919
+ </pre>
920
+
921
+ <p>
922
+ If <code>i</code> and <code>*p</code> start equal to 2,
923
+ the original code does <code>*p = 3</code>,
924
+ so a racing thread can read only 2 or 3 from <code>*p</code>.
925
+ The rewritten code does <code>*p = 1</code> and then <code>*p = 3</code>,
926
+ allowing a racing thread to read 1 as well.
927
+ </p>
928
+
929
+ <p>
930
+ Note that all these optimizations are permitted in C/C++ compilers:
931
+ a Go compiler sharing a back end with a C/C++ compiler must take care
932
+ to disable optimizations that are invalid for Go.
933
+ </p>
934
+
935
+ <p>
936
+ Note that the prohibition on introducing data races
937
+ does not apply if the compiler can prove that the races
938
+ do not affect correct execution on the target platform.
939
+ For example, on essentially all CPUs, it is valid to rewrite
940
+ </p>
941
+
942
+ <pre>
943
+ n := 0
944
+ for i := 0; i < m; i++ {
945
+ n += *shared
946
+ }
947
+ </pre>
948
+
949
+ into:
950
+
951
+ <pre>
952
+ n := 0
953
+ local := *shared
954
+ for i := 0; i < m; i++ {
955
+ n += local
956
+ }
957
+ </pre>
958
+
959
+ <p>
960
+ provided it can be proved that <code>*shared</code> will not fault on access,
961
+ because the potential added read will not affect any existing concurrent reads or writes.
962
+ On the other hand, the rewrite would not be valid in a source-to-source translator.
963
+ </p>
964
+
965
+ <h2 id="conclusion">Conclusion</h2>
966
+
967
+ <p>
968
+ Go programmers writing data-race-free programs can rely on
969
+ sequentially consistent execution of those programs,
970
+ just as in essentially all other modern programming languages.
971
+ </p>
972
+
973
+ <p>
974
+ When it comes to programs with races,
975
+ both programmers and compilers should remember the advice:
976
+ don't be clever.
977
+ </p>
platform/dbops/binaries/go/go/doc/go_spec.html ADDED
The diff for this file is too large to render. See raw diff
 
platform/dbops/binaries/go/go/doc/godebug.md ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: "Go, Backwards Compatibility, and GODEBUG"
3
+ layout: article
4
+ ---
5
+
6
+ <!--
7
+ This document is kept in the Go repo, not x/website,
8
+ because it documents the full list of known GODEBUG settings,
9
+ which are tied to a specific release.
10
+ -->
11
+
12
+ ## Introduction {#intro}
13
+
14
+ Go's emphasis on backwards compatibility is one of its key strengths.
15
+ There are, however, times when we cannot maintain complete compatibility.
16
+ If code depends on buggy (including insecure) behavior,
17
+ then fixing the bug will break that code.
18
+ New features can also have similar impacts:
19
+ enabling the HTTP/2 use by the HTTP client broke programs
20
+ connecting to servers with buggy HTTP/2 implementations.
21
+ These kinds of changes are unavoidable and
22
+ [permitted by the Go 1 compatibility rules](/doc/go1compat).
23
+ Even so, Go provides a mechanism called GODEBUG to
24
+ reduce the impact such changes have on Go developers
25
+ using newer toolchains to compile old code.
26
+
27
+ A GODEBUG setting is a `key=value` pair
28
+ that controls the execution of certain parts of a Go program.
29
+ The environment variable `GODEBUG`
30
+ can hold a comma-separated list of these settings.
31
+ For example, if a Go program is running in an environment that contains
32
+
33
+ GODEBUG=http2client=0,http2server=0
34
+
35
+ then that Go program will disable the use of HTTP/2 by default in both
36
+ the HTTP client and the HTTP server.
37
+ It is also possible to set the default `GODEBUG` for a given program
38
+ (discussed below).
39
+
40
+ When preparing any change that is permitted by Go 1 compatibility
41
+ but may nonetheless break some existing programs,
42
+ we first engineer the change to keep as many existing programs working as possible.
43
+ For the remaining programs,
44
+ we define a new GODEBUG setting that
45
+ allows individual programs to opt back in to the old behavior.
46
+ A GODEBUG setting may not be added if doing so is infeasible,
47
+ but that should be extremely rare.
48
+
49
+ GODEBUG settings added for compatibility will be maintained
50
+ for a minimum of two years (four Go releases).
51
+ Some, such as `http2client` and `http2server`,
52
+ will be maintained much longer, even indefinitely.
53
+
54
+ When possible, each GODEBUG setting has an associated
55
+ [runtime/metrics](/pkg/runtime/metrics/) counter
56
+ named `/godebug/non-default-behavior/<name>:events`
57
+ that counts the number of times a particular program's
58
+ behavior has changed based on a non-default value
59
+ for that setting.
60
+ For example, when `GODEBUG=http2client=0` is set,
61
+ `/godebug/non-default-behavior/http2client:events`
62
+ counts the number of HTTP transports that the program
63
+ has configured without HTTP/2 support.
64
+
65
+ ## Default GODEBUG Values {#default}
66
+
67
+ When a GODEBUG setting is not listed in the environment variable,
68
+ its value is derived from three sources:
69
+ the defaults for the Go toolchain used to build the program,
70
+ amended to match the Go version listed in `go.mod`,
71
+ and then overridden by explicit `//go:debug` lines in the program.
72
+
73
+ The [GODEBUG History](#history) gives the exact defaults for each Go toolchain version.
74
+ For example, Go 1.21 introduces the `panicnil` setting,
75
+ controlling whether `panic(nil)` is allowed;
76
+ it defaults to `panicnil=0`, making `panic(nil)` a run-time error.
77
+ Using `panicnil=1` restores the behavior of Go 1.20 and earlier.
78
+
79
+ When compiling a work module or workspace that declares
80
+ an older Go version, the Go toolchain amends its defaults
81
+ to match that older Go version as closely as possible.
82
+ For example, when a Go 1.21 toolchain compiles a program,
83
+ if the work module's `go.mod` or the workspace's `go.work`
84
+ says `go` `1.20`, then the program defaults to `panicnil=1`,
85
+ matching Go 1.20 instead of Go 1.21.
86
+
87
+ Because this method of setting GODEBUG defaults was introduced only in Go 1.21,
88
+ programs listing versions of Go earlier than Go 1.20 are configured to match Go 1.20,
89
+ not the older version.
90
+
91
+ To override these defaults, a main package's source files
92
+ can include one or more `//go:debug` directives at the top of the file
93
+ (preceding the `package` statement).
94
+ Continuing the `panicnil` example, if the module or workspace is updated
95
+ to say `go` `1.21`, the program can opt back into the old `panic(nil)`
96
+ behavior by including this directive:
97
+
98
+ //go:debug panicnil=1
99
+
100
+ Starting in Go 1.21, the Go toolchain treats a `//go:debug` directive
101
+ with an unrecognized GODEBUG setting as an invalid program.
102
+ Programs with more than one `//go:debug` line for a given setting
103
+ are also treated as invalid.
104
+ (Older toolchains ignore `//go:debug` directives entirely.)
105
+
106
+ The defaults that will be compiled into a main package
107
+ are reported by the command:
108
+
109
+ {{raw `
110
+ go list -f '{{.DefaultGODEBUG}}' my/main/package
111
+ `}}
112
+
113
+ Only differences from the base Go toolchain defaults are reported.
114
+
115
+ When testing a package, `//go:debug` lines in the `*_test.go`
116
+ files are treated as directives for the test's main package.
117
+ In any other context, `//go:debug` lines are ignored by the toolchain;
118
+ `go` `vet` reports such lines as misplaced.
119
+
120
+ ## GODEBUG History {#history}
121
+
122
+ This section documents the GODEBUG settings introduced and removed in each major Go release
123
+ for compatibility reasons.
124
+ Packages or programs may define additional settings for internal debugging purposes;
125
+ for example,
126
+ see the [runtime documentation](/pkg/runtime#hdr-Environment_Variables)
127
+ and the [go command documentation](/cmd/go#hdr-Build_and_test_caching).
128
+
129
+ ### Go 1.22
130
+
131
+ Go 1.22 adds a configurable limit to control the maximum acceptable RSA key size
132
+ that can be used in TLS handshakes, controlled by the [`tlsmaxrsasize` setting](/pkg/crypto/tls#Conn.Handshake).
133
+ The default is tlsmaxrsasize=8192, limiting RSA to 8192-bit keys. To avoid
134
+ denial of service attacks, this setting and default was backported to Go
135
+ 1.19.13, Go 1.20.8, and Go 1.21.1.
136
+
137
+ Go 1.22 made it an error for a request or response read by a net/http
138
+ client or server to have an empty Content-Length header.
139
+ This behavior is controlled by the `httplaxcontentlength` setting.
140
+
141
+ Go 1.22 changed the behavior of ServeMux to accept extended
142
+ patterns and unescape both patterns and request paths by segment.
143
+ This behavior can be controlled by the
144
+ [`httpmuxgo121` setting](/pkg/net/http/#ServeMux).
145
+
146
+ Go 1.22 added the [Alias type](/pkg/go/types#Alias) to [go/types](/pkg/go/types)
147
+ for the explicit representation of [type aliases](/ref/spec#Type_declarations).
148
+ Whether the type checker produces `Alias` types or not is controlled by the
149
+ [`gotypesalias` setting](/pkg/go/types#Alias).
150
+ For Go 1.22 it defaults to `gotypesalias=0`.
151
+ For Go 1.23, `gotypealias=1` will become the default.
152
+ This setting will be removed in a future release, Go 1.24 at the earliest.
153
+
154
+ Go 1.22 changed the default minimum TLS version supported by both servers
155
+ and clients to TLS 1.2. The default can be reverted to TLS 1.0 using the
156
+ [`tls10server` setting](/pkg/crypto/tls/#Config).
157
+
158
+ Go 1.22 changed the default TLS cipher suites used by clients and servers when
159
+ not explicitly configured, removing the cipher suites which used RSA based key
160
+ exchange. The default can be revert using the [`tlsrsakex` setting](/pkg/crypto/tls/#Config).
161
+
162
+ Go 1.22 disabled
163
+ [`ConnectionState.ExportKeyingMaterial`](/pkg/crypto/tls/#ConnectionState.ExportKeyingMaterial)
164
+ when the connection supports neither TLS 1.3 nor Extended Master Secret
165
+ (implemented in Go 1.21). It can be reenabled with the [`tlsunsafeekm`
166
+ setting](/pkg/crypto/tls/#ConnectionState.ExportKeyingMaterial).
167
+
168
+ Go 1.22 changed how the runtime interacts with transparent huge pages on Linux.
169
+ In particular, a common default Linux kernel configuration can result in
170
+ significant memory overheads, and Go 1.22 no longer works around this default.
171
+ To work around this issue without adjusting kernel settings, transparent huge
172
+ pages can be disabled for Go memory with the
173
+ [`disablethp` setting](/pkg/runtime#hdr-Environment_Variable).
174
+ This behavior was backported to Go 1.21.1, but the setting is only available
175
+ starting with Go 1.21.6.
176
+ This setting may be removed in a future release, and users impacted by this issue
177
+ should adjust their Linux configuration according to the recommendations in the
178
+ [GC guide](/doc/gc-guide#Linux_transparent_huge_pages), or switch to a Linux
179
+ distribution that disables transparent huge pages altogether.
180
+
181
+ Go 1.22 added contention on runtime-internal locks to the [`mutex`
182
+ profile](/pkg/runtime/pprof#Profile). Contention on these locks is always
183
+ reported at `runtime._LostContendedRuntimeLock`. Complete stack traces of
184
+ runtime locks can be enabled with the [`runtimecontentionstacks`
185
+ setting](/pkg/runtime#hdr-Environment_Variable). These stack traces have
186
+ non-standard semantics, see setting documentation for details.
187
+
188
+ Go 1.22 added a new [`crypto/x509.Certificate`](/pkg/crypto/x509/#Certificate)
189
+ field, [`Policies`](/pkg/crypto/x509/#Certificate.Policies), which supports
190
+ certificate policy OIDs with components larger than 31 bits. By default this
191
+ field is only used during parsing, when it is populated with policy OIDs, but
192
+ not used during marshaling. It can be used to marshal these larger OIDs, instead
193
+ of the existing PolicyIdentifiers field, by using the
194
+ [`x509usepolicies` setting.](/pkg/crypto/x509/#CreateCertificate).
195
+
196
+
197
+ ### Go 1.21
198
+
199
+ Go 1.21 made it a run-time error to call `panic` with a nil interface value,
200
+ controlled by the [`panicnil` setting](/pkg/builtin/#panic).
201
+
202
+ Go 1.21 made it an error for html/template actions to appear inside of an ECMAScript 6
203
+ template literal, controlled by the
204
+ [`jstmpllitinterp` setting](/pkg/html/template#hdr-Security_Model).
205
+ This behavior was backported to Go 1.19.8+ and Go 1.20.3+.
206
+
207
+ Go 1.21 introduced a limit on the maximum number of MIME headers and multipart
208
+ forms, controlled by the
209
+ [`multipartmaxheaders` and `multipartmaxparts` settings](/pkg/mime/multipart#hdr-Limits)
210
+ respectively.
211
+ This behavior was backported to Go 1.19.8+ and Go 1.20.3+.
212
+
213
+ Go 1.21 adds the support of Multipath TCP but it is only used if the application
214
+ explicitly asked for it. This behavior can be controlled by the
215
+ [`multipathtcp` setting](/pkg/net#Dialer.SetMultipathTCP).
216
+
217
+ There is no plan to remove any of these settings.
218
+
219
+ ### Go 1.20
220
+
221
+ Go 1.20 introduced support for rejecting insecure paths in tar and zip archives,
222
+ controlled by the [`tarinsecurepath` setting](/pkg/archive/tar/#Reader.Next)
223
+ and the [`zipinsecurepath` setting](/pkg/archive/zip/#NewReader).
224
+ These default to `tarinsecurepath=1` and `zipinsecurepath=1`,
225
+ preserving the behavior of earlier versions of Go.
226
+ A future version of Go may change the defaults to
227
+ `tarinsecurepath=0` and `zipinsecurepath=0`.
228
+
229
+ Go 1.20 introduced automatic seeding of the
230
+ [`math/rand`](/pkg/math/rand) global random number generator,
231
+ controlled by the [`randautoseed` setting](/pkg/math/rand/#Seed).
232
+
233
+ Go 1.20 introduced the concept of fallback roots for use during certificate verification,
234
+ controlled by the [`x509usefallbackroots` setting](/pkg/crypto/x509/#SetFallbackRoots).
235
+
236
+ Go 1.20 removed the preinstalled `.a` files for the standard library
237
+ from the Go distribution.
238
+ Installations now build and cache the standard library like
239
+ packages in other modules.
240
+ The [`installgoroot` setting](/cmd/go#hdr-Compile_and_install_packages_and_dependencies)
241
+ restores the installation and use of preinstalled `.a` files.
242
+
243
+ There is no plan to remove any of these settings.
244
+
245
+ ### Go 1.19
246
+
247
+ Go 1.19 made it an error for path lookups to resolve to binaries in the current directory,
248
+ controlled by the [`execerrdot` setting](/pkg/os/exec#hdr-Executables_in_the_current_directory).
249
+ There is no plan to remove this setting.
250
+
251
+ Go 1.19 started sending EDNS0 additional headers on DNS requests.
252
+ This can reportedly break the DNS server provided on some routers,
253
+ such as CenturyLink Zyxel C3000Z.
254
+ This can be changed by the [`netedns0` setting](/pkg/net#hdr-Name_Resolution).
255
+ This setting is available in Go 1.21.12, Go 1.22.5, Go 1.23, and later.
256
+ There is no plan to remove this setting.
257
+
258
+ ### Go 1.18
259
+
260
+ Go 1.18 removed support for SHA1 in most X.509 certificates,
261
+ controlled by the [`x509sha1` setting](/pkg/crypto/x509#InsecureAlgorithmError).
262
+ This setting will be removed in a future release, Go 1.22 at the earliest.
263
+
264
+ ### Go 1.10
265
+
266
+ Go 1.10 changed how build caching worked and added test caching, along
267
+ with the [`gocacheverify`, `gocachehash`, and `gocachetest` settings](/cmd/go/#hdr-Build_and_test_caching).
268
+ There is no plan to remove these settings.
269
+
270
+ ### Go 1.6
271
+
272
+ Go 1.6 introduced transparent support for HTTP/2,
273
+ controlled by the [`http2client`, `http2server`, and `http2debug` settings](/pkg/net/http/#hdr-HTTP_2).
274
+ There is no plan to remove these settings.
275
+
276
+ ### Go 1.5
277
+
278
+ Go 1.5 introduced a pure Go DNS resolver,
279
+ controlled by the [`netdns` setting](/pkg/net/#hdr-Name_Resolution).
280
+ There is no plan to remove this setting.
platform/dbops/binaries/go/go/go.env ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file contains the initial defaults for go command configuration.
2
+ # Values set by 'go env -w' and written to the user's go/env file override these.
3
+ # The environment overrides everything else.
4
+
5
+ # Use the Go module mirror and checksum database by default.
6
+ # See https://proxy.golang.org for details.
7
+ GOPROXY=https://proxy.golang.org,direct
8
+ GOSUMDB=sum.golang.org
9
+
10
+ # Automatically download newer toolchains as directed by go.mod files.
11
+ # See https://go.dev/doc/toolchain for details.
12
+ GOTOOLCHAIN=auto
platform/dbops/binaries/go/go/misc/editors ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ For information about plugins and other support for Go in editors and shells,
2
+ see this page on the Go Wiki:
3
+
4
+ https://golang.org/wiki/IDEsAndTextEditorPlugins
5
+
platform/dbops/binaries/go/go/misc/go.mod ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ // Module misc contains binaries that pertain to specific platforms
2
+ // (Android, iOS, and WebAssembly), as well as some miscellaneous
3
+ // tests and tools.
4
+ module misc
5
+
6
+ go 1.22
platform/dbops/binaries/go/go/src/Make.dist ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright 2012 The Go Authors. All rights reserved.
2
+ # Use of this source code is governed by a BSD-style
3
+ # license that can be found in the LICENSE file.
4
+
5
+ # Run go tool dist to install a command.
6
+ # The -v causes dist to print the name of each directory as it runs.
7
+ # The -vv causes dist to print each build command as it runs.
8
+ # go tool dist clean cleans all directories, not just this one,
9
+ # but it's as close as we can get.
10
+
11
+ # Default target (first).
12
+ install:
13
+ go tool dist install -v
14
+
15
+ verbose:
16
+ go tool dist install -vv
17
+
18
+ clean:
19
+ go tool dist clean
platform/dbops/binaries/go/go/src/README.vendor ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Vendoring in std and cmd
2
+ ========================
3
+
4
+ The Go command maintains copies of external packages needed by the
5
+ standard library in the src/vendor and src/cmd/vendor directories.
6
+
7
+ There are two modules, std and cmd, defined in src/go.mod and
8
+ src/cmd/go.mod. When a package outside std or cmd is imported
9
+ by a package inside std or cmd, the import path is interpreted
10
+ as if it had a "vendor/" prefix. For example, within "crypto/tls",
11
+ an import of "golang.org/x/crypto/cryptobyte" resolves to
12
+ "vendor/golang.org/x/crypto/cryptobyte". When a package with the
13
+ same path is imported from a package outside std or cmd, it will
14
+ be resolved normally. Consequently, a binary may be built with two
15
+ copies of a package at different versions if the package is
16
+ imported normally and vendored by the standard library.
17
+
18
+ Vendored packages are internally renamed with a "vendor/" prefix
19
+ to preserve the invariant that all packages have distinct paths.
20
+ This is necessary to avoid compiler and linker conflicts. Adding
21
+ a "vendor/" prefix also maintains the invariant that standard
22
+ library packages begin with a dotless path element.
23
+
24
+ The module requirements of std and cmd do not influence version
25
+ selection in other modules. They are only considered when running
26
+ module commands like 'go get' and 'go mod vendor' from a directory
27
+ in GOROOT/src.
28
+
29
+ Maintaining vendor directories
30
+ ==============================
31
+
32
+ Before updating vendor directories, ensure that module mode is enabled.
33
+ Make sure that GO111MODULE is not set in the environment, or that it is
34
+ set to 'on' or 'auto'.
35
+
36
+ Requirements may be added, updated, and removed with 'go get'.
37
+ The vendor directory may be updated with 'go mod vendor'.
38
+ A typical sequence might be:
39
+
40
+ cd src
41
+ go get golang.org/x/net@master
42
+ go mod tidy
43
+ go mod vendor
44
+
45
+ Use caution when passing '-u' to 'go get'. The '-u' flag updates
46
+ modules providing all transitively imported packages, not only
47
+ the module providing the target package.
48
+
49
+ Note that 'go mod vendor' only copies packages that are transitively
50
+ imported by packages in the current module. If a new package is needed,
51
+ it should be imported before running 'go mod vendor'.
platform/dbops/binaries/go/go/src/all.bash ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ # Copyright 2009 The Go Authors. All rights reserved.
3
+ # Use of this source code is governed by a BSD-style
4
+ # license that can be found in the LICENSE file.
5
+
6
+ set -e
7
+ if [ ! -f make.bash ]; then
8
+ echo 'all.bash must be run from $GOROOT/src' 1>&2
9
+ exit 1
10
+ fi
11
+ . ./make.bash "$@" --no-banner
12
+ bash run.bash --no-rebuild
13
+ $GOTOOLDIR/dist banner # print build info
platform/dbops/binaries/go/go/src/all.bat ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ :: Copyright 2012 The Go Authors. All rights reserved.
2
+ :: Use of this source code is governed by a BSD-style
3
+ :: license that can be found in the LICENSE file.
4
+
5
+ @echo off
6
+
7
+ setlocal
8
+
9
+ if exist make.bat goto ok
10
+ echo all.bat must be run from go\src
11
+ :: cannot exit: would kill parent command interpreter
12
+ goto end
13
+ :ok
14
+
15
+ call .\make.bat --no-banner --no-local
16
+ if %GOBUILDFAIL%==1 goto end
17
+ call .\run.bat --no-rebuild --no-local
18
+ if %GOBUILDFAIL%==1 goto end
19
+ "%GOTOOLDIR%/dist" banner
20
+
21
+ :end
22
+ if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%
platform/dbops/binaries/go/go/src/all.rc ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/rc -e
2
+ # Copyright 2012 The Go Authors. All rights reserved.
3
+ # Use of this source code is governed by a BSD-style
4
+ # license that can be found in the LICENSE file.
5
+
6
+ rfork n
7
+
8
+ if(! test -f make.rc){
9
+ echo 'all.rc must be run from $GOROOT/src' >[1=2]
10
+ exit wrongdir
11
+ }
12
+
13
+ . ./make.rc --no-banner $*
14
+ bind -b $GOROOT/bin /bin
15
+ ./run.rc --no-rebuild
16
+ $GOTOOLDIR/dist banner # print build info
platform/dbops/binaries/go/go/src/bootstrap.bash ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ # Copyright 2015 The Go Authors. All rights reserved.
3
+ # Use of this source code is governed by a BSD-style
4
+ # license that can be found in the LICENSE file.
5
+
6
+ # When run as (for example)
7
+ #
8
+ # GOOS=linux GOARCH=ppc64 bootstrap.bash
9
+ #
10
+ # this script cross-compiles a toolchain for that GOOS/GOARCH
11
+ # combination, leaving the resulting tree in ../../go-${GOOS}-${GOARCH}-bootstrap.
12
+ # That tree can be copied to a machine of the given target type
13
+ # and used as $GOROOT_BOOTSTRAP to bootstrap a local build.
14
+ #
15
+ # Only changes that have been committed to Git (at least locally,
16
+ # not necessary reviewed and submitted to master) are included in the tree.
17
+ #
18
+ # See also golang.org/x/build/cmd/genbootstrap, which is used
19
+ # to generate bootstrap tgz files for builders.
20
+
21
+ set -e
22
+
23
+ if [ "$GOOS" = "" -o "$GOARCH" = "" ]; then
24
+ echo "usage: GOOS=os GOARCH=arch ./bootstrap.bash [-force]" >&2
25
+ exit 2
26
+ fi
27
+
28
+ forceflag=""
29
+ if [ "$1" = "-force" ]; then
30
+ forceflag=-force
31
+ shift
32
+ fi
33
+
34
+ targ="../../go-${GOOS}-${GOARCH}-bootstrap"
35
+ if [ -e $targ ]; then
36
+ echo "$targ already exists; remove before continuing"
37
+ exit 2
38
+ fi
39
+
40
+ unset GOROOT
41
+ src=$(cd .. && pwd)
42
+ echo "#### Copying to $targ"
43
+ cp -Rp "$src" "$targ"
44
+ cd "$targ"
45
+ echo
46
+ echo "#### Cleaning $targ"
47
+ chmod -R +w .
48
+ rm -f .gitignore
49
+ if [ -e .git ]; then
50
+ git clean -f -d
51
+ fi
52
+ echo
53
+ echo "#### Building $targ"
54
+ echo
55
+ cd src
56
+ ./make.bash --no-banner $forceflag
57
+ gohostos="$(../bin/go env GOHOSTOS)"
58
+ gohostarch="$(../bin/go env GOHOSTARCH)"
59
+ goos="$(../bin/go env GOOS)"
60
+ goarch="$(../bin/go env GOARCH)"
61
+
62
+ # NOTE: Cannot invoke go command after this point.
63
+ # We're about to delete all but the cross-compiled binaries.
64
+ cd ..
65
+ if [ "$goos" = "$gohostos" -a "$goarch" = "$gohostarch" ]; then
66
+ # cross-compile for local system. nothing to copy.
67
+ # useful if you've bootstrapped yourself but want to
68
+ # prepare a clean toolchain for others.
69
+ true
70
+ else
71
+ rm -f bin/go_${goos}_${goarch}_exec
72
+ mv bin/*_*/* bin
73
+ rmdir bin/*_*
74
+ rm -rf "pkg/${gohostos}_${gohostarch}" "pkg/tool/${gohostos}_${gohostarch}"
75
+ fi
76
+
77
+ rm -rf pkg/bootstrap pkg/obj .git
78
+
79
+ echo ----
80
+ echo Bootstrap toolchain for "$GOOS/$GOARCH" installed in "$(pwd)".
81
+ echo Building tbz.
82
+ cd ..
83
+ tar cf - "go-${GOOS}-${GOARCH}-bootstrap" | bzip2 -9 >"go-${GOOS}-${GOARCH}-bootstrap.tbz"
84
+ ls -l "$(pwd)/go-${GOOS}-${GOARCH}-bootstrap.tbz"
85
+ exit 0
platform/dbops/binaries/go/go/src/buildall.bash ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/usr/bin/env bash
2
+ # Copyright 2015 The Go Authors. All rights reserved.
3
+ # Use of this source code is governed by a BSD-style
4
+ # license that can be found in the LICENSE file.
5
+
6
+ # Usage: buildall.bash [-e] [pattern]
7
+ #
8
+ # buildall.bash builds the standard library for all Go-supported
9
+ # architectures.
10
+ #
11
+ # Originally the Go build system used it as a smoke test to quickly
12
+ # flag portability issues in builders named "misc-compile" or "all-compile".
13
+ # As of CL 464955, the build system uses make.bash -compile-only instead,
14
+ # so this script no longer runs in any automated fashion.
15
+ #
16
+ # Options:
17
+ # -e: stop at first failure
18
+
19
+ if [ ! -f run.bash ]; then
20
+ echo 'buildall.bash must be run from $GOROOT/src' 1>&2
21
+ exit 1
22
+ fi
23
+
24
+ sete=false
25
+ if [ "$1" = "-e" ]; then
26
+ sete=true
27
+ shift
28
+ fi
29
+
30
+ if [ "$sete" = true ]; then
31
+ set -e
32
+ fi
33
+
34
+ pattern="$1"
35
+ if [ "$pattern" = "" ]; then
36
+ pattern=.
37
+ fi
38
+
39
+ ./make.bash || exit 1
40
+ GOROOT="$(cd .. && pwd)"
41
+
42
+ gettargets() {
43
+ ../bin/go tool dist list | sed -e 's|/|-|' |
44
+ egrep -v '^(android|ios)' # need C toolchain even for cross-compiling
45
+ echo linux-arm-arm5
46
+ }
47
+
48
+ selectedtargets() {
49
+ gettargets | grep -E "$pattern"
50
+ }
51
+
52
+ # put linux first in the target list to get all the architectures up front.
53
+ linux_targets() {
54
+ selectedtargets | grep 'linux' | sort
55
+ }
56
+
57
+ non_linux_targets() {
58
+ selectedtargets | grep -v 'linux' | sort
59
+ }
60
+
61
+ # Note words in $targets are separated by both newlines and spaces.
62
+ targets="$(linux_targets) $(non_linux_targets)"
63
+
64
+ failed=false
65
+ for target in $targets
66
+ do
67
+ echo ""
68
+ echo "### Building $target"
69
+ export GOOS=$(echo $target | sed 's/-.*//')
70
+ export GOARCH=$(echo $target | sed 's/.*-//')
71
+ unset GOARM
72
+ if [ "$GOARCH" = "arm5" ]; then
73
+ export GOARCH=arm
74
+ export GOARM=5
75
+ fi
76
+
77
+ # Build and vet everything.
78
+ # cmd/go/internal/work/exec.go enables the same vet flags during go test of std cmd
79
+ # and should be kept in sync with any vet flag changes here.
80
+ if ! "$GOROOT/bin/go" build std cmd || ! "$GOROOT/bin/go" vet -unsafeptr=false std cmd; then
81
+ failed=true
82
+ if $sete; then
83
+ exit 1
84
+ fi
85
+ fi
86
+ done
87
+
88
+ if [ "$failed" = "true" ]; then
89
+ echo "" 1>&2
90
+ echo "Build(s) failed." 1>&2
91
+ exit 1
92
+ fi