-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.plzconfig
More file actions
22 lines (19 loc) · 728 Bytes
/
Copy path.plzconfig
File metadata and controls
22 lines (19 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
; Please config file
; Leaving this file as is is enough to use plz to build your project.
; Please will stay on whatever version you currently have until you run
; 'plz update', when it will download the latest available version.
;
; Or you can uncomment the following to pin everyone to a particular version;
; when you change it all users will automatically get updated.
[please]
version = 16.18.0
[go]
;gotool = ...
;goroot - ...
importpath = github.com/b177y/koble
[alias "go-get"]
desc = Generate third-party dependency rules for a Go project
cmd = run //tools:go-deps -- -w
[alias "tidy"]
desc = Tidy generates build targets for dependencies and makes sure that BUILD files are up-to-date.
cmd = run //tools:plz-tidy