diff options
| author | Shulhan <ms@kilabit.info> | 2021-03-22 01:00:55 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2021-03-22 01:00:55 +0700 |
| commit | 5ffaf533cd7e4d26365b342f0f6d15bd8d1ff5d1 (patch) | |
| tree | a75b180454dac83dd79a1dd139cbdfb046b4cac9 | |
| parent | 5ce96fc94427264ca2ff089a3d2456f301b80581 (diff) | |
| download | gorankusu-5ffaf533cd7e4d26365b342f0f6d15bd8d1ff5d1.tar.xz | |
all: add badge for pkg.go.dev and fix example package link on Usage
| -rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -5,15 +5,17 @@ to test HTTP service, similar to Postman, and for load testing. For the load testing we use vegeta [1] as the backend. +[](https://pkg.go.dev/git.sr.ht/~shulhan/trunks) + ## Usage See the -(Example)[https://git.sr.ht/~shulhan/trunks/tree/main/item/example/] package -on how to programmatically use create service using this module, or, +[example](https://git.sr.ht/~shulhan/trunks/tree/main/item/example/) package +on how to programmatically use and create service using this module, or, -* clone this repository, -* execute `make run`, and -* open http://127.0.0.1:8217. + * clone this repository, + * execute `make run`, and + * open http://127.0.0.1:8217. ## Screen shots |
