aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2021-03-27 16:34:31 +0700
committerShulhan <ms@kilabit.info>2021-03-27 16:34:31 +0700
commit413ed58f7df58644f030ddf70cbd3b234270e579 (patch)
tree786c92de15f3ac5fc9891f0ac2ae14466413ff57
parentd36d1eee17e2b38109a76b735191003d14d35336 (diff)
downloadgorankusu-413ed58f7df58644f030ddf70cbd3b234270e579.tar.xz
cmd: rename the program trunks to trunks-example
The trunks directory on command is actually the main program for example package.
-rw-r--r--Makefile2
-rw-r--r--cmd/trunks-example/main.go (renamed from cmd/trunks/main.go)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe70ef6..6ec65af 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
.PHONY: run
run:
- DEBUG=3 go run ./cmd/trunks
+ DEBUG=3 go run ./cmd/trunks-example
diff --git a/cmd/trunks/main.go b/cmd/trunks-example/main.go
index 854cf69..854cf69 100644
--- a/cmd/trunks/main.go
+++ b/cmd/trunks-example/main.go