We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdf556 commit b0aa417Copy full SHA for b0aa417
Makefile
@@ -0,0 +1,6 @@
1
+default:
2
+ go test ./antipattern/...
3
+ go test ./behavioral/...
4
+ go test ./concurrency/...
5
+ go test ./creational/...
6
+ go test ./structural/...
runtests.sh
0 commit comments