[sources] Simplify help banners // Add link to documentation
This commit is contained in:
parent
3695719f42
commit
6b37c5702b
2 changed files with 6 additions and 18 deletions
|
@ -645,21 +645,12 @@ func main_0 () (error) {
|
|||
==== kawipiko -- blazingly fast static HTTP server ====
|
||||
|
||||
| Documentation, issues and sources:
|
||||
| * https://bit.ly/kawipiko
|
||||
| * https://github.com/volution/kawipiko
|
||||
|
||||
| Authors:
|
||||
| * Ciprian Dorin Craciun
|
||||
| ciprian@volution.ro
|
||||
| ciprian.craciun@gmail.com
|
||||
| https://volution.ro/ciprian
|
||||
|
||||
| Leverages:
|
||||
| * https://github.com/valyala/fasthttp
|
||||
| * https://github.com/colinmarc/cdb
|
||||
| * https://cr.yp.to/cdb.html
|
||||
| * https://golang.org/
|
||||
|
||||
-----------------------------------------------------------
|
||||
|
||||
kawipiko-archiver
|
||||
|
@ -678,6 +669,9 @@ func main_0 () (error) {
|
|||
|
||||
--debug
|
||||
|
||||
** for details see:
|
||||
https://github.com/volution/kawipiko#kawipiko-archiver
|
||||
|
||||
`)
|
||||
}
|
||||
|
||||
|
|
|
@ -403,21 +403,12 @@ func main_0 () (error) {
|
|||
==== kawipiko -- blazingly fast static HTTP server ====
|
||||
|
||||
| Documentation, issues and sources:
|
||||
| * https://bit.ly/kawipiko
|
||||
| * https://github.com/volution/kawipiko
|
||||
|
||||
| Authors:
|
||||
| * Ciprian Dorin Craciun
|
||||
| ciprian@volution.ro
|
||||
| ciprian.craciun@gmail.com
|
||||
| https://volution.ro/ciprian
|
||||
|
||||
| Leverages:
|
||||
| * https://github.com/valyala/fasthttp
|
||||
| * https://github.com/colinmarc/cdb
|
||||
| * https://cr.yp.to/cdb.html
|
||||
| * https://golang.org/
|
||||
|
||||
-----------------------------------------------------------
|
||||
|
||||
kawipiko-server
|
||||
|
@ -442,6 +433,9 @@ func main_0 () (error) {
|
|||
|
||||
--debug
|
||||
|
||||
** for details see:
|
||||
https://github.com/volution/kawipiko#kawipiko-server
|
||||
|
||||
`)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue