✏ update hello world

pull/798/head
Fenny 2020-09-16 15:19:23 +02:00
parent f5c5f19d27
commit d902212bf0
15 changed files with 30 additions and 90 deletions

8
.github/README.md vendored
View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -86,11 +86,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -99,7 +95,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -88,11 +88,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -101,7 +97,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -82,11 +82,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -95,7 +91,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```
## 🤖 ベンチマーク

View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```

View File

@ -81,11 +81,7 @@
```go
package main
import (
"log"
"github.com/gofiber/fiber/v2"
)
import "github.com/gofiber/fiber/v2"
func main() {
app := fiber.New()
@ -94,7 +90,7 @@ func main() {
return c.SendString("Hello, World 👋!")
})
log.Fatal(app.Listen(":3000"))
app.Listen(":3000")
}
```