From 4cd3ce78873dddcc90b4f3ce787063b439daeee7 Mon Sep 17 00:00:00 2001 From: Ignacio Rivero Date: Sun, 22 Jun 2025 02:50:38 -0300 Subject: [PATCH] Changed binary name --- .gitignore | 2 +- go.mod | 2 +- main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0ff0814..3149e4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -catprinter-ble +bleh diff --git a/go.mod b/go.mod index 55e5173..a130cf5 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module catprinter-ble +module bleh go 1.22 diff --git a/main.go b/main.go index 07ad1fd..6863091 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// catprinter_ble.go +// Bleh! // A Go reimplementation of the CatPrinterBLE utility // using Go's BLE stack and Image processing libraries