make sure the thing you want to import is exported (i.e. starts with a 
capital letter).

What is the exact error message you're getting?  "Does not work" is fairly 
general, and makes it harder for us to help.

On Friday, November 4, 2016 at 11:07:11 AM UTC-4, Merzouki M'heni wrote:
>
> Hy, everyone
>
>
>
>
>
> * - workSpace/src/tempConv : contains the main program (package main) - 
> workSpace/src/tempConv/pkg : contains a file of functions that i want to 
> use in main() (package tempConv) *
>
> in the main file i *import *the other package *(./tempConv)*, but it dose 
> not work, *even though building the package works*
> and even when i import the* absolute path* it dose not work
>
> what should i do ?
> thx
>

-- 
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