RepoNotes
Toggle theme
Loading ...
Sign in
golang/mod
[mirror] Go module mechanics libraries
205
11
3
Readme
Notes
New Note
Sign in to add notes for this repository
RN
golang
10327
Followers
0
Following
61
Repos
No Twitter
The Go Programming Language
Branches
release-branch.go1.17
release-branch.go1.15
release-branch.go1.14
Releases
Commits
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Ia2530efe0df649fcc7069e5417db5ba5a08cd234 Reviewed-on: https://go-review.googles
x/mod: add the ignore directive This CL adds the ignore directive that will be used to support the global ignore mechanism in http://go.dev/cl/643355 For golang/go#42965 Change-Id: I6d0b25de1b4d261
all: change from sort functions to slices functions The sorting functions in the slices package are slightly faster as they don't use reflection internally. Change-Id: I3c0ab61336d44c1928ee2a9da12a0
Issues
Hash1: Make comment more precisely describe how to emulate logic from shell
modfile: fix AddNewRequire block ordering
zip: allow packages containing non-top-level /vendor/ part