.PHONY: format

format:
	gofmt -w $$(git ls-files '*.go')
