Skip to content

Commit 8b8ed5b

Browse files
feat: update native docs
Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
1 parent e55c4b3 commit 8b8ed5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

versioned_docs/version-3.0.0/keploy-cloud/deduplication.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add the following on top of your main application file : -
4545
import _ "github.com/keploy/go-sdk/v3/keploy"
4646
```
4747

48-
Update the go build command in Dockerfile to add new flags which is required for deduplication (this is not required for native)
48+
Update the go build command in Dockerfile to add new flags which is required for deduplication (use same flags for native builds)
4949

5050
```bash
5151
RUN go build -cover -covermode=atomic -coverpkg=./... -o /app/main .
@@ -67,8 +67,6 @@ For Native, run:
6767
keploy test -c ./main --dedup
6868
```
6969

70-
where `./main` is the binary produced by doing `go build -cover -covermode=atomic -coverpkg=./... -o ./main .`
71-
7270
This will generate a dedupData.yaml file
7371

7472
After this Run

0 commit comments

Comments
 (0)