- update
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

master v1.0.1
李光春 2 years ago
parent 4d539bba28
commit de30133689

@ -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.

@ -0,0 +1,17 @@
<h1>
<a href="https://www.dtapp.net/">Golang Php</a>
</h1>
📦 Golang PHP
[comment]: <> (go)
[![godoc](https://pkg.go.dev/badge/go.dtapp.net/gophp?status.svg)](https://pkg.go.dev/go.dtapp.net/gophp)
[![goproxy.cn](https://goproxy.cn/stats/go.dtapp.net/gophp/badges/download-count.svg)](https://goproxy.cn/stats/go.dtapp.net/gophp)
[![goreportcard.com](https://goreportcard.com/badge/go.dtapp.net/gophp)](https://goreportcard.com/report/go.dtapp.net/gophp)
[![deps.dev](https://img.shields.io/badge/deps-go-red.svg)](https://deps.dev/go/go.dtapp.net%2Fgophp)
#### 安装
```go
go get -v -u go.dtapp.net/gophp
```

@ -2,4 +2,4 @@ module go.dtapp.net/gophp
go 1.18
require go.dtapp.net/gostring v1.0.3
require go.dtapp.net/gostring v1.0.5

@ -1,2 +1,2 @@
go.dtapp.net/gostring v1.0.3 h1:KSOq4D77/g5yZN/bqWfZ0kOOaPr/P1240vg03+XdENI=
go.dtapp.net/gostring v1.0.3/go.mod h1:+ggrOvgQDQturi1QGsXEpyRN/ZPoRDaqhMujIk5lrgQ=
go.dtapp.net/gostring v1.0.5 h1:6sKrSdQ4so80+zvo+VDZ5pgWGREq2niTLv6GIF++HgY=
go.dtapp.net/gostring v1.0.5/go.mod h1:+ggrOvgQDQturi1QGsXEpyRN/ZPoRDaqhMujIk5lrgQ=

@ -1,3 +1,3 @@
package gophp
const Version = "1.0.0"
const Version = "1.0.1"

Loading…
Cancel
Save