Changeset 48 in code for trunk/README.md
- Timestamp:
- Nov 28, 2016, 8:36:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r19 r48 27 27 28 28 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 29 45 ## Bugs 30 46 31 47 Bugs 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.