The v2 of the module needs a /v2 suffix on the module name in go.mod:

https://github.com/dc0d/farsi/blob/a31316716e58115e7f7eb987d4e6476aa092cbab/go.mod#L1

You should then be set.
On Sun, 2 Sep 2018 at 13:07, Kaveh Shahbazian
<kaveh.shahbaz...@gmail.com> wrote:
>
> Sure!
>
> This is the module that is being imported: https://github.com/dc0d/farsi
>
> And the consumer app:
>
> package main
>
> import (
>     "fmt"
>
>     "github.com/dc0d/farsi/calendar"
> )
>
> func main() {
>     fmt.Println(calendar.IranNow())
> }
>
> And its go.mod file:
>
> module draft
>
> require github.com/dc0d/farsi v0.0.0-20180902075018-e96d84f0b065
>
>
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to