File tree 18 files changed +370
-76
lines changed
18 files changed +370
-76
lines changed Original file line number Diff line number Diff line change @@ -157,8 +157,8 @@ func main() {
157
157
})
158
158
159
159
// GET /api/register
160
- app.Get (" /api*" , func (c *fiber.Ctx ) {
161
- fmt.Printf (" /api%s " , c.Params (" *" ))
160
+ app.Get (" /api/ *" , func (c *fiber.Ctx ) {
161
+ fmt.Printf (" /api/ %s " , c.Params (" *" ))
162
162
// => /api/register
163
163
})
164
164
@@ -507,10 +507,28 @@ If you want to say **thank you** and/or support the active development of `Fiber
507
507
508
508
<table >
509
509
<tr >
510
+ <td align="center">
511
+ <a href="https://github.com/raymayemir">
512
+ <img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
513
+ <sub><b>Ray Mayemir</b></sub>
514
+ </a>
515
+ </td>
516
+ <td align="center">
517
+ <a href="https://github.com/melkorm">
518
+ <img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
519
+ <sub><b>melkorm</b></sub>
520
+ </a>
521
+ </td>
522
+ <td align="center">
523
+ <a href="https://github.com/ekaputra07">
524
+ <img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
525
+ <sub><b>Eka Putra</b></sub>
526
+ </a>
527
+ </td>
510
528
<td align="center">
511
529
<a href="https://github.com/bihe">
512
530
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
513
- <sub><b>HenrikBinggl </b></sub>
531
+ <sub><b>Henrik Binggl </b></sub>
514
532
</a>
515
533
</td>
516
534
<td align="center">
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ func main() {
156
156
})
157
157
158
158
// GET /api/register
159
- app.Get (" /api*" , func (c *fiber.Ctx ) {
160
- fmt.Printf (" /api%s " , c.Params (" *" ))
159
+ app.Get (" /api/ *" , func (c *fiber.Ctx ) {
160
+ fmt.Printf (" /api/ %s " , c.Params (" *" ))
161
161
// => /api/register
162
162
})
163
163
@@ -505,10 +505,28 @@ Falls du **danke** sagen möchtest und/oder aktiv die Entwicklung von `fiber` f
505
505
506
506
<table >
507
507
<tr >
508
+ <td align="center">
509
+ <a href="https://github.com/raymayemir">
510
+ <img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
511
+ <sub><b>Ray Mayemir</b></sub>
512
+ </a>
513
+ </td>
514
+ <td align="center">
515
+ <a href="https://github.com/melkorm">
516
+ <img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
517
+ <sub><b>melkorm</b></sub>
518
+ </a>
519
+ </td>
520
+ <td align="center">
521
+ <a href="https://github.com/ekaputra07">
522
+ <img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
523
+ <sub><b>Eka Putra</b></sub>
524
+ </a>
525
+ </td>
508
526
<td align="center">
509
527
<a href="https://github.com/bihe">
510
528
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
511
- <sub><b>HenrikBinggl </b></sub>
529
+ <sub><b>Henrik Binggl </b></sub>
512
530
</a>
513
531
</td>
514
532
<td align="center">
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ func main() {
156
156
})
157
157
158
158
// GET /api/register
159
- app.Get (" /api*" , func (c *fiber.Ctx ) {
160
- fmt.Printf (" /api%s " , c.Params (" *" ))
159
+ app.Get (" /api/ *" , func (c *fiber.Ctx ) {
160
+ fmt.Printf (" /api/ %s " , c.Params (" *" ))
161
161
// => /api/register
162
162
})
163
163
@@ -486,10 +486,28 @@ Si quiere **agradecer** y/o apoyar el desarrollo activo de la `Fiber`:
486
486
487
487
<table >
488
488
<tr >
489
+ <td align="center">
490
+ <a href="https://github.com/raymayemir">
491
+ <img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
492
+ <sub><b>Ray Mayemir</b></sub>
493
+ </a>
494
+ </td>
495
+ <td align="center">
496
+ <a href="https://github.com/melkorm">
497
+ <img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
498
+ <sub><b>melkorm</b></sub>
499
+ </a>
500
+ </td>
501
+ <td align="center">
502
+ <a href="https://github.com/ekaputra07">
503
+ <img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
504
+ <sub><b>Eka Putra</b></sub>
505
+ </a>
506
+ </td>
489
507
<td align="center">
490
508
<a href="https://github.com/bihe">
491
509
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
492
- <sub><b>HenrikBinggl </b></sub>
510
+ <sub><b>Henrik Binggl </b></sub>
493
511
</a>
494
512
</td>
495
513
<td align="center">
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ func main() {
156
156
})
157
157
158
158
// GET /api/register
159
- app.Get (" /api*" , func (c *fiber.Ctx ) {
160
- fmt.Printf (" /api%s " , c.Params (" *" ))
159
+ app.Get (" /api/ *" , func (c *fiber.Ctx ) {
160
+ fmt.Printf (" /api/ %s " , c.Params (" *" ))
161
161
// => /api/register
162
162
})
163
163
@@ -486,10 +486,28 @@ Si vous voulez nous remercier et/ou soutenir le développement actif de `Fiber`:
486
486
487
487
<table >
488
488
<tr >
489
+ <td align="center">
490
+ <a href="https://github.com/raymayemir">
491
+ <img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
492
+ <sub><b>Ray Mayemir</b></sub>
493
+ </a>
494
+ </td>
495
+ <td align="center">
496
+ <a href="https://github.com/melkorm">
497
+ <img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
498
+ <sub><b>melkorm</b></sub>
499
+ </a>
500
+ </td>
501
+ <td align="center">
502
+ <a href="https://github.com/ekaputra07">
503
+ <img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
504
+ <sub><b>Eka Putra</b></sub>
505
+ </a>
506
+ </td>
489
507
<td align="center">
490
508
<a href="https://github.com/bihe">
491
509
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
492
- <sub><b>HenrikBinggl </b></sub>
510
+ <sub><b>Henrik Binggl </b></sub>
493
511
</a>
494
512
</td>
495
513
<td align="center">
Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ func main() {
158
158
})
159
159
160
160
// GET /api/register
161
- app.Get (" /api*" , func (c *fiber.Ctx ) {
162
- fmt.Printf (" /api%s " , c.Params (" *" ))
161
+ app.Get (" /api/ *" , func (c *fiber.Ctx ) {
162
+ fmt.Printf (" /api/ %s " , c.Params (" *" ))
163
163
// => /api/register
164
164
})
165
165
@@ -489,10 +489,28 @@ Apabila anda ingin mengucapkan **terima kasih** dan/atau mendukung pengembangan
489
489
490
490
<table >
491
491
<tr >
492
+ <td align="center">
493
+ <a href="https://github.com/raymayemir">
494
+ <img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
495
+ <sub><b>Ray Mayemir</b></sub>
496
+ </a>
497
+ </td>
498
+ <td align="center">
499
+ <a href="https://github.com/melkorm">
500
+ <img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
501
+ <sub><b>melkorm</b></sub>
502
+ </a>
503
+ </td>
504
+ <td align="center">
505
+ <a href="https://github.com/ekaputra07">
506
+ <img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
507
+ <sub><b>Eka Putra</b></sub>
508
+ </a>
509
+ </td>
492
510
<td align="center">
493
511
<a href="https://github.com/bihe">
494
512
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
495
- <sub><b>HenrikBinggl </b></sub>
513
+ <sub><b>Henrik Binggl </b></sub>
496
514
</a>
497
515
</td>
498
516
<td align="center">
Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ func main() {
160
160
})
161
161
162
162
// GET /api/register
163
- app.Get (" /api*" , func (c *fiber.Ctx ) {
164
- fmt.Printf (" /api%s " , c.Params (" *" ))
163
+ app.Get (" /api/ *" , func (c *fiber.Ctx ) {
164
+ fmt.Printf (" /api/ %s " , c.Params (" *" ))
165
165
// => /api/register
166
166
})
167
167
@@ -492,10 +492,28 @@ func main() {
492
492
493
493
<table >
494
494
<tr >
495
+ <td align="center">
496
+ <a href="https://github.com/raymayemir">
497
+ <img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
498
+ <sub><b>Ray Mayemir</b></sub>
499
+ </a>
500
+ </td>
501
+ <td align="center">
502
+ <a href="https://github.com/melkorm">
503
+ <img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
504
+ <sub><b>melkorm</b></sub>
505
+ </a>
506
+ </td>
507
+ <td align="center">
508
+ <a href="https://github.com/ekaputra07">
509
+ <img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
510
+ <sub><b>Eka Putra</b></sub>
511
+ </a>
512
+ </td>
495
513
<td align="center">
496
514
<a href="https://github.com/bihe">
497
515
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
498
- <sub><b>HenrikBinggl </b></sub>
516
+ <sub><b>Henrik Binggl </b></sub>
499
517
</a>
500
518
</td>
501
519
<td align="center">
Original file line number Diff line number Diff line change @@ -160,8 +160,8 @@ func main() {
160
160
})
161
161
162
162
// GET /api/register
163
- app.Get (" /api*" , func (c *fiber.Ctx ) {
164
- fmt.Printf (" /api%s " , c.Params (" *" ))
163
+ app.Get (" /api/ *" , func (c *fiber.Ctx ) {
164
+ fmt.Printf (" /api/ %s " , c.Params (" *" ))
165
165
// => /api/register
166
166
})
167
167
@@ -490,10 +490,28 @@ func main() {
490
490
491
491
<table >
492
492
<tr >
493
+ <td align="center">
494
+ <a href="https://github.com/raymayemir">
495
+ <img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
496
+ <sub><b>Ray Mayemir</b></sub>
497
+ </a>
498
+ </td>
499
+ <td align="center">
500
+ <a href="https://github.com/melkorm">
501
+ <img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
502
+ <sub><b>melkorm</b></sub>
503
+ </a>
504
+ </td>
505
+ <td align="center">
506
+ <a href="https://github.com/ekaputra07">
507
+ <img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
508
+ <sub><b>Eka Putra</b></sub>
509
+ </a>
510
+ </td>
493
511
<td align="center">
494
512
<a href="https://github.com/bihe">
495
513
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
496
- <sub><b>HenrikBinggl </b></sub>
514
+ <sub><b>Henrik Binggl </b></sub>
497
515
</a>
498
516
</td>
499
517
<td align="center">
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ func main() {
156
156
})
157
157
158
158
// GET /api/register
159
- app.Get (" /api*" , func (c *fiber.Ctx ) {
160
- fmt.Printf (" /api%s " , c.Params (" *" ))
159
+ app.Get (" /api/ *" , func (c *fiber.Ctx ) {
160
+ fmt.Printf (" /api/ %s " , c.Params (" *" ))
161
161
// => /api/register
162
162
})
163
163
@@ -486,10 +486,28 @@ Se você quer **agradecer** e/ou apoiar o desenvolvimento ativo do `Fiber`:
486
486
487
487
<table >
488
488
<tr >
489
+ <td align="center">
490
+ <a href="https://github.com/raymayemir">
491
+ <img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
492
+ <sub><b>Ray Mayemir</b></sub>
493
+ </a>
494
+ </td>
495
+ <td align="center">
496
+ <a href="https://github.com/melkorm">
497
+ <img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
498
+ <sub><b>melkorm</b></sub>
499
+ </a>
500
+ </td>
501
+ <td align="center">
502
+ <a href="https://github.com/ekaputra07">
503
+ <img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
504
+ <sub><b>Eka Putra</b></sub>
505
+ </a>
506
+ </td>
489
507
<td align="center">
490
508
<a href="https://github.com/bihe">
491
509
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
492
- <sub><b>HenrikBinggl </b></sub>
510
+ <sub><b>Henrik Binggl </b></sub>
493
511
</a>
494
512
</td>
495
513
<td align="center">
Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ func main() {
158
158
})
159
159
160
160
// GET /api/register
161
- app.Get (" /api*" , func (c *fiber.Ctx ) {
162
- fmt.Printf (" /api%s " , c.Params (" *" ))
161
+ app.Get (" /api/ *" , func (c *fiber.Ctx ) {
162
+ fmt.Printf (" /api/ %s " , c.Params (" *" ))
163
163
// => /api/register
164
164
})
165
165
@@ -507,10 +507,28 @@ func main() {
507
507
508
508
<table >
509
509
<tr >
510
+ <td align="center">
511
+ <a href="https://github.com/raymayemir">
512
+ <img src="https://avatars2.githubusercontent.com/u/5638101?s=460&v=4" width="100px"></br>
513
+ <sub><b>Ray Mayemir</b></sub>
514
+ </a>
515
+ </td>
516
+ <td align="center">
517
+ <a href="https://github.com/melkorm">
518
+ <img src="https://avatars2.githubusercontent.com/u/619996?s=460&v=4" width="100px"></br>
519
+ <sub><b>melkorm</b></sub>
520
+ </a>
521
+ </td>
522
+ <td align="center">
523
+ <a href="https://github.com/ekaputra07">
524
+ <img src="https://avatars3.githubusercontent.com/u/1094221?s=460&v=4" width="100px"></br>
525
+ <sub><b>Eka Putra</b></sub>
526
+ </a>
527
+ </td>
510
528
<td align="center">
511
529
<a href="https://github.com/bihe">
512
530
<img src="https://avatars1.githubusercontent.com/u/635852?s=460&v=4" width="100px"></br>
513
- <sub><b>HenrikBinggl </b></sub>
531
+ <sub><b>Henrik Binggl </b></sub>
514
532
</a>
515
533
</td>
516
534
<td align="center">
You can’t perform that action at this time.
0 commit comments