Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanyu90221/price-fetcher
https://github.com/yuanyu90221/price-fetcher
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuanyu90221/price-fetcher
- Owner: yuanyu90221
- Created: 2023-01-29T16:59:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T17:00:06.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T18:52:32.484Z (7 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```