What error do you get? Can you paste it here?

In the meantime, does pq's license allow you to just copy its NullTime into 
your project?

> On Oct 13, 2016, at 8:34 AM, Lucio <lucio.d...@gmail.com> wrote:
> 
> I used
> 
>   import "github.com/lib/pq"
> 
>    ...
> 
>   var t pq.NullTime
> 
>   ...
> 
> successfully in the past, but using
> 
>   import "github.com/go-sql-driver/mysql"
> 
> in the same context seems to fail with an error I don't quite understand.
> 
> How is one to access the NullTime in mysql, if the import cannot be visible? 
> Is there a trick I have overlooked?
> 
> I have checked a previous thread along these lines, but it does not disclose 
> how it's done, even though the tools for it seem to be in place 
> (mysql.NullTime does exist).
> 
> Help, anyone?
> 
> Lucio.
> 
> 
> -- 
> 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 
> <mailto:golang-nuts+unsubscr...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout 
> <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