An open API service indexing awesome lists of open source software.

https://github.com/richmonkey/fastdfs-go

just practice with go
https://github.com/richmonkey/fastdfs-go

Last synced: 6 months ago
JSON representation

just practice with go

Awesome Lists containing this project

README

          

fastdfs-go
==========
## Introduction
implement FastDFS storage service with go.

## Run
1.download FastDFSv2.13 from google code

2.cd FastDFS && patch -Np1 fastdfsv2.13.patch

3.modify CFLAGS in shm.go depend on your FastDFS source directory

3.go build storage.go shm.go

4.run fdfs_storage && storage

## Todo
implement FaceBook's picture storage Haystack