lynzhai / go-fastdfs-web-go

go-fastdfs-web的golang版本

Home Page:https://github.com/perfree/go-fastdfs-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

go-fastdfs-web的golang版本

https://github.com/perfree/go-fastdfs-web

License:MIT License


Languages

Language:JavaScript 42.6%Language:HTML 26.9%Language:CSS 22.7%Language:Go 7.9%Language:Smarty 0.0%