fix embeding issue and sqlite db new database string

This commit is contained in:
ghostersk
2026-03-08 06:51:04 +00:00
parent 97e07689a9
commit 964a345657
4 changed files with 15 additions and 11 deletions

View File

@@ -31,6 +31,8 @@ A self-hosted, encrypted web email client written entirely in Go. Supports Gmail
# 1. Clone / copy the project
git clone https://github.com/ghostersk/gowebmail && cd gowebmail
go build -o gowebmail ./cmd/server
# if you want smaller exe ( strip down debuginformation):
go build -ldflags="-s -w" -o gowebmail ./cmd/server
./gowebmail
```