Add lishwist/client to workspace

This commit is contained in:
Teajey 2025-08-26 20:18:19 +09:00
parent eae0a7e0e3
commit 98853e4efd
Signed by: Teajey
GPG Key ID: 970E790FE834A713
2 changed files with 5 additions and 1 deletions

3
client/go.mod Normal file
View File

@ -0,0 +1,3 @@
module lishwist/client
go 1.24.5

View File

@ -1,6 +1,7 @@
go 1.23.3
go 1.24.5
use (
./client
./core
./http
)