Skip to content

lylex/gosparrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gosparrow

A minimal toy go api server.

Quick Start

mkdir gosparrow_dir && export GOPATH=`pwd`
mkdir src && cd $_
git clone https://github.com/lylex/gosparrow.git
cd gosparrow
glide install
cd cmd/gosparrow
go build

Architecture & Design

Are you kidding? Does this poor toy project need a architecture?

Contributing

Learning togerher is greate thing. But I do not think you are intrested in such a humble project. If you wish, change anything you want.

FAQ

Q: Why need this project?

It does nothing but a toy.

Q: How to generate the proto file

cd pkg/gosparrow
protoc --go_out=plugins=grpc:. *.proto

Q: How to update the libraries and add them the glide.yml

glide get github.com/Masterminds/cookoo

About

A minimal go http server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published