Skip to content

Commit

Permalink
Change the directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
hang666 committed Dec 2, 2022
1 parent 3addef0 commit 5b0e817
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/s5light/main.go → main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"log"
"os"

"github.com/hang666/s5light"
s5light "github.com/hang666/s5light/server"
"github.com/urfave/cli/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion config.go → server/config.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package s5light
package server

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion handle.go → server/handle.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package s5light
package server

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion server.go → server/server.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package s5light
package server

import (
"log"
Expand Down

0 comments on commit 5b0e817

Please sign in to comment.