>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:
>
>
>
> 2020. június 8., hétfő 14:09:50 UTC+2 időpontban 加藤泰隆 a következőt írta:
>>
>> 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:
>>>
>>> 2020. június 6., szombat 6:20:46 UTC+2 időpontban 加藤泰隆 a következőt írta:
>>>>
>>>> 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
>>>>
>>>> https://github.com/yasutakatou/mdiff
>>>>
>>>> Please can you use this?
>>>> enjoy golang!
>>>>
>>>>
>>> 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
>>>
>>>
>>>
>
> No offense :)
> The install instructions can be shorten to "go get 
> github.com/yasutakatou/mdiff".
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/2bd984bf-2502-41f0-b904-43250f47c955o%40googlegroups.com.

Reply via email to