go-cleanarchitecture:Go应用程序示例,展示了Clean Architecture

时间:2024-05-22 23:55:24
【文件属性】:

文件名称:go-cleanarchitecture:Go应用程序示例,展示了Clean Architecture

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-22 23:55:24

Go

清洁架构 一个Go应用程序示例,展示了Clean Architecture。 安装 创建一个新目录,在该目录中托管该项目 mkdir -p $GOPATH:src/github.com/manuelkiessling/ 查看来源 cd $GOPATH:src/github.com/manuelkiessling/ git clone https://github.com/manuelkiessling/go-cleanarchitecture 设置GOPATH以包括此路径 cd go-cleanarchitecture export GOPATH=$GOPATH:`pwd` 然后建立专案 go get go build 创建SQLite结构 sqlite3 /var/tmp/production.sqlite < setup.sql 运行服务器 go-cleanarchitecture 访


【文件预览】:
go-cleanarchitecture-master
----activate(88B)
----setup.sql(1KB)
----src()
--------infrastructure()
--------domain()
--------interfaces()
--------usecases()
----main.go(955B)
----.gitignore(27B)
----README.md(2KB)

网友评论