Skip to content

Pineana/go-fastdfs-web-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go-FastDfs-Web的GoLang版本

go-fastdfs是一个基于http协议的分布式文件系统,它基于大道至简的设计理念,一切从简设计,使得它的运维及扩展变得更加简单,它具有高性能、高可靠、无中心、免维护等优点。Go-FastDfs-Web为go-fastdfs的web平台,旨在方便用户管理查看go-fastdfs文件

开发环境

  1. GoVersion : 1.13.4
  2. Beego : 1.12.0
  3. sqlite : 3

开发步骤

# 下载源码
git clone https://github.com/perfree/go-fastdfs-web-go.git --depth 1
# 下载依赖
go mod download
# 运行
bee run # 或者直接运行main.go
# 默认端口8080

如依赖下载失败则设置下代理:

go env -w GOPROXY=https://goproxy.io

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.5%
  • HTML 26.9%
  • CSS 22.7%
  • Go 7.9%