aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-02-05 05:26:56 +0700
committerShulhan <ms@kilabit.info>2024-02-07 00:33:19 +0700
commita390baed9f16c61c9c431691be7bb10151fcde10 (patch)
tree3d026a4713acd1dfe1353b7ff39b71ec474da4de /Makefile
parentf2cfe0de0eeec8bc7abf9d754b9e89681743ecff (diff)
downloadgorankusu-a390baed9f16c61c9c431691be7bb10151fcde10.tar.xz
all: rename the project to gorankusu
The original idea of "trunks" is because the core library that we use for load testing is named "vegeta" (from Dragon Ball) [1][2], and Vegeta has a son named Trunks. In English, trunks also have multiple meanings. In order to have a unique name, we rename the project to "gorankusu", which is a combination of "go" (the main programming language that built the application) and "torankusu" the Hepburn of "Trunks". [1]: https://github.com/tsenart/vegeta/ [2]: https://en.wikipedia.org/wiki/Vegeta Implements: https://todo.sr.ht/~shulhan/gorankusu/2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8f945f5..a8bad68 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ COVER_HTML:=cover.html
.PHONY: all
all: lint test
- go run ./internal/cmd/trunks build
+ go run ./internal/cmd/gorankusu build
.PHONY: lint
lint: lint-www
@@ -25,4 +25,4 @@ test:
.PHONY: dev
dev:
- go run ./internal/cmd/trunks
+ go run ./internal/cmd/gorankusu