web application base layout

This commit is contained in:
2018-12-06 22:12:32 +01:00
parent e3bfd27b0a
commit 0f0213c326
17 changed files with 240 additions and 32 deletions

View File

@ -14,7 +14,7 @@ test: tidy
go test -mod=vendor -v ./...
lint:
@GO111MODULE=off golangci-lint run -e '.*/pkg/mod' -e ".*/go/src" --enable-all --disable lll $(LINT_ARGS)
@GO111MODULE=off golangci-lint run --tests=false --skip-dirs 'example' -e '.*/pkg/mod' -e ".*/go/src" --enable-all --disable lll $(LINT_ARGS)
tidy:
go mod tidy