https://github.com/linyows/go-tid
Easy to test in the docker container
https://github.com/linyows/go-tid
Last synced: 28 days ago
JSON representation
Easy to test in the docker container
- Host: GitHub
- URL: https://github.com/linyows/go-tid
- Owner: linyows
- License: mit
- Created: 2015-12-03T13:17:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T13:33:12.000Z (over 9 years ago)
- Last Synced: 2025-04-03T13:00:31.549Z (about 1 month ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-tid
======Easy to test in the docker container.
Description
-----------Usage
-----```sh
$ tid -parallel 4 -verbose lb proxy db web api
```Install
-------To install, use `go get`:
```sh
$ go get -d github.com/linyows/tid
```Contribution
------------1. Fork ([https://github.com/linyows/tid/fork](https://github.com/linyows/tid/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull RequestAuthor
------[linyows](https://github.com/linyows)