cmd/client: split commands in multiple files

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-09-23 09:50:05 +02:00
parent 6c5767fb6f
commit ec173002fd
No known key found for this signature in database
GPG key ID: B2BEAD150DE936B9
7 changed files with 539 additions and 497 deletions

View file

@ -14,7 +14,7 @@ for d in $(find . -type d -not -iwholename '*.git*' -a -not -iname '.tool' -a -n
--exclude='error return value not checked.*(Close|Log|Print).*\(errcheck\)$' \
--exclude='.*_test\.go:.*error return value not checked.*\(errcheck\)$' \
--exclude='duplicate of.*_test.go.*\(dupl\)$' \
--exclude='duplicate of.*main.go.*\(dupl\)$' \
--exclude='cmd\/client\/.*\.go.*\(dupl\)$' \
--disable=aligncheck \
--disable=gotype \
--disable=gas \