Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuanyu90221/price-fetcher


https://github.com/yuanyu90221/price-fetcher

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# price-fetcher

a golang api with json and grpc transport layer example

## init project

```shell
mkdir price-fetcher
cd price-fetcher && go mod init ${module_name}
go get github.com/sirupsen/logrus
```