refactor: move source files to src/ directory and rename project to Captioneer

Restructure Go source code into a dedicated `src/` directory, rename the project from "audio-listen" to "Captioneer", and update README accordingly. Add `.gitignore` entry for the built binary `captioneer`.
This commit is contained in:
2026-07-16 12:01:51 +03:00
parent d042637351
commit ce2161b7e6
12 changed files with 385 additions and 327 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module audio-meter
module tea.chunkbyte.com/kato/captioneer
go 1.26.2