docs: update developer information link

Update the developer information link in the WebP Server Go initialization message.
This commit is contained in:
wood chen 2024-10-28 17:44:38 +08:00
parent 5bd41a5edd
commit 83d6196460

View File

@ -64,7 +64,7 @@ func init() {
WebP Server Go - v%s
Developed by WebP Server team. https://github.com/webp-sh`, config.Version)
Developed by WebP Server team. https://github.com/woodchen-ink/webp_server_go`, config.Version)
// main init is the last one to be called
flag.Parse()