From c1c66f915206f6476047caafdc9c0d4200b20a52 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 4 Jul 2026 10:22:14 +0300 Subject: [PATCH] fmt upd --- README.md | 2 ++ clyxc/main.go | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 400a420..30563b4 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ To install the Go-based Clyx implementation and its tools (including `clyxc`) di go install codeberg.org/luxferre/clyx/...@latest ``` +*(Note: If you are installing immediately after a new commit or release has been pushed, Go's default module proxy might serve a cached version. You can bypass this cache by running `GOPROXY=direct go install codeberg.org/luxferre/clyx/...@latest` instead).* + For maximum performance, you can pass optimization flags to build stripped binaries without debug symbols, bounds checks, or inlining: ```sh diff --git a/clyxc/main.go b/clyxc/main.go index b572212..014814f 100644 --- a/clyxc/main.go +++ b/clyxc/main.go @@ -3,7 +3,6 @@ package main - import ( "archive/zip" "bytes"