Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Nasrallah-Adel committed Feb 25, 2021
1 parent 45daa13 commit 041489a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package fiberBinding
package fiberBindingHeader

import (
"errors"
"github.com/gofiber/fiber/v2"
"github.com/nasrallah-adel/fiberBindingHeader/fiberBinding/consts"
"github.com/nasrallah-adel/fiberBindingHeader/fiberBindingHeader/consts"
"reflect"
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion fiberBinding/helper.go → fiberBindingHeader/helper.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package fiberBinding
package fiberBindingHeader

import (
"errors"
Expand Down

0 comments on commit 041489a

Please sign in to comment.