diff options
| author | Fuwn <[email protected]> | 2026-02-02 05:43:54 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-02-02 05:43:54 +0000 |
| commit | d0eb809cb6cb91f2eb0ccf5b5e33a14b8a1114bd (patch) | |
| tree | acc5c0e4b03019ae44507b21e9807b7ae90498bb /README.md | |
| parent | perf(patterns): Replace remaining regular expressions with string functions (diff) | |
| download | iku-d0eb809cb6cb91f2eb0ccf5b5e33a14b8a1114bd.tar.xz iku-d0eb809cb6cb91f2eb0ccf5b5e33a14b8a1114bd.zip | |
docs(README): Update "How It Works" source
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ Code structure should be visually apparent from its formatting. Iku groups state ## How It Works -Iku applies standard Go formatting (via [go/format](https://pkg.go.dev/go/format)) first ([formatter.go#L113](https://github.com/Fuwn/iku/blob/main/formatter.go#L113)), then adds its grammar-based blank-line rules on top. Your code gets `go fmt` output plus structural separation. +Iku applies standard Go formatting (via [go/format](https://pkg.go.dev/go/format)) first ([formatter.go#29](https://github.com/Fuwn/iku/blob/main/formatter.go#L29)), then adds its grammar-based blank-line rules on top. Your code gets `go fmt` output plus structural separation. ## Installation |