mdiff: Multi Text Differ impremented by Golang

84 views
Skip to first unread message

加藤泰隆

unread,
Jun 6, 2020, 12:20:46 AM6/6/20
to golang-nuts
Hi. i'm engeneer in japan. I write any programs as a hobby each days.  Today, I introduce new diff tool made me. 

features are..
 - compare different on multi tab
 - difference text is colored
 - can search words
 - can apply difference to target file
 - multi platform support by golang


Please can you use this?
enjoy golang!

加藤泰隆

unread,
Jun 8, 2020, 7:19:18 AM6/8/20
to golang-nuts
Sorry, I did not write about license, and now added!
 It's MIT license.
Please feel free to use it within the scope of the license.
Sorry, I did not write about license, and now added!
It's MIT license.
Please feel free to use it within the scope of the license.

2020年6月6日土曜日 13時20分46秒 UTC+9 加藤泰隆:

Tamás Gulácsi

unread,
Jun 8, 2020, 7:47:33 AM6/8/20
to golang-nuts
You should NOT instruct the user to "go mod init mdiff" -
You should run "go mod init github.com/yasutakatou/mdiff" ONCE, and check in go.mod and go.sum files!

That way the user will use the same versions of the libraries You tested with.

Tamás


加藤泰隆

unread,
Jun 8, 2020, 8:09:50 AM6/8/20
to golang-nuts
Thank you for your message.

I was mistaken. Sorry.
I was use "go mod" incorrectly.
I fixed it as soon as possible.

2020年6月8日月曜日 20時47分33秒 UTC+9 Tamás Gulácsi:

Tamás Gulácsi

unread,
Jun 8, 2020, 8:29:59 AM6/8/20
to golang-nuts
No offense :)
The install instructions can be shorten to "go get github.com/yasutakatou/mdiff".

加藤泰隆

unread,
Jun 8, 2020, 9:14:21 AM6/8/20
to golang-nuts
>No offense :)
I'm really glad for your message!
I decided to write the install method in two cases.
I remembered the old use of "go get" as a way to get a module.

Thank you for messaging me.

2020年6月8日月曜日 21時29分59秒 UTC+9 Tamás Gulácsi:
Reply all
Reply to author
Forward
0 new messages