mirror of https://github.com/gofiber/fiber.git
Update supporters
parent
8c00ce8f5f
commit
c32f3b0f81
|
@ -157,8 +157,8 @@ func main() {
|
|||
})
|
||||
|
||||
// GET /api/register
|
||||
app.Get("/api*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api%s", c.Params("*"))
|
||||
app.Get("/api/*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api/%s", c.Params("*"))
|
||||
// => /api/register
|
||||
})
|
||||
|
||||
|
@ -506,6 +506,12 @@ If you want to say **thank you** and/or support the active development of `Fiber
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/raymayemir">
|
||||
<img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
|
||||
<sub><b>Ray Mayemir</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/melkorm">
|
||||
<img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
|
||||
|
@ -515,13 +521,13 @@ If you want to say **thank you** and/or support the active development of `Fiber
|
|||
<td align="center">
|
||||
<a href="https://github.com/ekaputra07">
|
||||
<img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
|
||||
<sub><b>ekaputra07</b></sub>
|
||||
<sub><b>Eka Putra</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/bihe">
|
||||
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
|
||||
<sub><b>HenrikBinggl</b></sub>
|
||||
<sub><b>Henrik Binggl</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
|
@ -156,8 +156,8 @@ func main() {
|
|||
})
|
||||
|
||||
// GET /api/register
|
||||
app.Get("/api*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api%s", c.Params("*"))
|
||||
app.Get("/api/*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api/%s", c.Params("*"))
|
||||
// => /api/register
|
||||
})
|
||||
|
||||
|
@ -504,6 +504,12 @@ Falls du **danke** sagen möchtest und/oder aktiv die Entwicklung von `fiber` f
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/raymayemir">
|
||||
<img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
|
||||
<sub><b>Ray Mayemir</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/melkorm">
|
||||
<img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
|
||||
|
@ -513,13 +519,13 @@ Falls du **danke** sagen möchtest und/oder aktiv die Entwicklung von `fiber` f
|
|||
<td align="center">
|
||||
<a href="https://github.com/ekaputra07">
|
||||
<img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
|
||||
<sub><b>ekaputra07</b></sub>
|
||||
<sub><b>Eka Putra</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/bihe">
|
||||
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
|
||||
<sub><b>HenrikBinggl</b></sub>
|
||||
<sub><b>Henrik Binggl</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
|
@ -156,8 +156,8 @@ func main() {
|
|||
})
|
||||
|
||||
// GET /api/register
|
||||
app.Get("/api*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api%s", c.Params("*"))
|
||||
app.Get("/api/*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api/%s", c.Params("*"))
|
||||
// => /api/register
|
||||
})
|
||||
|
||||
|
@ -485,6 +485,12 @@ Si quiere **agradecer** y/o apoyar el desarrollo activo de la `Fiber`:
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/raymayemir">
|
||||
<img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
|
||||
<sub><b>Ray Mayemir</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/melkorm">
|
||||
<img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
|
||||
|
@ -494,13 +500,13 @@ Si quiere **agradecer** y/o apoyar el desarrollo activo de la `Fiber`:
|
|||
<td align="center">
|
||||
<a href="https://github.com/ekaputra07">
|
||||
<img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
|
||||
<sub><b>ekaputra07</b></sub>
|
||||
<sub><b>Eka Putra</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/bihe">
|
||||
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
|
||||
<sub><b>HenrikBinggl</b></sub>
|
||||
<sub><b>Henrik Binggl</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
|
@ -156,8 +156,8 @@ func main() {
|
|||
})
|
||||
|
||||
// GET /api/register
|
||||
app.Get("/api*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api%s", c.Params("*"))
|
||||
app.Get("/api/*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api/%s", c.Params("*"))
|
||||
// => /api/register
|
||||
})
|
||||
|
||||
|
@ -485,6 +485,12 @@ Si vous voulez nous remercier et/ou soutenir le développement actif de `Fiber`:
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/raymayemir">
|
||||
<img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
|
||||
<sub><b>Ray Mayemir</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/melkorm">
|
||||
<img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
|
||||
|
@ -494,13 +500,13 @@ Si vous voulez nous remercier et/ou soutenir le développement actif de `Fiber`:
|
|||
<td align="center">
|
||||
<a href="https://github.com/ekaputra07">
|
||||
<img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
|
||||
<sub><b>ekaputra07</b></sub>
|
||||
<sub><b>Eka Putra</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/bihe">
|
||||
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
|
||||
<sub><b>HenrikBinggl</b></sub>
|
||||
<sub><b>Henrik Binggl</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
|
@ -158,8 +158,8 @@ func main() {
|
|||
})
|
||||
|
||||
// GET /api/register
|
||||
app.Get("/api*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api%s", c.Params("*"))
|
||||
app.Get("/api/*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api/%s", c.Params("*"))
|
||||
// => /api/register
|
||||
})
|
||||
|
||||
|
@ -488,6 +488,12 @@ Apabila anda ingin mengucapkan **terima kasih** dan/atau mendukung pengembangan
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/raymayemir">
|
||||
<img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
|
||||
<sub><b>Ray Mayemir</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/melkorm">
|
||||
<img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
|
||||
|
@ -497,13 +503,13 @@ Apabila anda ingin mengucapkan **terima kasih** dan/atau mendukung pengembangan
|
|||
<td align="center">
|
||||
<a href="https://github.com/ekaputra07">
|
||||
<img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
|
||||
<sub><b>ekaputra07</b></sub>
|
||||
<sub><b>Eka Putra</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/bihe">
|
||||
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
|
||||
<sub><b>HenrikBinggl</b></sub>
|
||||
<sub><b>Henrik Binggl</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
|
@ -160,8 +160,8 @@ func main() {
|
|||
})
|
||||
|
||||
// GET /api/register
|
||||
app.Get("/api*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api%s", c.Params("*"))
|
||||
app.Get("/api/*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api/%s", c.Params("*"))
|
||||
// => /api/register
|
||||
})
|
||||
|
||||
|
@ -491,6 +491,12 @@ func main() {
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/raymayemir">
|
||||
<img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
|
||||
<sub><b>Ray Mayemir</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/melkorm">
|
||||
<img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
|
||||
|
@ -500,13 +506,13 @@ func main() {
|
|||
<td align="center">
|
||||
<a href="https://github.com/ekaputra07">
|
||||
<img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
|
||||
<sub><b>ekaputra07</b></sub>
|
||||
<sub><b>Eka Putra</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/bihe">
|
||||
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
|
||||
<sub><b>HenrikBinggl</b></sub>
|
||||
<sub><b>Henrik Binggl</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
|
@ -160,8 +160,8 @@ func main() {
|
|||
})
|
||||
|
||||
// GET /api/register
|
||||
app.Get("/api*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api%s", c.Params("*"))
|
||||
app.Get("/api/*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api/%s", c.Params("*"))
|
||||
// => /api/register
|
||||
})
|
||||
|
||||
|
@ -489,6 +489,12 @@ func main() {
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/raymayemir">
|
||||
<img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
|
||||
<sub><b>Ray Mayemir</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/melkorm">
|
||||
<img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
|
||||
|
@ -498,13 +504,13 @@ func main() {
|
|||
<td align="center">
|
||||
<a href="https://github.com/ekaputra07">
|
||||
<img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
|
||||
<sub><b>ekaputra07</b></sub>
|
||||
<sub><b>Eka Putra</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/bihe">
|
||||
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
|
||||
<sub><b>HenrikBinggl</b></sub>
|
||||
<sub><b>Henrik Binggl</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
|
@ -156,8 +156,8 @@ func main() {
|
|||
})
|
||||
|
||||
// GET /api/register
|
||||
app.Get("/api*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api%s", c.Params("*"))
|
||||
app.Get("/api/*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api/%s", c.Params("*"))
|
||||
// => /api/register
|
||||
})
|
||||
|
||||
|
@ -485,6 +485,12 @@ Se você quer **agradecer** e/ou apoiar o desenvolvimento ativo do `Fiber`:
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/raymayemir">
|
||||
<img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
|
||||
<sub><b>Ray Mayemir</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/melkorm">
|
||||
<img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
|
||||
|
@ -494,13 +500,13 @@ Se você quer **agradecer** e/ou apoiar o desenvolvimento ativo do `Fiber`:
|
|||
<td align="center">
|
||||
<a href="https://github.com/ekaputra07">
|
||||
<img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
|
||||
<sub><b>ekaputra07</b></sub>
|
||||
<sub><b>Eka Putra</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/bihe">
|
||||
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
|
||||
<sub><b>HenrikBinggl</b></sub>
|
||||
<sub><b>Henrik Binggl</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
|
@ -158,8 +158,8 @@ func main() {
|
|||
})
|
||||
|
||||
// GET /api/register
|
||||
app.Get("/api*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api%s", c.Params("*"))
|
||||
app.Get("/api/*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api/%s", c.Params("*"))
|
||||
// => /api/register
|
||||
})
|
||||
|
||||
|
@ -506,6 +506,12 @@ func main() {
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/raymayemir">
|
||||
<img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
|
||||
<sub><b>Ray Mayemir</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/melkorm">
|
||||
<img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
|
||||
|
@ -515,13 +521,13 @@ func main() {
|
|||
<td align="center">
|
||||
<a href="https://github.com/ekaputra07">
|
||||
<img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
|
||||
<sub><b>ekaputra07</b></sub>
|
||||
<sub><b>Eka Putra</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/bihe">
|
||||
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
|
||||
<sub><b>HenrikBinggl</b></sub>
|
||||
<sub><b>Henrik Binggl</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
|
@ -156,8 +156,8 @@ func main() {
|
|||
})
|
||||
|
||||
// GET /api/register
|
||||
app.Get("/api*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api%s", c.Params("*"))
|
||||
app.Get("/api/*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api/%s", c.Params("*"))
|
||||
// => /api/register
|
||||
})
|
||||
|
||||
|
@ -486,6 +486,12 @@ Eğer **teşekkür etmek** ve/veya `Fiber` ın aktif geliştirilmesini destekle
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/raymayemir">
|
||||
<img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
|
||||
<sub><b>Ray Mayemir</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/melkorm">
|
||||
<img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
|
||||
|
@ -495,13 +501,13 @@ Eğer **teşekkür etmek** ve/veya `Fiber` ın aktif geliştirilmesini destekle
|
|||
<td align="center">
|
||||
<a href="https://github.com/ekaputra07">
|
||||
<img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
|
||||
<sub><b>ekaputra07</b></sub>
|
||||
<sub><b>Eka Putra</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/bihe">
|
||||
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
|
||||
<sub><b>HenrikBinggl</b></sub>
|
||||
<sub><b>Henrik Binggl</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
|
@ -156,8 +156,8 @@ func main() {
|
|||
})
|
||||
|
||||
// GET /api/register
|
||||
app.Get("/api*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api%s", c.Params("*"))
|
||||
app.Get("/api/*", func(c *fiber.Ctx) {
|
||||
fmt.Printf("/api/%s", c.Params("*"))
|
||||
// => /api/register
|
||||
})
|
||||
|
||||
|
@ -486,6 +486,12 @@ func main() {
|
|||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center">
|
||||
<a href="https://github.com/raymayemir">
|
||||
<img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
|
||||
<sub><b>Ray Mayemir</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/melkorm">
|
||||
<img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
|
||||
|
@ -495,13 +501,13 @@ func main() {
|
|||
<td align="center">
|
||||
<a href="https://github.com/ekaputra07">
|
||||
<img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
|
||||
<sub><b>ekaputra07</b></sub>
|
||||
<sub><b>Eka Putra</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
<a href="https://github.com/bihe">
|
||||
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
|
||||
<sub><b>HenrikBinggl</b></sub>
|
||||
<sub><b>Henrik Binggl</b></sub>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center">
|
||||
|
|
Loading…
Reference in New Issue