Skip to content

Commit 76860b9

Browse files
committed
Refactor, pacakge server no longer exists
1 parent 9da0dfd commit 76860b9

File tree

13 files changed

+3
-4
lines changed

13 files changed

+3
-4
lines changed

main.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ package main
66

77
import (
88
"github.com/repejota/logger"
9-
"github.com/tvtio/front/server"
109
)
1110

1211
// CLI entrypoint.
1312
func main() {
1413
l := logger.New("default")
1514

1615
// Start server
17-
err := server.Start()
16+
err := Start()
1817
if err != nil {
1918
l.Errorf(err.Error())
2019
}
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)