mirror of
https://github.com/gofiber/fiber.git
synced 2025-04-27 13:14:31 +00:00
More cleanup
This commit is contained in:
parent
4b604b1af7
commit
a9aba57e41
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
5
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -18,7 +18,10 @@ assignees: ""
|
|||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
|
|
||||||
func main() {
|
import "github.com/gofiber/fiber"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
app := fiber.New()
|
||||||
|
// ..
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
5
.github/ISSUE_TEMPLATE/question.md
vendored
5
.github/ISSUE_TEMPLATE/question.md
vendored
@ -12,7 +12,10 @@ assignees: ""
|
|||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
|
|
||||||
func main() {
|
import "github.com/gofiber/fiber"
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
app := fiber.New()
|
||||||
|
// ..
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -303,8 +303,6 @@ func (app *Application) Static(args ...string) {
|
|||||||
midware = true
|
midware = true
|
||||||
}
|
}
|
||||||
|
|
||||||
fmt.Println(prefix)
|
|
||||||
|
|
||||||
// Lets get all files from root
|
// Lets get all files from root
|
||||||
files, _, err := getFiles(root)
|
files, _, err := getFiles(root)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user