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.

Reply via email to