[doc] add test/benchmark/license info
git-svn-id: file:///srv/svn/repo/yukari/trunk@48 f3bd38d9-da89-464d-a02a-eb04e43141b5
This commit is contained in:
parent
6202e9d41c
commit
7e2e845965
19
README.md
19
README.md
@ -26,6 +26,25 @@ $ "$GOPATH/bin/morty" --help
|
||||
```
|
||||
|
||||
|
||||
### Test
|
||||
|
||||
```
|
||||
$ cd "$GOPATH/src/github.com/asciimoo/morty"
|
||||
$ go test
|
||||
```
|
||||
|
||||
|
||||
### Benchmark
|
||||
|
||||
```
|
||||
$ cd "$GOPATH/src/github.com/asciimoo/morty"
|
||||
$ go test -benchmem -bench .
|
||||
```
|
||||
|
||||
|
||||
## Bugs
|
||||
|
||||
Bugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/morty/issues).
|
||||
|
||||
|
||||
## [LICENSE](https://github.com/asciimoo/morty/blob/master/LICENSE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user