您在哪里保留客户端源代码,以及如何将其构建到应用程序中?

时间:2018-11-22 05:13:46

标签: go

考虑后端到前端模式。您使用的是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

0 个答案:

没有答案