Commit de33bbd
Changed files (1)
Makefile
@@ -15,11 +15,11 @@ build:
@echo "Build complete: $(BUILD_DIR)/$(BINARY_NAME)"
lint:
- @echo "Linting code..."
+ @echo "Linting..."
@go vet ./...
fmt:
- @echo "Formatting code..."
+ @echo "Formatting..."
@go fmt ./...
update: