We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c518f22 commit c2b3251Copy full SHA for c2b3251
src/doc/src/reference/pkgid-spec.md
@@ -27,8 +27,8 @@ query = ( "branch" | "tag" | "rev" ) "=" ref
27
pkgname := name [ ("@" | ":" ) semver ]
28
semver := digits [ "." digits [ "." digits [ "-" prerelease ] [ "+" build ]]]
29
30
-kind = "registry" | "git" | "file"
31
-proto := "http" | "git" | ...
+kind = "registry" | "git" | "path"
+proto := "http" | "git" | "file" | ...
32
```
33
34
Here, brackets indicate that the contents are optional.
0 commit comments