On Fri, Nov 4, 2016 at 4:07 PM Merzouki M'heni
wrote:
Assuming $GOPATH is in this case something ending in `workspace`: To import
a package located in `workSpace/src/tempConv/pkg` use `import
"tempConv/pkg"`.
--
-j
--
You received this message because you are subscribed to the Google Grou
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