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


-- 
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/2f044bc5-3976-4391-9904-7367ec580640o%40googlegroups.com.

Reply via email to