all: build .PHONY: lint lint: golint ./... go vet ./... staticcheck -checks=all ./... build: go build -o mongodb_duplicates . install: go install