1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-12 03:01:21 +00:00
This commit is contained in:
Fenny 2020-01-22 05:42:37 +01:00
parent 52712b3e4a
commit 31876e3109
11 changed files with 22 additions and 23 deletions

View File

@ -1,5 +1,5 @@
// 🚀 Fiber, Express on Steriods
// 📌 Don't use in production until version 1.0.0
// 🔌 Fiber is an Expressjs inspired web framework build on 🚀 Fasthttp.
// 📌 Please open an issue if you got suggestions or found a bug!
// 🖥 https://github.com/gofiber/fiber
// 🦸 Not all heroes wear capes, thank you to some amazing people

View File

@ -19,7 +19,7 @@
<script>
window.$docsify = {
name: 'Fiber v1.0.1-beta',
name: 'Fiber v1.0.2',
repo: 'gofiber/fiber',
loadSidebar: "sidebar.md",
homepage: 'getting_started.md',

View File

@ -1,5 +1,5 @@
// 🚀 Fiber, Express on Steriods
// 📌 Don't use in production until version 1.0.0
// 🔌 Fiber is an Expressjs inspired web framework build on 🚀 Fasthttp.
// 📌 Please open an issue if you got suggestions or found a bug!
// 🖥 https://github.com/gofiber/fiber
// 🦸 Not all heroes wear capes, thank you to some amazing people
@ -15,7 +15,7 @@ import (
const (
// Version for debugging
Version = "1.0.1-beta"
Version = "1.0.2"
// https://play.golang.org/p/r6GNeV1gbH
banner = "" +
" \x1b[1;32m _____ _ _\n" +

View File

@ -1,5 +1,5 @@
// 🚀 Fiber, Express on Steriods
// 📌 Don't use in production until version 1.0.0
// 🔌 Fiber is an Expressjs inspired web framework build on 🚀 Fasthttp.
// 📌 Please open an issue if you got suggestions or found a bug!
// 🖥 https://github.com/gofiber/fiber
// 🦸 Not all heroes wear capes, thank you to some amazing people

View File

@ -1,5 +1,5 @@
// 🚀 Fiber, Express on Steriods
// 📌 Don't use in production until version 1.0.0
// 🔌 Fiber is an Expressjs inspired web framework build on 🚀 Fasthttp.
// 📌 Please open an issue if you got suggestions or found a bug!
// 🖥 https://github.com/gofiber/fiber
// 🦸 Not all heroes wear capes, thank you to some amazing people

View File

@ -1,5 +1,5 @@
// 🚀 Fiber, Express on Steriods
// 📌 Don't use in production until version 1.0.0
// 🔌 Fiber is an Expressjs inspired web framework build on 🚀 Fasthttp.
// 📌 Please open an issue if you got suggestions or found a bug!
// 🖥 https://github.com/gofiber/fiber
// 🦸 Not all heroes wear capes, thank you to some amazing people

View File

@ -1,10 +1,9 @@
// 🚀 Fiber, Express on Steriods
// 📌 Don't use in production until version 1.0.0
// 🔌 Fiber is an Expressjs inspired web framework build on 🚀 Fasthttp.
// 📌 Please open an issue if you got suggestions or found a bug!
// 🖥 https://github.com/gofiber/fiber
// 🦸 Not all heroes wear capes, thank you to some amazing people
// 💖 @valyala, @dgrr, @erikdubbelboer, @savsgio, @julienschmidt
package fiber
import (

View File

@ -1,5 +1,5 @@
// 🚀 Fiber, Express on Steriods
// 📌 Don't use in production until version 1.0.0
// 🔌 Fiber is an Expressjs inspired web framework build on 🚀 Fasthttp.
// 📌 Please open an issue if you got suggestions or found a bug!
// 🖥 https://github.com/gofiber/fiber
// 🦸 Not all heroes wear capes, thank you to some amazing people

View File

@ -1,5 +1,5 @@
// 🚀 Fiber, Express on Steriods
// 📌 Don't use in production until version 1.0.0
// 🔌 Fiber is an Expressjs inspired web framework build on 🚀 Fasthttp.
// 📌 Please open an issue if you got suggestions or found a bug!
// 🖥 https://github.com/gofiber/fiber
// 🦸 Not all heroes wear capes, thank you to some amazing people

View File

@ -1,5 +1,5 @@
// 🚀 Fiber, Express on Steriods
// 📌 Don't use in production until version 1.0.0
// 🔌 Fiber is an Expressjs inspired web framework build on 🚀 Fasthttp.
// 📌 Please open an issue if you got suggestions or found a bug!
// 🖥 https://github.com/gofiber/fiber
// 🦸 Not all heroes wear capes, thank you to some amazing people

View File

@ -1,5 +1,5 @@
// 🚀 Fiber, Express on Steriods
// 📌 Don't use in production until version 1.0.0
// 🔌 Fiber is an Expressjs inspired web framework build on 🚀 Fasthttp.
// 📌 Please open an issue if you got suggestions or found a bug!
// 🖥 https://github.com/gofiber/fiber
// 🦸 Not all heroes wear capes, thank you to some amazing people