From c68e58a38176840a37a611aa42f8147d7d81b696 Mon Sep 17 00:00:00 2001 From: Fenny Date: Sat, 8 Feb 2020 01:05:13 +0100 Subject: [PATCH] Cleanup project directory --- README2.md => .github/readme2.md | 0 README_CH.md => .github/readme_ch.md | 2 +- README_RU.md => .github/readme_ru.md | 2 +- application.go | 6 +++--- context.go | 6 +++--- listen.go | 6 +++--- methods.go | 6 +++--- README.md => readme.md | 2 +- request.go | 8 ++++---- response.go | 6 +++--- router.go | 6 +++--- static.go | 6 +++--- status.go | 6 +++--- types.go | 6 +++--- utils.go | 6 +++--- 15 files changed, 37 insertions(+), 37 deletions(-) rename README2.md => .github/readme2.md (100%) rename README_CH.md => .github/readme_ch.md (92%) rename README_RU.md => .github/readme_ru.md (94%) rename README.md => readme.md (92%) diff --git a/README2.md b/.github/readme2.md similarity index 100% rename from README2.md rename to .github/readme2.md diff --git a/README_CH.md b/.github/readme_ch.md similarity index 92% rename from README_CH.md rename to .github/readme_ch.md index ea1467aa..8853491d 100644 --- a/README_CH.md +++ b/.github/readme_ch.md @@ -1,4 +1,4 @@ -# 🚀 Fiber en ru +# 🚀 Fiber en ru [![](https://img.shields.io/github/release/gofiber/fiber)](https://github.com/gofiber/fiber/releases) ![](https://img.shields.io/github/languages/top/gofiber/fiber) [![](https://godoc.org/github.com/gofiber/fiber?status.svg)](https://godoc.org/github.com/gofiber/fiber) ![](https://goreportcard.com/badge/github.com/gofiber/fiber) [![GitHub license](https://img.shields.io/github/license/gofiber/fiber.svg)](https://github.com/gofiber/fiber/blob/master/LICENSE) [![Join the chat at https://gitter.im/gofiber/community](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gofiber/community) diff --git a/README_RU.md b/.github/readme_ru.md similarity index 94% rename from README_RU.md rename to .github/readme_ru.md index 79dceb4a..e2b726b9 100644 --- a/README_RU.md +++ b/.github/readme_ru.md @@ -1,4 +1,4 @@ -# 🚀 Fiber en ch +# 🚀 Fiber en ch [![](https://img.shields.io/github/release/gofiber/fiber)](https://github.com/gofiber/fiber/releases) ![](https://img.shields.io/github/languages/top/gofiber/fiber) [![](https://godoc.org/github.com/gofiber/fiber?status.svg)](https://godoc.org/github.com/gofiber/fiber) ![](https://goreportcard.com/badge/github.com/gofiber/fiber) [![GitHub license](https://img.shields.io/github/license/gofiber/fiber.svg)](https://github.com/gofiber/fiber/blob/master/LICENSE) [![Join the chat at https://gitter.im/gofiber/community](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gofiber/community) diff --git a/application.go b/application.go index eb198c2e..3baa4bc7 100644 --- a/application.go +++ b/application.go @@ -1,9 +1,9 @@ -// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp. +// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 // 📌 Please open an issue if you got suggestions or found a bug! -// 🖥 https://github.com/gofiber/fiber +// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki // 🦸 Not all heroes wear capes, thank you to some amazing people -// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt +// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr package fiber diff --git a/context.go b/context.go index 879f2610..0f7428e6 100644 --- a/context.go +++ b/context.go @@ -1,9 +1,9 @@ -// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp. +// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 // 📌 Please open an issue if you got suggestions or found a bug! -// 🖥 https://github.com/gofiber/fiber +// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki // 🦸 Not all heroes wear capes, thank you to some amazing people -// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt +// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr package fiber diff --git a/listen.go b/listen.go index b4867c4f..55698a84 100644 --- a/listen.go +++ b/listen.go @@ -1,9 +1,9 @@ -// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp. +// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 // 📌 Please open an issue if you got suggestions or found a bug! -// 🖥 https://github.com/gofiber/fiber +// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki // 🦸 Not all heroes wear capes, thank you to some amazing people -// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt +// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr package fiber diff --git a/methods.go b/methods.go index 1eea8eb4..349fed78 100644 --- a/methods.go +++ b/methods.go @@ -1,9 +1,9 @@ -// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp. +// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 // 📌 Please open an issue if you got suggestions or found a bug! -// 🖥 https://github.com/gofiber/fiber +// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki // 🦸 Not all heroes wear capes, thank you to some amazing people -// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt +// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr package fiber diff --git a/README.md b/readme.md similarity index 92% rename from README.md rename to readme.md index a8fb44a7..c793efc8 100644 --- a/README.md +++ b/readme.md @@ -1,4 +1,4 @@ -# 🚀 Fiber ru ch +# 🚀 Fiber ru ch [![](https://img.shields.io/github/release/gofiber/fiber)](https://github.com/gofiber/fiber/releases) ![](https://img.shields.io/github/languages/top/gofiber/fiber) [![](https://godoc.org/github.com/gofiber/fiber?status.svg)](https://godoc.org/github.com/gofiber/fiber) ![](https://goreportcard.com/badge/github.com/gofiber/fiber) [![GitHub license](https://img.shields.io/github/license/gofiber/fiber.svg)](https://github.com/gofiber/fiber/blob/master/LICENSE) [![Join the chat at https://gitter.im/gofiber/community](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gofiber/community) diff --git a/request.go b/request.go index 23a0aa9f..c0d81f7d 100644 --- a/request.go +++ b/request.go @@ -1,9 +1,9 @@ -// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp. +// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 // 📌 Please open an issue if you got suggestions or found a bug! -// 🖥 https://github.com/gofiber/fiber +// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki // 🦸 Not all heroes wear capes, thank you to some amazing people -// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt +// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr package fiber @@ -204,7 +204,7 @@ func (ctx *Ctx) BodyParser(v interface{}) error { } else if cType == contentTypeXML { return xml.Unmarshal(ctx.Fasthttp.Request.Body(), v) } - return fmt.Errorf("Cannot Parse Content-Type: %v", cType) + return fmt.Errorf("Cannot parse Content-Type: %v", cType) } // Cookies : https://gofiber.github.io/fiber/#/context?id=cookies diff --git a/response.go b/response.go index 4a71839f..54162a38 100644 --- a/response.go +++ b/response.go @@ -1,9 +1,9 @@ -// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp. +// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 // 📌 Please open an issue if you got suggestions or found a bug! -// 🖥 https://github.com/gofiber/fiber +// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki // 🦸 Not all heroes wear capes, thank you to some amazing people -// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt +// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr package fiber diff --git a/router.go b/router.go index 8bc6bcc7..27fa85b0 100644 --- a/router.go +++ b/router.go @@ -1,9 +1,9 @@ -// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp. +// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 // 📌 Please open an issue if you got suggestions or found a bug! -// 🖥 https://github.com/gofiber/fiber +// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki // 🦸 Not all heroes wear capes, thank you to some amazing people -// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt +// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr package fiber diff --git a/static.go b/static.go index 4de39730..defa0c34 100644 --- a/static.go +++ b/static.go @@ -1,9 +1,9 @@ -// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp. +// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 // 📌 Please open an issue if you got suggestions or found a bug! -// 🖥 https://github.com/gofiber/fiber +// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki // 🦸 Not all heroes wear capes, thank you to some amazing people -// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt +// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr package fiber diff --git a/status.go b/status.go index eeead617..f6c37da6 100644 --- a/status.go +++ b/status.go @@ -1,9 +1,9 @@ -// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp. +// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 // 📌 Please open an issue if you got suggestions or found a bug! -// 🖥 https://github.com/gofiber/fiber +// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki // 🦸 Not all heroes wear capes, thank you to some amazing people -// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt +// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr package fiber diff --git a/types.go b/types.go index 7b6bc1f1..6ce91b2e 100644 --- a/types.go +++ b/types.go @@ -1,9 +1,9 @@ -// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp. +// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 // 📌 Please open an issue if you got suggestions or found a bug! -// 🖥 https://github.com/gofiber/fiber +// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki // 🦸 Not all heroes wear capes, thank you to some amazing people -// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt +// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr package fiber diff --git a/utils.go b/utils.go index ce4b9a2e..806a6e12 100644 --- a/utils.go +++ b/utils.go @@ -1,9 +1,9 @@ -// 🔌 Fiber is an Express.js inspired web framework build on 🚀 Fasthttp. +// 🚀 Fiber is an Express.js inspired web framework written in Go with 💖 // 📌 Please open an issue if you got suggestions or found a bug! -// 🖥 https://github.com/gofiber/fiber +// 🖥 Links: https://github.com/gofiber/fiber, https://fiber.wiki // 🦸 Not all heroes wear capes, thank you to some amazing people -// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt +// 💖 @valyala, @erikdubbelboer, @savsgio, @julienschmidt, @koddr package fiber