fmt upd
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
|
||||
package main
|
||||
|
||||
|
||||
import (
|
||||
"archive/zip"
|
||||
"bytes"
|
||||
|
||||
Reference in New Issue
Block a user