diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2020-04-17 14:29:26 +0200 |
---|---|---|
committer | Ondrej Fabry <ofabry@cisco.com> | 2020-04-17 14:32:55 +0200 |
commit | d372b4efe26650dbc83908ca0bbee38d90aed3e9 (patch) | |
tree | 6988708e1f1b54bbfc4504506921508cd8832f21 /Makefile | |
parent | 2c419b100f5f90c1215617d0fac81fa6749c4d6b (diff) |
Format generated Go source code in-processv0.3.4
This commit:
- removes dependency on gofmt tool
- cleans up package imports
- re-generates binapi for VPP 20.01
Change-Id: Ie4347720f92a87eb278be66c9f9ed9719c7bbbc3
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -97,7 +97,6 @@ gen-binapi-docker: install-generator ## Generate binapi code (using Docker) @echo "# generating binapi in docker image ${VPP_IMG}" $(eval cmds := $(shell go generate -n $(BINAPI_DIR) 2>&1 | tr "\n" ";")) docker run -t --rm \ - -v "$(shell which gofmt):/usr/local/bin/gofmt:ro" \ -v "$(shell which binapi-generator):/usr/local/bin/binapi-generator:ro" \ -v "$(shell pwd):/govpp" -w /govpp \ -u "$(shell id -u):$(shell id -g)" \ |