Backend Folder Structure

This is recommended folder project structure for Bringin Backend. You can name the folder on your own preference, but you have to make sure, at the go.mod file the another repository that needed by this repository must have same name.

Take a look of go mod image file below. The go mod auth file, require https://github.com/nandanurseptama/bringin-backend-cores dependency in (line 12), but it will replaced by ../cores local folder in (line 5).

So make sure line 5 in go mod match with your folder path & folder name.

Last updated