https://github.com/sillyhatxu/microservice-template
https://github.com/sillyhatxu/microservice-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sillyhatxu/microservice-template
- Owner: sillyhatxu
- Created: 2020-08-09T13:44:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T07:35:07.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T07:46:00.923Z (4 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microservice-template
## config
你可以使用如下dependency或直接是用`os.Getenv()`来读取环境变量
```
github.com/BurntSushi/toml
github.com/sillyhatxu/env-utils
```