diff options
| author | Shulhan <ms@kilabit.info> | 2021-10-18 00:05:13 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-10-18 00:05:13 +0700 |
| commit | 95fcd7309283daecc75abd9de57428353ee940bc (patch) | |
| tree | 822f9374aa474be7d4ccceec1881c324cf26cb05 /example/example.go | |
| parent | cf6100a626ea17a808a1bc96471c759b27c7c03b (diff) | |
| download | gorankusu-95fcd7309283daecc75abd9de57428353ee940bc.tar.xz | |
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.
Diffstat (limited to 'example/example.go')
| -rw-r--r-- | example/example.go | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
