Add note about Secondly
This commit is contained in:
parent
1f23afcfca
commit
f1d2e36ab1
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
Confection is a configuration manager plugin for Go projects.
|
Confection is a configuration manager plugin for Go projects.
|
||||||
|
|
||||||
|
## This project is outdated
|
||||||
|
|
||||||
|
Please use [Secondly](https://github.com/localhots/secondly) instead.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
First you need to add tags to fields of the config struct.
|
First you need to add tags to fields of the config struct.
|
||||||
|
@ -62,4 +66,4 @@ func main() {
|
||||||
|
|
||||||
## Demo Screenshot
|
## Demo Screenshot
|
||||||
|
|
||||||
<img src="https://raw.githubusercontent.com/localhots/confection/master/demo/demo.png" width="590">
|
<img src="https://raw.githubusercontent.com/localhots/confection/master/demo/demo.png" width="590">
|
||||||
|
|
Loading…
Reference in New Issue