We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1040ec commit aff39c6Copy full SHA for aff39c6
1 file changed
01-Authorization-RS256/README.md
@@ -20,8 +20,8 @@ AUTH0_AUDIENCE={API_AUDIENCE}
20
### Install Dependencies and Start Server
21
22
```bash
23
-# Install dependencies
24
-go get -d
+# Download dependencies
+go mod vendor
25
26
# Start the server
27
go run main.go
0 commit comments