This commit is contained in:
Egor Aristov 2026-03-29 01:47:21 +03:00
parent fd9df3ffa4
commit 40bdc24422

View File

@ -6,7 +6,7 @@ package {{ .PkgName }}
import (
"fmt"
kittenipc "github.com/egor3f/kitten-ipc"
kittenipc "github.com/egor3f/kitten-ipc/lib/golang"
"encoding/base64"
)