diff options
author | Dario Maiocchi <dmaiocchi@suse.com> | 2017-11-20 22:58:08 +0100 |
---|---|---|
committer | Alvaro <alvaro.saurin@gmail.com> | 2017-11-22 16:41:34 +0100 |
commit | 88c0dfcca51f4d301810380dacd119a9f291417c (patch) | |
tree | 3cc1989971c79abf043da151d761f21eb3c67a7c /Makefile | |
parent | 61fe2db30a7bb1f953c147cf9abbc0447fea2fce (diff) | |
download | terraform-provider-libvirt-88c0dfcca51f4d301810380dacd119a9f291417c.tar terraform-provider-libvirt-88c0dfcca51f4d301810380dacd119a9f291417c.tar.gz |
use poolMutexKV for locking resources.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ default: build -build: gofmtcheck golint +build: gofmtcheck golint vet go build install: |