summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAoi Koizumi (古泉 あおい) <novaburst@kalli.st>2022-05-25 02:59:56 +0000
committerAoi Koizumi (古泉 あおい) <novaburst@kalli.st>2022-05-25 02:59:56 +0000
commit93fe9b33cf75afa67e5a361065357e2ce6f7cb36 (patch)
tree5a888df6c4426797ab79594974025b00a501a2c6
parent16f3f517c2cec05412b7ca86ee7e4b2f64ac5cc9 (diff)
downloadhelp-93fe9b33cf75afa67e5a361065357e2ce6f7cb36.tar.gz
moved go files to its own subdir
-rw-r--r--README.org2
-rw-r--r--go/go.mod (renamed from go.mod)0
-rw-r--r--go/main.go (renamed from main.go)0
3 files changed, 1 insertions, 1 deletions
diff --git a/README.org b/README.org
index 1eecf4c..0d781bb 100644
--- a/README.org
+++ b/README.org
@@ -5,7 +5,7 @@
 * help
 Often found as a bash built-in command, but this one does tell you to RTFM. It has several variants in order of appearance:
 
-+ Go ~go build -v~
++ Go ~cd go && go build -v~
 + V ~cd v && v -o help~
 + CHICKEN Scheme ~cd chicken && csc help.scm || cd chicken && csi help.scm~
 + Lua ~cd lua && lua5(1/2/3/4) help.lua~
diff --git a/go.mod b/go/go.mod
index 6bd6170..6bd6170 100644
--- a/go.mod
+++ b/go/go.mod
diff --git a/main.go b/go/main.go
index 7167706..7167706 100644
--- a/main.go
+++ b/go/main.go