diff options
author | Valery Piashchynski <[email protected]> | 2020-11-02 12:05:00 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-02 12:05:00 +0300 |
commit | ba39499332aee7af9d237774a2b9e786a04f7736 (patch) | |
tree | c772690235392b8393117f2976b7aeb9210f3d49 | |
parent | 484f85aacbf55f0696a51347989bd35463d71c11 (diff) |
Add newline to the end of the Makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ test: - go test -v -race -tags=debug .
\ No newline at end of file + go test -v -race -tags=debug . |