summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhaturatu <taro@eyes4you.org>2024-11-25 21:11:22 +0900
committerhaturatu <taro@eyes4you.org>2024-11-25 21:11:22 +0900
commita770c6b1d3f030126361dc9fd1e06d98e950a573 (patch)
treedb69a42d37f767704802fd6b209c359b1a3ff581 /README.md
parent221a1b62d76319c29e43154c978aa956cea3168c (diff)
Hi
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 326768f..3fd1447 100644
--- a/README.md
+++ b/README.md
@@ -11,3 +11,14 @@ sudo pacman -S zed
zeditor file
```
However, it seems that the window that starts up does not close properly with `:wq`... I would be happy if vim mode was officially supported.
+
+## joke
+```bash
+$ go build -gcflags '-N -l -m' main.go
+# command-line-arguments
+./main.go:8:2: moved to heap: a
+./main.go:19:11: ... argument does not escape
+./main.go:19:12: *g escapes to heap
+./main.go:20:11: ... argument does not escape
+./main.go:20:12: "Hello, Zed!\n" escapes to heap
+```