Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 52b12e1

Browse files
authored
Don't force download all dependencies (#522)
With #85, it became possible to go get the package without ...
1 parent fa977d6 commit 52b12e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/readme/source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rapidly, vendoring is recommended.
1616
## Installation
1717

1818
```
19-
$ go get -u go.opencensus.io/...
19+
$ go get -u go.opencensus.io
2020
```
2121

2222
## Prerequisites

0 commit comments

Comments
 (0)