From b0194a77dae1901791d5e5fb8c37ef0ad2873603 Mon Sep 17 00:00:00 2001 From: Inanc Gumus Date: Wed, 17 Apr 2019 23:56:29 +0300 Subject: [PATCH] fix: path issue project pricings funcs --- x-tba/3-functions/xxx-project-pricings/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-tba/3-functions/xxx-project-pricings/main.go b/x-tba/3-functions/xxx-project-pricings/main.go index 92f07e8..23dd9e0 100644 --- a/x-tba/3-functions/xxx-project-pricings/main.go +++ b/x-tba/3-functions/xxx-project-pricings/main.go @@ -9,7 +9,7 @@ package main // Remember: This should point to the directory exactly after GOPATH // Use / not \ even on Windows -import "github.com/inancgumus/learngo/x-tba/functions/03-project-pricings/pricing" +import "github.com/inancgumus/learngo/x-tba/3-functions/xxx-project-pricings/pricing" func main() { // TODO: funcs can call other funcs