鏡像自
https://github.com/therootcompany/telebit.git
synced 2025-06-30 17:36:34 +00:00
docs: show use of -tags for database selection
This commit is contained in:
父節點
85147ca776
當前提交
fc472d144c
@ -87,8 +87,8 @@ pushd telebit/
|
||||
You can build with `go build`:
|
||||
|
||||
```bash
|
||||
go generate -mod=vendor ./...
|
||||
go build -mod vendor -race -o telebit cmd/telebit/*.go
|
||||
go generate -mod=vendor -tags postgres ./...
|
||||
go build -mod vendor -tags postgres -race -o telebit cmd/telebit/*.go
|
||||
```
|
||||
|
||||
Or with `goreleaser`:
|
||||
|
載入中…
x
新增問題並參考
Block a user