#Carveo (Backend Application )
10 messages · Page 1 of 1 (latest)
github link?
instead of go run main.go it should just be go run . or even better you can do go run github.com/sanjaygupta972004/Carveo@latest if you fix your go.mod
also seems you need a go mod tidy as everything is in indirect which is likely not the case
first of all thank you so much for feedback i will definitely correct it could you pls tell me that i am following correct backend structure or should i need to change something else ..
looks fine (maybe a bit too many packages - and also utils/ isn't recommended as a package name)
i don't have much experience so can you suggest me where i should keep helper functions
closer to where they are needed and/or with a name that reflect what they do
eg https://github.com/sanjaygupta972004/Carveo/blob/main/utils/helper.go seems to have user functions