src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

commit 71e8e24c684358f3d078cbd805265739b2e9e09e
parent 3b7bfee9afa33983ed6c09dfdf1c31b4f41dc5be
Author: dwrz <dwrz@dwrz.net>
Date:   Sun, 22 Mar 2026 12:55:23 +0000

Refactor sgm

Diffstat:
Mcmd/sgm/main.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/sgm/main.go b/cmd/sgm/main.go @@ -54,7 +54,7 @@ func main() { fmt.Fprintf( &str, "Content-Disposition: attachment; filename=%s\n", - *&cfg.Attachment, + cfg.Attachment, ) str.WriteString("Content-Transfer-Encoding: base64\n") fmt.Fprintf(&str, "Content-Description: %s\n", cfg.Attachment)