From 95fcd7309283daecc75abd9de57428353ee940bc Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 18 Oct 2021 00:05:13 +0700 Subject: all: rename internal/cmd/trunks-example to internal/cmd/trunks The internal/cmd/trunks-example is not run and provide an example only now, its include the workers to build, recompile, re-embeded files. --- example/example.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'example') diff --git a/example/example.go b/example/example.go index 56f7d7c..32de036 100644 --- a/example/example.go +++ b/example/example.go @@ -4,7 +4,9 @@ // // To run the example, execute // -// $ go run ./internal/cmd/trunks-example +// $ go run ./internal/cmd/trunks +// +// It will run a web user interface at http://127.0.0.1:8217 . // package example -- cgit v1.3