考虑后端到前端模式。您使用的是Angular或React之类的SPA客户端,它需要一个构建过程,并且客户端依赖于您的服务器来进行内容/身份验证。 你怎么做呢? 我当前的文件夹结构合适吗?
go.mod
/bin
# output builds into here here
/httpd
main.go
/handlers
index_get.go
ping_any.go
/platform
# misc packages go here