Skip to content

Commit

Permalink
Add note to not use vendor in extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mstoykov committed Oct 21, 2021
1 parent f080854 commit 7a2684f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ The binary will be built and run from the current directory, then cleaned up.

The current working directory must be inside an initialized Go module.

Also note that because of the way xk6 works, vendored dependencies (the vendor directory created by go mod vendor) will not be taken into account when building a binary, and you don't need to commit them to the extension repository.

Syntax:

```
Expand Down

0 comments on commit 7a2684f

Please sign in to comment.