How to structure an e-commerce website?

I am at the beginning with Golang and I would like to try to make a website.

I don’t care about the console side.

I have doubts about the folder structure. On the internet I found some suggestions, but everyone thinks differently. In short, I have more confusion than before.

For the moment I managed to understand that the structure should be like this:

  • ProjectFolder
    – bin
    – pkg
    – src

Can anyone explain to me how to structure a site, e-commerce site?

Thanks in advance!

Here is an example of my structure of an regular web site: Install Go on Your Computer

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.