Skip to content

Commit 4e11f40

Browse files
committed
规范格式
1 parent 854a339 commit 4e11f40

File tree

1,438 files changed

+907
-924
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,438 files changed

+907
-924
lines changed

README.md

+900-913

gotest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44
echo "" > coverage.txt
55

6-
for d in $(go list ./Algorithms/... | grep -v vendor); do
6+
for d in $(go list ./leetcode/... | grep -v vendor); do
77
echo $d
88
go test -coverprofile=profile.out -covermode=atomic $d
99
if [ -f profile.out ]; then
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)