You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nocopy: true # https://docs.docker.com/engine/storage/volumes/ data at the destination isn't copied into the volume if the volume is empty. By default, content at the target destination gets copied into a mounted volume if empty.
Copy file name to clipboardExpand all lines: docs/makefile_targets.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
| Target | Description |
4
4
| -------------------- | ----------- |
5
5
|`mod`| Runs go mod [tidy](https://go.dev/ref/mod#go-mod-tidy) and [verify](https://go.dev/ref/mod#go-mod-verify). |
6
-
|`vendor`| Runs [go mod vendor](https://go.dev/ref/mod#go-mod-vendor) that downloads all dependencies into `./vendor` folder. |
7
6
|`go-deps-upgrade`| Runs updates all `go.mod` dependencies. |
8
7
|`env`| Prints information regarding the local environment. More specifically: go env, all go packages and folders, and the specified tools bin directory. |
9
8
|`git-reset`| Full hard reset to HEAD. Cleans up all untracked files and restore all staged and un-staged changes. |
0 commit comments