From aeb2700d14c23c175376e2a5749295cd9a5d72c7 Mon Sep 17 00:00:00 2001 From: Grail Finder Date: Sat, 3 Jan 2026 09:59:33 +0300 Subject: Refactor: building binary with no extra --- extra/tts.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extra/tts.go') diff --git a/extra/tts.go b/extra/tts.go index c6f373a..c9ad59d 100644 --- a/extra/tts.go +++ b/extra/tts.go @@ -1,3 +1,6 @@ +//go:build extra +// +build extra + package extra import ( -- cgit v1.2.3