规范格式

This commit is contained in:
YDZ
2020-08-07 15:50:06 +08:00
parent 854a339abc
commit 4e11f4028a
1438 changed files with 907 additions and 924 deletions

1813
README.md

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
set -e
echo "" > coverage.txt
for d in $(go list ./Algorithms/... | grep -v vendor); do
for d in $(go list ./leetcode/... | grep -v vendor); do
echo $d
go test -coverprofile=profile.out -covermode=atomic $d
if [ -f profile.out ]; then

Some files were not shown because too many files have changed in this diff Show More