https://github.com/hedzr/cmdr-examples
The example apps for go `cmdr` project
https://github.com/hedzr/cmdr-examples
cmdr golang golang-examples
Last synced: 4 months ago
JSON representation
The example apps for go `cmdr` project
- Host: GitHub
- URL: https://github.com/hedzr/cmdr-examples
- Owner: hedzr
- License: mit
- Archived: true
- Created: 2020-05-24T02:59:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T23:41:46.000Z (about 1 year ago)
- Last Synced: 2024-10-01T17:08:11.833Z (8 months ago)
- Topics: cmdr, golang, golang-examples
- Language: Go
- Size: 561 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Examples for `cmdr`

see also [`cmdr`](https://github.com/hedzr/cmdr), [`cmdr-addons`](https://github.com/hedzr/cmdr-addons).
## Status
### v1.11.6 and newer
golang 1.17+ required.
> Since Go Modules 1.17 can't compatible with lower versions.
### v1.9.9 and newer
golang 1.16+ required.
> **Causes**:
> 1. golang.org/x/net/http2 used errors.Is()
> 2. golang.org/x/net/http2 used os.ErrDeadlineExceeded
>
> Since cmdr-addon v1.9.8-p3
>
> Since cmdr v1.9.9 and laterUpdates:
1. removed iris/v12 [`import "github.com/hedzr/cmdr-addons v1.9.8-p3"`]
2. seems ci not good for go1.14## Index
TODO
## `service`
new service app with [`dex` plugin](https://github.com/hedzr/cmdr-addons/tree/master/pkg/dex):
## LICENSE
Feel free with MIT.