Skip to content

Commit be860be

Browse files
committed
Update README
Update README
1 parent 6d11519 commit be860be

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![CI](https://github.com/j178/leetgo/actions/workflows/ci.yaml/badge.svg)](https://github.com/j178/leetgo/actions/workflows/ci.yaml)
77
[![GitHub downloads](https://img.shields.io/github/downloads/j178/leetgo/total)](https://github.com/j178/leetgo/releases)
88
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://makeapullrequest.com)
9-
[![Twitter Follow](https://img.shields.io/twitter/follow/niceoe)](https://twitter.com/niceoe)
9+
[![Twitter Follow](https://img.shields.io/twitter/follow/j178x)](https://twitter.com/j178x)
1010
<img align="right" height=150 src="https://github.com/user-attachments/assets/5942dc93-31b5-4d93-ba55-4c0b20550981" />
1111

1212
`leetgo` is a command-line tool for LeetCode that provides almost all the functionality of LeetCode,

testutils/go/serialize_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
)
99

1010
func TestInfiniteLoopDetect(t *testing.T) {
11-
1211
linkedList := &ListNode{Val: 1}
1312
linkedList.Next = &ListNode{Val: 2, Next: linkedList}
1413

0 commit comments

Comments
 (0)