lylex / gosparrow

A minimal go http server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Go 89.0%Language:Makefile 9.2%Language:Shell 1.8%