diff options
| author | Shulhan <ms@kilabit.info> | 2021-03-27 16:34:31 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-03-27 16:34:31 +0700 |
| commit | 413ed58f7df58644f030ddf70cbd3b234270e579 (patch) | |
| tree | 786c92de15f3ac5fc9891f0ac2ae14466413ff57 | |
| parent | d36d1eee17e2b38109a76b735191003d14d35336 (diff) | |
| download | gorankusu-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-- | Makefile | 2 | ||||
| -rw-r--r-- | cmd/trunks-example/main.go (renamed from cmd/trunks/main.go) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |
