package main import ( "fmt" "path/filepath" "git.aliberksandikci.com.tr/asandikci/go-crosscompile/pkg/mypkg" ) func main() { s := filepath.Join("a", "b", "c") fmt.Println(mypkg.Symbol("1", "2")) fmt.Println(s) }