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