From e919473fa2574ec0b68644fb25bb950d818a5f80 Mon Sep 17 00:00:00 2001 From: mountain Date: Mon, 8 Jan 2024 20:26:04 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8C=A8=ED=82=A4=EC=A7=80=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- voicechat/eos_impl.go | 2 +- voicechat/voice_chat.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/voicechat/eos_impl.go b/voicechat/eos_impl.go index cc4da9e..91e8422 100644 --- a/voicechat/eos_impl.go +++ b/voicechat/eos_impl.go @@ -1,4 +1,4 @@ -package core +package voicechat import ( "bytes" diff --git a/voicechat/voice_chat.go b/voicechat/voice_chat.go index dc9272f..de2e077 100644 --- a/voicechat/voice_chat.go +++ b/voicechat/voice_chat.go @@ -1,4 +1,4 @@ -package core +package voicechat import ( "context"