Commit de33bbd

bryfry <bryon@fryer.io>
2025-09-13 20:43:31
nit
1 parent 007f1b8
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: