Update README.md

This commit is contained in:
Edward 2020-08-26 08:56:16 +00:00 committed by GitHub
parent 0525cb7960
commit 19dc727ef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,13 +18,13 @@
下载:
```bash
go https://github.com/crazybber/go-fucking-patterns
go https://github.com/crazybber/go-pattern-examples
```
跑一遍测试:
```bash
cd go-fucking-patterns
cd go-pattern-examples
go test ./...
```