Skip to content

Commit b0dcdd4

Browse files
committed
Add extensions example
1 parent 39d9c0a commit b0dcdd4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ make build && \
3333
--verbose \
3434
--bin-name srv \
3535
--build-path ./testdata/server \
36-
--build-args="-ldflags=\"-X 'main.Version=v1.0.0'\""
36+
--build-args="-ldflags=\"-X 'main.Version=v1.0.0'\"" \
37+
--extensions "go,txt"
3738
```
3839

3940
### Running lint

testdata/server/data.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test

0 commit comments

Comments
 (0)