22 lines
200 B
Markdown
22 lines
200 B
Markdown
|
scream
|
||
|
======
|
||
|
|
||
|
A new core for Shuo's replacement.
|
||
|
|
||
|
build
|
||
|
-----
|
||
|
|
||
|
```console
|
||
|
$ gb build all
|
||
|
```
|
||
|
|
||
|
test
|
||
|
----
|
||
|
|
||
|
This uses [`gt`](https://godoc.org/rsc.io/gt).
|
||
|
|
||
|
```console
|
||
|
$ go get rsc.io/gt
|
||
|
$ ./test.sh
|
||
|
```
|