fix: path issue project pricings funcs

This commit is contained in:
Inanc Gumus
2019-04-17 23:56:29 +03:00
parent 54b57afa06
commit b0194a77da

View File

@ -9,7 +9,7 @@ package main
// Remember: This should point to the directory exactly after GOPATH // Remember: This should point to the directory exactly after GOPATH
// Use / not \ even on Windows // 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() { func main() {
// TODO: funcs can call other funcs // TODO: funcs can call other funcs