-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I0ea74dc1b11fad8ded9e649a3c1e4213ea6639b8 Reviewed-on: https://go-review.googlesource.com/20974 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
- go1.10.1
- go1.10
- go1.10rc2
- go1.10rc1
- go1.10beta2
- go1.10beta1
- go1.9.5
- go1.9.4
- go1.9.3
- go1.9.2
- go1.9.1
- go1.9
- go1.9rc2
- go1.9rc1
- go1.9beta2
- go1.9beta1
- go1.8.7
- go1.8.6
- go1.8.5
- go1.8.5rc5
- go1.8.5rc4
- go1.8.4
- go1.8.3
- go1.8.2
- go1.8.1
- go1.8
- go1.8rc3
- go1.8rc2
- go1.8rc1
- go1.8beta2
- go1.8beta1
- go1.7.6
- go1.7.5
- go1.7.4
- go1.7.3
- go1.7.2
- go1.7.1
- go1.7
- go1.7rc6
- go1.7rc5
- go1.7rc4
- go1.7rc3
- go1.7rc2
- go1.7rc1
- go1.7beta2
- go1.7beta1
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
pkg crypto/tls, type Config struct, DynamicRecordSizingDisabled bool | ||
pkg go/build, type Package struct, CgoFFLAGS []string | ||
pkg go/build, type Package struct, FFiles []string | ||
pkg go/doc, type Example struct, Unordered bool | ||
pkg net/http/httptest, method (*ResponseRecorder) Trailers() http.Header | ||
pkg net/url, type URL struct, ForceQuery bool | ||
pkg os/user, func LookupGroup(string) (*Group, error) | ||
pkg os/user, func LookupGroupId(string) (*Group, error) | ||
pkg os/user, method (*User) GroupIds() ([]string, error) | ||
pkg os/user, method (UnknownGroupError) Error() string | ||
pkg os/user, method (UnknownGroupIdError) Error() string | ||
pkg os/user, type Group struct | ||
pkg os/user, type Group struct, Gid string | ||
pkg os/user, type Group struct, Name string | ||
pkg os/user, type UnknownGroupError string | ||
pkg os/user, type UnknownGroupIdError string | ||
pkg runtime, func CallersFrames([]uintptr) *Frames | ||
pkg runtime, method (*Frames) Next() (Frame, bool) | ||
pkg runtime, type Frame struct | ||
pkg runtime, type Frame struct, Entry uintptr | ||
pkg runtime, type Frame struct, File string | ||
pkg runtime, type Frame struct, Func *Func | ||
pkg runtime, type Frame struct, Function string | ||
pkg runtime, type Frame struct, Line int | ||
pkg runtime, type Frame struct, PC uintptr | ||
pkg runtime, type Frames struct | ||
pkg testing, type InternalExample struct, Unordered bool |