diff options
author | siddharth <s@ricketyspace.net> | 2022-04-24 00:06:02 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2022-04-24 00:06:50 -0400 |
commit | d49b4b029def8ff6d0dd9bd07a1d144516e1abbf (patch) | |
tree | d884facbdb840cb6ac7ead1bcea6ef71874d7d29 /Makefile | |
parent | 6c777e540a9c15eea62407aa878be855a2e8e6e4 (diff) |
http/client: add test for Get
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,3 +9,6 @@ peach: fmt fmt: go fmt ${MOD} ${MOD}/http/client +test: + go test -v ${MOD}/http/client +.PHONY: test |