| Commit message (Collapse) | Author | Age |
|
|
|
| |
needed (#5305)
|
| |
|
|
|
|
| |
By explicitly requires token authentication.
|
| |
|
|
|
|
|
|
| |
Always escape template variable {{.Link}} variable and redirect calls.
Relates to #5442
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
The first part in go-import should be the root import path. It
included subpath when 'go get' with a subpath and was not correct.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Reasons to change:
1. Shorter than 'modules'
2. More generally used by other Go projects
3. Corresponds to the naming of '$GOPATH/pkg' directory
|