go-structure-examples:关于构建Go应用程序的演讲示例

时间:2024-06-16 09:43:49
【文件属性】:

文件名称:go-structure-examples:关于构建Go应用程序的演讲示例

文件大小:1.59MB

文件格式:ZIP

更新时间:2024-06-16 09:43:49

Go

关于构建Go应用程序的演讲示例。 链接到视频和幻灯片: 2018-09-28 GoWayFest 2.0| 2018-09-19伦敦Gophers| 2018-08-28 GopherCon 2018| 此演讲的旧版本: 2018-06-02 GopherCon欧盟| 2018-06-02 GopherCon UK| 怎么跑 并非所有这些示例都可以编译。 只有flat,domain,domain-hex和domain-hex-actor会编译。 有关为何原因的更多信息,请参考该讲座。


【文件预览】:
go-structure-examples-master
----Gopkg.toml(701B)
----.gitignore(269B)
----domain-hex()
--------pkg()
--------cmd()
----domain()
--------beers()
--------storage()
--------main.go(2KB)
--------reviewing()
--------adding()
--------listing()
--------reviews()
----modular()
--------beers()
--------storage()
--------main.go(841B)
--------reviews()
----domain-hex-actor()
--------pkg()
--------cmd()
----LICENSE(1KB)
----README.md(1KB)
----beer-server.paw(13KB)
----flat()
--------model.go(542B)
--------handlers.go(3KB)
--------handlers_test.go(4KB)
--------storage_test.go(349B)
--------main.go(765B)
--------storage_mem.go(2KB)
--------storage_json_test.go(13B)
--------data.go(5KB)
--------storage.go(892B)
--------storage_mem_test.go(4KB)
--------storage_json.go(4KB)
----Gopkg.lock(2KB)
----layered()
--------storage()
--------models()
--------main.go(776B)
--------data.go(6KB)
--------handlers()

网友评论