Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ce61b0

Browse files
committed
refactor: Move packages around so they are publicly accessible
1 parent 60253c6 commit 5ce61b0

File tree

13 files changed

+3
-3
lines changed

13 files changed

+3
-3
lines changed

cmd/externals/externals.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package main
33
import (
44
"log/slog"
55

6-
"github.com/randuck-dev/http-parser/internal/http"
6+
"github.com/randuck-dev/http-parser/http"
77
)
88

99
func main() {

cmd/http-parser/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import (
44
"log/slog"
55
"sync"
66

7-
docker "github.com/randuck-dev/http-parser/internal"
8-
"github.com/randuck-dev/http-parser/internal/http"
7+
"github.com/randuck-dev/http-parser/docker"
8+
"github.com/randuck-dev/http-parser/http"
99
)
1010

1111
func main() {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)