Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Latest commit

 

History

History
55 lines (26 loc) · 902 Bytes

README.md

File metadata and controls

55 lines (26 loc) · 902 Bytes

Examples for cmdr

Go

see also cmdr, 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 later

Updates:

  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-examples/tree/master/examples/service

LICENSE

Feel free with MIT.