mirror of https://github.com/maxcnunes/gaper.git
Add extensions example
This commit is contained in:
parent
39d9c0ad64
commit
b0dcdd49b0
|
@ -33,7 +33,8 @@ make build && \
|
||||||
--verbose \
|
--verbose \
|
||||||
--bin-name srv \
|
--bin-name srv \
|
||||||
--build-path ./testdata/server \
|
--build-path ./testdata/server \
|
||||||
--build-args="-ldflags=\"-X 'main.Version=v1.0.0'\""
|
--build-args="-ldflags=\"-X 'main.Version=v1.0.0'\"" \
|
||||||
|
--extensions "go,txt"
|
||||||
```
|
```
|
||||||
|
|
||||||
### Running lint
|
### Running lint
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
test
|
Loading…
Reference in New Issue