rename _gen to .gen, make some more linters ignore it

This commit is contained in:
sentriz
2020-05-02 04:20:01 +01:00
parent b93db0bff2
commit 1bb25cf6c2

View File

@@ -13,7 +13,7 @@ find $assets_path/ \
-type f \
! -name '*.go' \
-exec "$embed_bin_path" \
-out-path $assets_path/assets_gen.go \
-out-path $assets_path/assets.gen.go \
-package-name assets \
-assets-var-name Bytes \
-asset-path-prefix $assets_path/ \