https://github.com/sillyhatxu/environment-config
https://github.com/sillyhatxu/environment-config
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sillyhatxu/environment-config
- Owner: sillyhatxu
- Created: 2019-09-08T04:43:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T14:13:49.000Z (over 5 years ago)
- Last Synced: 2025-01-31T07:46:04.578Z (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
# environment-config
## Initialize your project
```
go mod init environment-config
```## Updating dependencies
```
go mod vendor
```## verify dependencies
```
go mod verify
```## remove dependencies that is not used
```
go mod tidy
```## print dependence diagram
```
go mod graph
```## download dependencies
```
go mod download
```# Release Template
### Feature
* [NEW] Support for Go Modules [#17](https://github.com/sillyhatxu/convenient-utils/issues/17)
---
### Bug fix
* [FIX] Truncate Latency precision in long running request [#17](https://github.com/sillyhatxu/convenient-utils/issues/17)