Changeset 48 in code


Ignore:
Timestamp:
Nov 28, 2016, 8:36:06 PM (9 years ago)
Author:
asciimoo
Message:

[doc] add test/benchmark/license info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r19 r48  
    2727
    2828
     29### Test
     30
     31```
     32$ cd "$GOPATH/src/github.com/asciimoo/morty"
     33$ go test
     34```
     35
     36
     37### Benchmark
     38
     39```
     40$ cd "$GOPATH/src/github.com/asciimoo/morty"
     41$ go test -benchmem -bench .
     42```
     43
     44
    2945## Bugs
    3046
    3147Bugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/morty/issues).
     48
     49
     50## [LICENSE](https://github.com/asciimoo/morty/blob/master/LICENSE)
Note: See TracChangeset for help on using the changeset viewer.