# go-oss **Repository Path**: def__main/go-oss ## Basic Information - **Project Name**: go-oss - **Description**: 一个基于go语言的分布式对象存储服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-10-15 - **Last Updated**: 2021-10-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # go-oss 本项目是对胡世杰老师的《分布式对象存储》的实践学习 ## 部署 ### 环境 本项目支持[docker](https://docs.docker.com/engine/install/)/[docker-compose](https://docs.docker.com/compose/completion/)部署 ### 下载 `git clone https://github.com/leizhh/go-oss.git && cd go-oss` ### 运行 `docker-compose up -d && ./init.sh`