From bd708bcd6d70f4c09d913e0f7ce46de0f6259b6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Wed, 10 Aug 2022 16:38:57 +0800 Subject: [PATCH] - update --- LICENSE | 21 +++++++++++++++++++++ README.md | 15 +++++++++++++++ version.go | 2 +- 3 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ff84bbf --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 李光春 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..b677763 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +

+Golang Env +

+ +[comment]: <> (go) +[![godoc](https://pkg.go.dev/badge/go.dtapp.net/goenv?status.svg)](https://pkg.go.dev/go.dtapp.net/goenv) +[![goproxy.cn](https://goproxy.cn/stats/go.dtapp.net/goenv/badges/download-count.svg)](https://goproxy.cn/stats/go.dtapp.net/goenv) +[![goreportcard.com](https://goreportcard.com/badge/go.dtapp.net/goenv )](https://goreportcard.com/report/go.dtapp.net/goenv) +[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net%2Fgoenv) + +#### 安装 + +```go +go get -v -u go.dtapp.net/goenv +``` diff --git a/version.go b/version.go index a4cb1b9..af2f4ec 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package goenv -const Version = "1.0.1" +const Version = "1.0.2"