Skip to content

Commit

Permalink
rename http stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKhanj committed Sep 14, 2023
1 parent cfe6427 commit 7f58912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http/http_router.go → dhttprouter/http_router.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package http
package dhttprouter

import (
"context"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be found
// in the LICENSE file.

package http
package dhttprouter

import (
"errors"
Expand Down

0 comments on commit 7f58912

Please sign in to comment.