Categorygithub.com/sillyhatxu/environment-config
repositorypackage
1.1.2
Repository: https://github.com/sillyhatxu/environment-config.git
Documentation: pkg.go.dev

# 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

Bug fix

  • [FIX] Truncate Latency precision in long running request #17