Skip to content

Commit 168e7cb

Browse files
authored
Merge pull request #8 from dchaofei/master
update README.md image.py => image.go
2 parents f1b21ec + ceeb88c commit 168e7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ It is a great example for demonstrating how do we translate the TypeScript to Go
113113
### Image Class Source Code
114114

115115
- TypeScript: <https://github.com/wechaty/wechaty/blob/master/src/user/image.ts>
116-
- Go: <https://github.com/wechaty/go-wechaty/blob/master/src/wechaty/user/image.py>
116+
- Go: <https://github.com/wechaty/go-wechaty/blob/master/src/wechaty/user/image.go>
117117

118118
If you are interested in the translation and want to look at how it works, it will be a good start from reading and comparing those two `Image` class files in TypeScript and Go at the same time.
119119

0 commit comments

Comments
 (0)