mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-06-17 04:18:53 -04:00
Bumps [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve) from 2.5.7 to 2.6.0. - [Release notes](https://github.com/blevesearch/bleve/releases) - [Commits](https://github.com/blevesearch/bleve/compare/v2.5.7...v2.6.0) --- updated-dependencies: - dependency-name: github.com/blevesearch/bleve/v2 dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
10 lines
260 B
Makefile
10 lines
260 B
Makefile
# Display general help about this command
|
|
help:
|
|
@echo ""
|
|
@echo "The following commands are available:"
|
|
@echo " make unconvert : Find unnecessary type conversions"
|
|
@echo ""
|
|
|
|
# Find unnecessary type conversions
|
|
unconvert:
|
|
go tool unconvert -apply ./...
|